Auto42 Posted August 27, 2013 Posted August 27, 2013 Hi, I' am new to AutoIt and wrote a Script opening an Url by use of the ShellExecute("firefox.exe", <Url>) command. Using this command I noticed that every time a new tab is opened. I saw that it is possible to assign some other optional parameters to the ShellExecute command. Does there exist any parameter to "say" my browser that I want the url opened in the same tab? Or is this exclusively possible with FF.au3 command _FFstart(...$iMode=2)? If not necessary I don't like to install the MozRepl addon, which is imperatively needed to make FF.au3 functions work. I would be pleased for any advice. Regards Auto42
Neutro Posted August 27, 2013 Posted August 27, 2013 (edited) Hello, Try this in firefox: about:config browser.link.open_newwindow = 1 (1 = force new window into same tab) browser.link.open_newwindow.restriction = 0 (0 = apply the setting to ALL new windows (even script windows)) then when you use ShellExecute("firefox.exe", <Url>), it should open your link in the same tab. Edited August 27, 2013 by Neutro Identify active network connections and change DNS server - Easily export Windows network settings Clean temporary files from Windows users profiles directories - List Active Directory Groups members Export content of an Outlook mailbox to a PST file - File patch manager - IRC chat connect example Thanks again for your help Water!
Auto42 Posted August 28, 2013 Author Posted August 28, 2013 Hi, that would be a possible solution. Nevertheless it changes the behaviour of my FF browser at all. When browsing I would prefer my standard settings. But guess that means there is no other solution (...besides FF.au3) to change / influence the browser behavior...?. Auto42
iamtheky Posted August 28, 2013 Posted August 28, 2013 what is your ultimate intent, would killing the current tab and opening a new one serve the same purpose (Sending Ctrl+W and using the command line to open a new tab), or do you need to be able to navigate the previous pages? ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__)
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