Thread: Lost IE
Results 1 to 4 of 4
Related
-
I'm so lost. plz help Forum: PHP Forum
Replies: 5 -
lost once again Forum: One Stop Domains Forum
Replies: 1 -
Lost Again Forum: HTML Forum
Replies: 1 -
Lost As Ever Forum: HTML Forum
Replies: 2 -
i'm lost Forum: HTML Forum
Replies: 5
-
03-15-2007, 05:15 AM #1
Lost IE
When I click on a link in my website, it will open a new window. If I minimize the window, it will disappear! or if I look at other window (once I click on other window) it disappear. I have no idea what problem.
Code:<div class="TextLink"><a href="javascript:openWin('file11/index.htm');" target="_self">Lost and Found</a></div>
-
03-15-2007, 06:54 AM #2
-
03-15-2007, 12:54 PM #3
-
03-30-2007, 04:28 AM #4
Re: Lost IE
OK.. I was using some website template, that's why it use some time to figure out. after spending times of checking out the code.. there is a function in the Javascript that close that IE when it's not in focused.
Code:window.onfocus=blowOut; function blowOut() { if (cueCard != null && cueCard.open) cueCard.close(); }