Jump to content

[SOLVED] What does this 'Form' do?


shlomikalfa

Recommended Posts

What does this 'Form' do?

<form method="post" action="webcm" target="_self" id="uiPostPPPConForm">
<input name="getpage" value="../html/status/deviceinfofile.htm" type="hidden">
<input name="encaps0:settings/manual_conn" value="" id="uiPostPPPCon" type="hidden">
<input name="var:conid" value="encaps0" id="testpppconid" type="hidden">
<input name="var:mycon" value="connection0" id="testpppmycon" type="hidden">
<input name="var:contype" value="" type="hidden">
<input name="connection0:pppoe:command/start" value="" id="uiPostPppConnect" disabled="disabled" type="hidden">
<input name="connection0:pppoe:command/stop" value="" id="uiPostPppDisconnect" disabled="disabled" type="hidden">
<!-- <input type="hidden" name="logic:command/save" value=""> -->
<input name="encaps0:pppoa:command/start" value="" id="uiPostPppoaConnect" disabled="disabled" type="hidden">
<input name="encaps0:pppoa:command/stop" value="" id="uiPostPppoaDisconnect" disabled="disabled" type="hidden">
<input name="var:judge" value="" id="judge" type="hidden">
</form>

 

when i submit this form what does it send to the server?

-> all of the data it holds or just what has a value ?

 

ohhh and most important, what does it post?

imean:

getpage=.../html/status/deviceinfofile.htm

is one of the things it'll post?!

Link to comment
https://forums.phpfreaks.com/topic/82109-solved-what-does-this-form-do/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.