Try this:
Code:
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>contact us</title>
<link rel="stylesheet" href="windowfiles/dhtmlwindow.css" type="text/css" />
<script type="text/javascript" src="windowfiles/dhtmlwindow.js">
/***********************************************
* DHTML Window Widget- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
</head>
<body>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="750">
<tr>
<td width="350"></td>
<td width="350"></td>
</tr>
<tr>
<td width="350"></td>
<td width="350">
<a href="#" onClick="ajaxwin=dhtmlwindow.open('contactus', 'contact', info_page.htm', 'Contact Us', 'width=650px,height=400px,left=300px,top=100px,resize=0,scrolling=1'); return false">Contact Us</a>
</tr>
</table>
</center>
</div>
</body>
</html>
Hope this helps.
Bookmarks