SecretLanguage 0 Posted February 8, 2011 any reason why this command, ShellExecute("http://tabforcast.com/blog/blog1.php") opens an untitled browser page and does not redirect? Share this post Link to post Share on other sites
Medic873 0 Posted February 8, 2011 (edited) Go ahead and use this instead.... Might be a solution for you. #include <IE.au3> $oIE = _IECreate ("http://tabforcast.com/blog/blog1.php") Edited February 8, 2011 by Medic873 Share this post Link to post Share on other sites
SecretLanguage 0 Posted February 8, 2011 thank you i will check now. Re #include <IE.au3>$oIE = _IECreate ("http://tabforcast.com/blog/blog1.php") This is kind of cool how the blog opens the autoit program is this a user setting or has it been applied to any visitor if you click this link it will execute an autoit based program can someone check the link for me to see if its not just my computer? http://tabforcast.com/blog/blog5.php Share this post Link to post Share on other sites