|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
CALLING ASP MASTERS!!! |
From: |
Steve Welborn |
Date: |
7/21/2001 1:50:46 PM |
IP: |
24.8.123.60 |
Hey Guys I have a good one for you!
This will get your mind working I promise.
I have a standard form:
'///// CODE ONE ///////
<form method="post" action="http://UsrName:PWD@IPAddress:Port/ServerAdmin/current_console" name="main" target="_parent">
<table width="100%">
<tr>
<td><input type="text" name="SendText" value="say " size="60"></td>
<td nowrap width="1%"><input type="submit" name="cmdOK" onControlSelect="cmdOK_onClick" value="Send"></td>
</tr>
</table>
</form>
this is fine and works great! The only problem is that it will go to the page in the action form. Of course it will, you say. the action form is not my site its another site and Im passing the information from the SendText to it. When i go to the Action page I can see my information. I want it to go back to this code above after i hit submit. and NOT go to the action page itself, just pass the data along and come back. I have this in an ASP page now. but when I get to the second page that holds the variable data...how can i send the information to the server like the form does? If i can simulate a click on the submit button that would solve it right there but don't know how. Any suggestions guys?
Any questions email me at swelborn2001@yahoo.com
Peace!
Steve Welborn
|
Follow Up - Re: CALLING ASP MASTERS!!! - Giovanni 7/28/2001 9:47:48 AM
|
|

|
|
|
|
|
|
|
|
|
|