> If you see 'False' it is likely that you have an error in your own > JavaScript that outputs that word somehow.
hmm i tried my same code at work today... I think it was not working due to the fact I have IE7 as my main browser at home, but use standalone IE5/5.5/6 browsers to test out things (the funky thing about the IE<7 standalone browsers is i think if you goto Help->About IE, it shows the version you are using as 7, even thoug it really is 6). When i get home later, i will test with IE conditional comments to see whether it thinks i have IE6 or 7 when running 'IE6 standalone'. I think a few web devs use a setup similar to mine for testing, I guess nothing can do on Prototype Window end of things. Few other notes/qustuions: 1. I did notice one thing though in IE6 at work... When you click on 2nd hyperlink here for the 'Browser-Style Popup'... http://arihoj.freehostia.com/js_ajax/popups/popup.html ... the top margin of that red bordered box, disapears, then it comes back after close the popup. Have same problem? 2. Also not sure if i am properly destroying window manually ... When you hit close, it destroys the object automatically if the destroyOnClose is set to true(and seems to remove from DOM), so should you decide to click on that hyperlink again, it will recreate the window with no errors about the id/object already in DOM. But if user actually submits data in that popup, I need to destroy it manually. So I remove it from DOM with removeChild, but Firefox tells me 'Error: element.parentNode has no properties'. IE after clicking like 2-3 times, removes it, hehe. So once again to duplicate: Click on 'Click Here for Browser-Style Popup.', enter some info, and submit (it calls a function which removes the popup). Then Click on 'Click Here for Browser-Style Popup.' again, and hit the X to close the window. It doesnt close it and gives that javascript error after a second. Thanks if you can provide any insight, Arian _______________________________________________ Javawin mailing list [email protected] http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
