Click to See Complete Forum and Search --> : Need Help Fixing Problem


guyneedinghelp
01-25-2003, 01:05 PM
Whenever a window needs javascript to open, and when I use the "Open in new window" right-click command, the window pops up but doesn't do anything. It just stays there as a transparent window and doesn't load or do anything it's supposed to. I'm thinking it's a javascript thing, because it happens whenever a window opens with a javascript command. Can someone please help me?

AdamGundry
01-25-2003, 03:33 PM
You could put target="new" in the hyperlink, so it opens in a new window without using JavaScript, or if you must control the new window's properties, use the window.open() in the hyperlink's onClick event handler instead of the href.

These are only suggestions, and I don't know if they will work. Posting your code (or a link to it) would help in case there are any mistakes.

Adam

Jesper Brantber
01-25-2003, 04:33 PM
Does this happens everytime, regardless of the page or script? in this case it seems like a problem with your browser...? maybe you should try to reinstall?

but as the previous reply idicates, its hard to say without having the actual page/code in hand...