![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
other suggestions? |
#2
| |||
| |||
|
|
Perhaps you have a tag 'object' or 'embed' or 'applet' in same page ? if yes, it is a problem with your Windows ! I've heard the last update added something blocking popups. Microsoft have then published a medicine (something to break the protection they have just created ... ! ! ! !) You'ld have to put after last <object ... script type="text/javascript" src="ieupdate.js"></script and have this ieupdate.js in same folder. file 'ieupdate.js' : ==================== objects = document.getElementsByTagName("object"); for (var i = 0; i < objects.length; i++) { objects[i].outerHTML = objects[i].outerHTML; } |
![]() |
| Thread Tools | |
| Display Modes | |
| |