taken from my favorite hack magz.0×0000.com. this one teach us how to make a scripting code on html. as we know that html has limitation on scripting or even html has a zero scripting capability what we always use on html is javascript to do the scripting. and here some tricks to make a scripting code using html.
<label for="action">
<body>
when you select text or click somewhere inside the body,
the binding becomes active, and
the instruction to submit a form is executed
without any scripting at all.
</body>
</label>
<form action="http://www.google.com" method="get">
<input type="submit" id="action" style="display:none;">
</form>
when you select text or click somewhere inside the body, the binding becomes active, and the instruction to submit a form is executed without any scripting at all.well this tricks we can more explore to make and make and interesting crsf code using this one. enjoy ![]()
