Jump to content

Alert user to submit


Guest Thomas Liao

Recommended Posts

Guest Thomas Liao

I have an index.html like below

<html>	<head>  <link rel="stylesheet" type="text/css" href="http://<?=$_SERVER['HTTP_HOST']?>/Styles/MyStyle.css" />  <title>申請資料審查暨輸入作業</title>	</head>		<frameset cols="250,*">  <frameset rows="90,*"> 	 <frame src="group_school_selector.php" noresize="1" frameborder="1"> 	 <frame name="navigator" noresize="1" frameborder="1">  </frameset>  <frame name="fillform" noresize="1">	</frameset></html>

Is there any way to detect user has input something in "fillform", and want to go to edit another "fillform" by pressing a link in "navigator" without submit the "fillform" that he had input?The frame has "onblur" event. But it is not supported by W3C and Firefox.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...