I do not know what it is but for some reeason when I click on a link to my
main page from my idex page I lose my scrollbars.  I have tried javascript
like :

window.personalbar.visible='no';
window.scrollbars.visible='no';
window.locationbar.visible='no';
window.menubar.visible='no';

&

window.personalbar.visible=false;
window.scrollbars.visible=false;
window.locationbar.visible=false;
window.menubar.visible=false;

and these do not do a thing.  I try them so that I can at least see a
response but nothing happens.  And in my parent page I do nothing to the
link at all.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to