|
Subject:
|
Two action in a form
|
|
Posted By:
|
johnjohn
|
Post Date:
|
11/16/2004 9:08:53 AM
|
Hi
I want to create a button that will do two different action. In fact I want it to start a .exe and after that refresh the windows.
Now I already register my application to a URL protocol so I'm able to launch my application (a little .exe that I'd create )with the "note:" action like this:
<FORM ACTION="note:" METHOD="post"> <INPUT TYPE="submit" VALUE="Submit"> </FORM>
This work well, but I aslo want to refresh the windows after the operation is finish because my .exe change the data. The only way I know for that is a form like this:
<FORM ACTION=""theSamePage.asp"METHOD="post"> <INPUT TYPE="submit" VALUE="Submit"> </FORM>
So is it possible to automatically refresh my page after my .exe is done???
|
|
Reply By:
|
om_prakash
|
Reply Date:
|
11/17/2004 12:12:01 AM
|
after executing the exe you can write javascript to reload the window or redirect to same page using server script.
Om Prakash
|