Skip to content
MSN

new url window

A TG007 community discussion started by DreaM.

Discussion 7 posts
Page 1 of 1
Open
Topic #2329 · 7 published posts · 883 views

hi guys, When I use /run http://www.tg007.net/ or /url http://www.tg007.net/

my script uses the current opened internet window but I want my script to open a new internet window each time I click the button, how can I do it?

/run iexplore http://www.tg007.net/

My code does NOT have bugs. It just develops random features.

/run iexplore.exe http://www.tg007.net/ that should work.

/run iexplore http://www.tg007.net/

 

you dont need .exe on it

Edited Dec 23, 2004 7:41 PM by OZZY_10â„¢

My code does NOT have bugs. It just develops random features.

or, if internet exploder is not your default browser...

 

/url -n <url>

 

opens a new window.

bfush.PNG

If you have a browser that supports tabbed windows set as your default browser, such as Firefox or Maxthon, then when you use /run url it opens the link in a new tab.

 

or, if internet exploder is not your default browser...

 

/url -n <url>

 

opens a new window.

thank you guys but only the vexation code worked