I have recently stumbled on numerous websites that are completely wrapped in a form… have I missed some really important development in coding sites?
Has anyone encountered this / coded like this before?
Whats the deal with it?
Here is a sample:
<body>
<form id=“form1” action=“/home” method=“post” name=“form1”>
<div>
<input id=“__EVENTTARGET” type=“hidden” value=“” name=“__EVENTTARGET”/>
<input id=“__EVENTARGUMENT” type=“hidden” value=“” name=“__EVENTARGUMENT”/>
</div>
…
</body>
I’m not super hot on coding, although I write fairly decent css, htm, xml etc. when it comes to advanced things like jscript, php, asp etc. I have a developer I work with… however this has me stumped.