JS 弹出小窗口

 <body>
   	 <div align="center">
			<a
				onclick="if(!showModalDialog('http://www.baidu.com','','dialog-height:100px;dialog-width:180px'))return false;"
				href="http://www.sina.com">点击链接看效果</a>
		</div>
  </body>

 

你可能感兴趣的:(js)