ronnetp
Programmer
- Apr 8, 2002
- 71
I have a problem with a Form, is is hosted on my lan on a Server, this server has internet connection, The form has a few Input fields.
What I want to do Is that users that dont have Internet access from their workstations on our lan, open the form from our Intranet and that form send the post to a website on the Internet, it is for sending Text messages to cellular phones.
The problem I have is that when a user without internet fills the form and hit submit, the form is trying to make the connection to the action site, from the workstation and not the Server, I hope I explained it well.
Here is part of the code
<form method="POST" action=" name="formdoc">
<input type="text" name="sender" size="10">
</form>
What I want to do Is that users that dont have Internet access from their workstations on our lan, open the form from our Intranet and that form send the post to a website on the Internet, it is for sending Text messages to cellular phones.
The problem I have is that when a user without internet fills the form and hit submit, the form is trying to make the connection to the action site, from the workstation and not the Server, I hope I explained it well.
Here is part of the code
<form method="POST" action=" name="formdoc">
<input type="text" name="sender" size="10">
</form>