Forum Moderators: open
Is something like this even possible?:
if (window.myiframe.getElementById) {
//hide 'Please wait' message
}
else {
if (window.myiframe.layers) {
//hide 'Please wait' message - NS4
}
else {
if (window.myiframe.all) {
//hide 'Please wait' message - IE4
} What about making an "iframe listener" so that whenever window.myiframe.location!= "about:blank", it would display the please wait message?
[edited by: encyclo at 1:24 am (utc) on Jan. 4, 2007]
[edit reason] See terms of service [webmasterworld.com] [/edit]