rayhab
04-07-2006, 12:13 PM
Hi,
I will explain what i am doing here, no spam or anything illegal is going on.
At my work there is about 20 machines each either computers. Our pager servers has a page where their form sends a page to the pagers we have.
The users are not allow to access the internet so i will also have a script to enable/disable the proxy(if i can figure out how its done).
So all the user does is click the page, it will load, automatically send the data. The forman will recieve the page and know that he is needed at that machine.
I am wondering if this would be possible.
There is a website lets call it theirsite.com/index.htm, on this page I am just a user, i have no control of the server what so ever.
On this site there is a form,
<FORM NAME="PAGERFORM" METHOD="POST" ACTION="http://www.theirsite.com/cgi-bin/pagepage">
Now they have 3 fields to enter....
Now what i want to do is to take theirsite.com/index.htm, modify it and put it on myserver, the modification will be that i will have the form autofill and autosubmit. I still have the form heading
<FORM NAME="PAGERFORM" METHOD="POST" ACTION="http://www.theirsite.com/cgi-bin/pagepage">
so shouldnt it still send to their servers?
or is there any other way to for this to work?
I will explain what i am doing here, no spam or anything illegal is going on.
At my work there is about 20 machines each either computers. Our pager servers has a page where their form sends a page to the pagers we have.
The users are not allow to access the internet so i will also have a script to enable/disable the proxy(if i can figure out how its done).
So all the user does is click the page, it will load, automatically send the data. The forman will recieve the page and know that he is needed at that machine.
I am wondering if this would be possible.
There is a website lets call it theirsite.com/index.htm, on this page I am just a user, i have no control of the server what so ever.
On this site there is a form,
<FORM NAME="PAGERFORM" METHOD="POST" ACTION="http://www.theirsite.com/cgi-bin/pagepage">
Now they have 3 fields to enter....
Now what i want to do is to take theirsite.com/index.htm, modify it and put it on myserver, the modification will be that i will have the form autofill and autosubmit. I still have the form heading
<FORM NAME="PAGERFORM" METHOD="POST" ACTION="http://www.theirsite.com/cgi-bin/pagepage">
so shouldnt it still send to their servers?
or is there any other way to for this to work?