Advertisement: RazorSQL
Query, update, navigate, and manage all databases from one database
client with ease using RazorSQL, a database query tool, SQL Editor,
database navigator, and administraton tool.
Download a free trial today!
Advertisement: EditRocket
The text editor for programmers with coding tools and support for over 20 languages. Download a free trial today!
<html>
<script>
function openWindow(url)
{
var w = window.open (url, "win", "height=600,width=800,location,menubar,resizable,scrollbars,status,toolbar");
}
</script>
<body>
<form>
<input type="button" value="open window" onclick="JavaScript:openWindow('http://www.richardsonsoftware.com');">
</form>
</body>
</html>