AutoHotkey Community

It is currently May 27th, 2012, 11:49 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: October 30th, 2005, 2:09 am 
Offline

Joined: October 30th, 2005, 1:14 am
Posts: 1
Location: Blue Bell, PA / USA
Hello all, Need info from two IE windows at same time.

First post, tried several searches of forum and on google with little success.

I need to have the script open IE window for say www.google.com and then open a new IE window for www.yahoo.com. How can this be done? Do I need to study the Group sections? code would be:

run, www.google.com
; do some stuff here
run, www.yahoo.com
; do other stuff here with both windows still active using winactive to switch between the two.

What I get now is Yahoo open in the same window Google was in.

Hopefully I've described my desires in a manner easily understood. Thanks in advance for your help.

Regards,

dj


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 30th, 2005, 9:20 pm 
Offline

Joined: October 7th, 2005, 9:46 pm
Posts: 13
To open a new Internet Explorer thread, use iexplore.exe before the URL.

Code:
Run, iexplore.exe http://www.google.com
Run, iexplore.exe http://www.yahoo.com


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 30th, 2005, 10:20 pm 
Offline

Joined: March 24th, 2005, 11:50 am
Posts: 398
Location: germany
Another question, if i run this skript
Code:
run, www.google.com
run, www.yahoo.com

2 iexplorer windows will open.
Does anybody know, how i could get them opening in the same window?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 31st, 2005, 1:13 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Although I don't understand how or why you would want them to open in the same browser window, there is a setting in MSIE's Tools > Options > Advanced for reusing existing browser windows.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 1st, 2005, 7:37 pm 
Offline

Joined: March 24th, 2005, 11:50 am
Posts: 398
Location: germany
I found the setting, changed it, but it doesn`t change the behaviour of the InternetExplorer. If I start the explorer from AHK, I will get a new window each time. Had a look at the DDE but dont know how to use it the correct way.
I will have a look at it next week. Thought, i could use this way to change a Webpage in the explorer, but it seems to be less reliable than changing the adress directly with a controlsend to edit1.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], BrandonHotkey, MSN [Bot] and 17 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group