Refresh page does not submit the form
To form when submitted to the ifrmae page, the page does not refresh, and then receive iframe pages (as usual sent to the second page as receivers), we can
<% @ LANGUAGE = "VBSCRIPT" CODEPAGE = "936"%>
<html>
<head>
<meta Http-equiv="Content-Type" content="text/html; charset=gb2312">
<title> Untitled document </ title>
</ Head>
<body>
<form Name="form1" method="post" action="abc_update" target="upload">
<p>
<input Type="text" name="textfield">
</ P>
<p>
<input Type="text" name="textfield2">
</ P>
<p>
<input Type="submit" name="Submit" value="æäº¤">
</ P>
</ Form>
<iframe Src="abc_update.asp" name=update height=0 width="0"> </ iframe>
</ Body>
</ Html>
Tags: w3c form w3c detection






Leave a Reply