webjimmy
07-10-2008, 11:54 AM
Hi Friends,
I try to put a ASP code to get URL.
how to put in VB Script?
EXAMPLE"
<script Language="VBScript">
myobject.properity "{urlstring}"
</script>
I changed to as
<script Language="VBScript">
myobject.properity "{<%= Request.QueryString("para1")%>}"
</script>
But I get error to close page.
How to fix this issue?
Thanks very much
Newweb person
I try to put a ASP code to get URL.
how to put in VB Script?
EXAMPLE"
<script Language="VBScript">
myobject.properity "{urlstring}"
</script>
I changed to as
<script Language="VBScript">
myobject.properity "{<%= Request.QueryString("para1")%>}"
</script>
But I get error to close page.
How to fix this issue?
Thanks very much
Newweb person