Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
URL Information
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00264105
Message ID:
00264423
Views:
29
>Does anyone know how to get variable information from the URL string in Internet Explorer.
>
>ex. http://www.tony.com/?emplno=1256&name="tony"
>
>How do I get the value of emplno and name into my program from the explorer???
>
>thanks
>
>Tony

Use Request.QueryString("emplno") or Request.QueryString("name") from within an ASP page, using server side script.
Tim Westmoreland
Software Engineer
Skyline Technologies, Inc.

"Upper classes are a nation's past; the middle class is its future." - Ayn Rand, Russian-born author (1905-1982).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform