HTML Frame and Form issue | Help?

shamil j

New member
The following code will result in displaying the result in a new web page,

<form action="form_action.asp" method="get" target="_blank">
First name: <input type="text" name="fname" /><br />
Last name: <input type="text" name="lname" /><br />
<input type="submit" value="Submit" />
</form>

Instead, of opening in a new web page i need to open it in a "Frame". How do i code this? Please edit this code to add that functionality.

Thank you in advance
 
Back
Top