Closed Thread Icon

Topic awaiting preservation: Open new window (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=8593" title="Pages that link to Topic awaiting preservation: Open new window (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Open new window <span class="small">(Page 1 of 1)</span>\

 
Yossi Admon
Bipolar (III) Inmate

From: Israel
Insane since: Nov 2001

posted posted 04-02-2003 12:28

Hi,
Can I open window using Javascript that won't be a child window of the opener (won't share the same session)?

10x in advanced
Yossi

Yossi Admon
Bipolar (III) Inmate

From: Israel
Insane since: Nov 2001

posted posted 04-02-2003 14:16

I found solution to IE only
<script language=vbscript>
sub runIE
dim ie
set ie = CreateObject("WScript.Shell")
ie.Exec "iexplore.exe <URL>"
end sub
</script>


« BackwardsOnwards »

Show Forum Drop Down Menu