|
|
Q641 Can I code around the dreaded 'Interface not supported' error message?
irt.org | Knowledge Base | JavaScript | Window | Q641 [ previous next ] Q641 Can I code around the dreaded 'Interface not supported' error message?All JavaScript enabled browsers support the window objects open method. However, Internet Explorer 4 can have a windows registry setting corrputed which causes the dreaded 'Interface not supported' error message. See Is there a solution for the window.open problem with Internet Explorer 4? for details. To take account of the error message you could try:
|
-- div -->
|