cntrl enter gets me everytime, im used to typing in access columns : )
anyway, hers the finsihed message...

i saw the other day how you could resize popup windows with window.resieTo
I need to just resize the width so there is no scrolling
im using the following fucntion to call my pop ups

<!--//
function popUp(URL,tools,scroll,location,status,menu,resize,wwidth,wheight)
{
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "',
'toolbar="+tools+",scrollbars="+scroll+",location="+location+",statusbar="+s
tatus+",menubar="+menu+",resizable='+resize+',width=" + wwidth + ",height="
+ wheight + ",left = 75,top = 75');");
}
//-->

i used the resizeto on the popupos bony
onload="window.resizeTo(document.body.scrollWidth);" but it doesnt seem to
be working without the scrollHeight (which i dont want to change).... any
ideas?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to