All pastes #2093576 Raw Edit

Untitled

public text v1 · immutable
#2093576 ·published 2011-11-10 14:11 UTC
rendered paste body
<html>

<form name="formA" method ='get' action=''>
<input type='text' name='textA' />
<input type="submit" value="submitA" />
</form>

<form name="formB" method ='get' action='somepage.php'>
<input type='text' name='textB' />
<input type="submit" value="submitB" />
</form>

</html>