etheral Posted January 19, 2007 Posted January 19, 2007 Hi, I would like to know if it is possible ple launch multiple webpage starting with this first line CODERun("C:\Program Files\Mozilla Firefox\FireFox.exe http://www.google.com","") Thank you for the help ps:sry if it's already answered in other post.
acidfear Posted January 19, 2007 Posted January 19, 2007 I'm not exactly sure on this but you could probably send a controlclick to add a new tab? Or use the _iecreate function. (but remember to _iequit)
etheral Posted January 19, 2007 Author Posted January 19, 2007 I could try using that but i wanted to use firefox , my problem is that i cannot add multiple different webpage i will try to send a controlclick to add a new tab but that will only give me multiple webpage ...like www.google.com(page 1) www.google.com (page2) www.google.com (page3) what i would like to know is its possible to lauch multiple web page ...like www.google.com(p1) www.yahoo.com(p2) www.autoitscript.com(p3) Ty for your info acidfear i am gonna try that to begin with .
acidfear Posted January 19, 2007 Posted January 19, 2007 (edited) You could use this, but not sure it's exactly what you are asking for: Run("c:\program files\opera\opera.exe http://google.com","") sleep(1000) Run("c:\program files\opera\opera.exe http://ask.com","") sleep(1000) Run("c:\program files\opera\opera.exe http://msn.com","") oÝ÷ Ù«¢+Ø(ÀÌØíÍÑÉ¥¹ÄôÅÕ½ÐíèÀäÈíÁɽɴ¥±ÌÀäÈí½ÁÉÀäÈí½Áɹá¡ÑÑÀè¼½½½±¹½´ÅÕ½Ðì(ÀÌØíÍÑÉ¥¹ÈôÅÕ½ÐíèÀäÈíÁɽɴ¥±ÌÀäÈí½ÁÉÀäÈí½Áɹá¡ÑÑÀ輽ͬ¹½´ÅÕ½Ðì($($)½ÈÀÌØí¤ôÄѼÈÍÑÀÄ$)IÕ¸ ÀÌØíÍÑÉ¥¹Ä°ÅÕ½ÐìÅÕ½Ðì¤(ÀÌØíÍÑÉ¥¹ÄôÀÌØíÍÑÉ¥¹È)9á Edited January 19, 2007 by acidfear
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now