<script language="JavaScript">
function PopUpWindow(TargetURL, WindowName, wWidth, wHeight)
{
        var newPop = window.open(TargetURL, WindowName, width='+wWidth+',
height='+wHeight+', menubar, scrollbars, resizable, status, toolbar, location');
}
</script>

<a href="javascript:PopUpWindow('yourFile.cfm','Pictures','600','450');"><font
color="##333300">*Pictures</font></a> of this rotation.<br>

David DiPietro
Systems Developer / Engineer
OSU College of Medicine & Public Health
Voice (614) 292-5960
Fax (614) 292-0745


-----Original Message-----
From: Tyler Silcox [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 16, 2002 12:43 PM
To: CF-Talk
Subject: OT : js submit into new window...


Is there a way to submit a form into a new window, on somebody else's server, and
control it's properties (size, status bars, etc)?  Right now, I'm using the target
attribute in the form tag, but I'd like to have more control over the the
window...TIA->

Tyler Silcox
email | [EMAIL PROTECTED]



______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to