Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FORM ACTION METHOD = GET
Message
 
 
To
21/07/1999 13:09:06
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00244238
Message ID:
00244267
Views:
18
>I'm using the following code to call an ASP page:
>
>*****************
>form action="mssView.asp?indx=MAT0064" method="GET"
> INPUT TYPE="submit" NAME="start" VALUE="Test with Get"
>/form
>*****************
>
>For obvious reasons in message posting here, I've left out the GT and LT symbols.
>
>Whenever I press the submit button it calls hte asp page with mssView.asp?start=Test+with+Get and not with the form action I put into the script.
>
>Any ideas why it would do this?
>
>Thanks in advance...
>Michael

If I remember correctly, the action parameter can only be a file, no querystring variables... Instead, use a hidden field with the name "INDX" and the value "MAT0064"

That should solve your problem.

Hugo
"My get up and go must've got up and went"
-Steve Tyler, Aerosmith
Previous
Reply
Map
View

Click here to load this message in the networking platform