|
-
Apr 26th, 2001, 07:51 AM
#1
Thread Starter
New Member
ASP request.form with submit()
Hello,
is maybe anyone familiar with the difference of the javascript generated way to submit a form with form.submit() or form.submit.click() and the real "manual" click?
In the first case the request.form() is empty, while in the second case it's filled with the form data as it should be.
The funny thing is that the button gets clicked, still the form (with POST) is ignored.
With this construction of an image in one frame to submit a form in another frame I would like to avoid the usage of the normal submit button in the frame where the form is in.
The context is an IIS application in VB with webclass (where the request.form() is going).
Anyone who knows why this doesn't work or how it could work?
Any ideas on how to realise this construction in another sense?
Thanks a lot,
Floris.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|