Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing parameter to asp page
Message
From
17/05/1999 16:30:37
 
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00219702
Message ID:
00219783
Views:
19
>>Hi
>>
>>I want to send parameter to asp page and know how to send string but don't know how to send a value from a variable
>>
>>** passing a string
>>index.asp?name=Mike
>>
>>** passing a variable ?
>>
>>y="Mike"
>>index.asp?name=Y
>>
>>the last is not working. I try %Y% (y)
>>
>>Any idea
>>
>>Thanks
>>
>>Mike
>
>Try index.asp?name=<%=Y%>

Sorry, try
index.asp?name=< %=y % >
don't use the spaces.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform