Fill out a form dynamically?
-
You could use a querystring and the plug in the values from the querystring. Example: URL : http://www.yoursite.com?testparam=hello&testparam2=hello2 asp: i hope this helps Jared Solomon Programmer/Analyst
-
Only if you're hosting the form and you can add code to parse the parameters and fill in the form. Todd Smith
-
JohnnyNin wrote: Is there a way to fill out a web form by specifying values in the URL? I was going to reply that you can only do it via ASP (or some other server side language) and you would have to do it as Todd and Jared said above. However I found this library which lets you use JavaScript to access the QueryString which is totally awesome: Using Query Strings from JavaScript[^] The actual JS library file regards, Paul Watson Bluegrass Cape Town, South Africa