shlomikalfa Posted December 17, 2007 Share Posted December 17, 2007 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?! Quote Link to comment https://forums.phpfreaks.com/topic/82109-solved-what-does-this-form-do/ Share on other sites More sharing options...
~n[EO]n~ Posted December 18, 2007 Share Posted December 18, 2007 http://w3schools.com/html/html_forms.asp Quote Link to comment https://forums.phpfreaks.com/topic/82109-solved-what-does-this-form-do/#findComment-417495 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.