Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing parameter to asp page
Message
From
17/05/1999 16:54:18
 
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00219702
Message ID:
00219797
Views:
25
>>Try index.asp?name=<%=Y%>
>
>Sorry, try
>
>
index.asp?name=< %=y % >
>
don't use the spaces.

Just a little trick for putting > on UT:

> is &gt; (Greater Than)
< is &lt; (Lower Than).

So if you write:
index.asp?name=&lt;%=y%&gt;

...you'll see
index.asp?name=<%=y%>

It's fun to know HTML... :-)
Sylvain Demers
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform