Pass a URL w/JavaScript
Chipp Walters
chipp at chipp.com
Thu Aug 14 21:43:02 EDT 2003
Thanks Scott,
Based upon your comments and the javascript below, I can now open any
browser window at any location on the screen...For instance, this is handy
for 'tiling' multiple browser windows below a RR toolbar.
<html>
<head>
<script language="javascript" type="text/javascript">
<!--
window.open("http://www.google.com","test","toolbar=no,width=300,height=400,
screenX=400,screenY=400,top=400,left=400");
window.close();
// -->
</script>
</head>
<body>
</body>
</html>
Thanks again,
Chipp
More information about the use-livecode
mailing list