drewex
12-09-2003, 01:38 PM
Hi all
Im trying to freeze everything like the buttons links javascript func. on the parent while the iframe loads up. I tried this code below but it opens a popup and i dont want a popup, any ideas?
in the parent
wintest=window.open("","popup","top=100,left=200")
later on at the end of the frame
parent.wintest.close();
so it will open a popup a page to make them wait. disgusting is it. show me a another way please.
Im trying to freeze everything like the buttons links javascript func. on the parent while the iframe loads up. I tried this code below but it opens a popup and i dont want a popup, any ideas?
in the parent
wintest=window.open("","popup","top=100,left=200")
later on at the end of the frame
parent.wintest.close();
so it will open a popup a page to make them wait. disgusting is it. show me a another way please.