日期:2014-05-16 浏览次数:20485 次
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="javascript/Lib/jBox.css" rel="stylesheet" type="text/css"/> <title>无标题文档</title> <script src="javascript/jquery-1.2.1.js"></script> <script src="javascript/jBox-1.1.js"></script> <script> var openID = 1001; $(document).ready(function () { $('a[@href=#]').click(function () { //jBox.open(openID,'iframe','open.html','窗口标题','width=200,height=250,center=true,minimizable=true,resize=true,draggable=true,model=true'); jBox.open(openID,'iframe','open.html','窗口标题','width=200,height=250,center=true,minimizable=true,resize=true,draggable=true,model=false'); //jBox.alert('对不起您没有填写完表单!', 300, 256); }); }); </script> </head> <body> <form> <table width="80%" border="0" align="center"> <tr> <td align="right"> </td> <td><a href="#"> <label> <input type="text" name="city" id="city" /> </label> <input type="hidden" name="hiddenCity" id="hiddenCity" /> 选择城市</a> <br /></td> </tr> </table> </form> </body> </html>