Cascading Style Sheets Tutorial

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> 

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • DotNetKicks
  • DZone

Tags: w3c form w3c detection

Releated Posts

  • ASP deal with a form submitted by the Ajax examples
  • To: On the Form Web Design
  • Form table was to avoid the distraction deformation CSS
  • Modification of the United States: CSS borders in the form of aesthetics
  • Css form of control by the turn color

This entry was posted on Tuesday, July 31st, 2007 at 12:00 am and is filed under Xhtml and Web Design. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

« JAVASCRIPT DIV used to replace non-spacing to achieve the effect of rolling news
JavaScript object-oriented support (6) »

Leave a Reply

  • Categories

    • CSS Properties (491)
    • CSS Tutorial (1154)
    • CSS Tutorial By Examples (1201)
    • Css+Div Web Design (3274)
    • Xhtml and Web Design (1797)
  • Archives

    • February 2008
    • January 2008
    • December 2007
    • November 2007
    • October 2007
    • September 2007
    • August 2007
    • July 2007
    • June 2007
    • May 2007
    • April 2007
    • March 2007
    • February 2007
    • January 2007
  • Pages

    • About us

Cascading Style Sheets Tutorial