I use this for pop ups:
The function is called like this:
<a href="javascript:jump('http://www.fusebox.org');">mylink</a>
You can change any of the attributes on the window.
<script language="javascript">
<!--
function jump(loc){
window.open(loc, "cool",
'resizable=yes,width=800,height=600,scrollbars=yes,toolbar=yes,titlebar=yes,
location=yes,screenX=20,screenY=20,left=20,top=20') ;
}
//-->
</script>
-----Original Message-----
From: Tom [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 20, 2001 11:11 AM
To: Fusebox
Subject: window controls for a form action=index.cfm?fuseaction=blah
I have a form submitting to a query with the output displayed in a pop up,
but I can't get the window controls to work for the pop up. Any help?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists