Link to home
Start Free TrialLog in
Avatar of smegghead
smeggheadFlag for United Kingdom of Great Britain and Northern Ireland

asked on

ASP force submit

I want to force a submit, but I want to do this using script language.

Basically, when a user clicks a link, I want to run a short script which populates some invisible fields on the screen, then posts them to another form. Should I be cookie'ing them or can I just say something like 'response.submit' ??

Thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of amnh
amnh

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of smegghead

ASKER

Thanks again...

I don't suppose you know the equivalent in VBScript do you ???
Avatar of amnh
amnh

I am sure it can be done in VBScript but that limits the code to only running in IE.  Since only IE supports VBScript on the client, it is best to use Javascript.