Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Internet Explorer - how to open web page in new window
#1
I'm currently setting up a menu that will open web pages. Is there a way to set it up so that whatever website I choose, it will open a new window with that website? Rather then have it keep the same page up and just keep changing the page.
Taking on Quick Macros one day at a time
#2
Code:
Copy      Help
run "iexplore.exe" "www.google.com"
#3
Thanks a bunch!
Taking on Quick Macros one day at a time
#4
Hmmm, I was looking for flags so that my toolbar didnt have a border but it doesn't seem as if there was a flag for it?

Code:
Copy      Help
1       follow       0x000       top-left
2       text       0x100       top-right
4       activate       0x200       bottom-left
8       shrink       0x300       bottom-right
16      equal       0x400       auto select
32      no border    
64      tooltips       0x1000       all desktops
128      vertical       0x2000       quick icons
Taking on Quick Macros one day at a time
#5
Nevermind I got it.
Taking on Quick Macros one day at a time
#6
Code:
Copy      Help
web "http://www.google.com" 8


Forum Jump:


Users browsing this thread: 1 Guest(s)