Hi,
I'm trying to remote-control a site over which I have little control
(it is a php app I installed on MY site, but I would like to leave it
alone as much as possible).
This app presents a series of forms to do various things.
I can pre-fill the forms just manipulating the URL (*veeeery* long
URLs, but it works).
The problem:
I still have to manually hit the [submit] button.
Is there a way to force it programmaticall y?
The form is a <form enctype="multip art/form-data" action="http://
192.168.0.222/index.php?do=ne wtask&proje ct=2" method="post">
and the button is a stupid <button accesskey="s" type="submit">A dd
this task</button>
Can someone help me, please?
TiA
Mauro
I'm trying to remote-control a site over which I have little control
(it is a php app I installed on MY site, but I would like to leave it
alone as much as possible).
This app presents a series of forms to do various things.
I can pre-fill the forms just manipulating the URL (*veeeery* long
URLs, but it works).
The problem:
I still have to manually hit the [submit] button.
Is there a way to force it programmaticall y?
The form is a <form enctype="multip art/form-data" action="http://
192.168.0.222/index.php?do=ne wtask&proje ct=2" method="post">
and the button is a stupid <button accesskey="s" type="submit">A dd
this task</button>
Can someone help me, please?
TiA
Mauro
Comment