Batch file to open multiple tabs in Internet Explorer
Posted: 15 Nov 2013 06:48
I need a batch file that will open multiple web pages in one window in Internet Explorer each in separate tabs with the last tab on the right being the active one.
The actual purpose for this is because of a strange action that is happening for a webpage that I am working with that is opened via a url with a number parameters via Oracle code. When the page loads in Internet Explorer, the url address box changes to a simplified form of the url dropping out the parameters.The Oracle code periodically issues a page refresh but it then refreshes with the url without the parameters so the page does not get displayed properly. As a workaround, I discovered that if you open the same url again in another tab, the parameters remain in the url box so it will get refreshed properly. Therefore, I need a script to open the url twice in separate tabs but have the second tab as the active tab.
Can anyone please provide a batch file that can open multiple tabs and set the last (right-most) tab active (foreground)?
If this cannot be done with a batch file, can somebody recommend a script (vb or java) that can do this?
Thanks to anyone who can help me out.
The actual purpose for this is because of a strange action that is happening for a webpage that I am working with that is opened via a url with a number parameters via Oracle code. When the page loads in Internet Explorer, the url address box changes to a simplified form of the url dropping out the parameters.The Oracle code periodically issues a page refresh but it then refreshes with the url without the parameters so the page does not get displayed properly. As a workaround, I discovered that if you open the same url again in another tab, the parameters remain in the url box so it will get refreshed properly. Therefore, I need a script to open the url twice in separate tabs but have the second tab as the active tab.
Can anyone please provide a batch file that can open multiple tabs and set the last (right-most) tab active (foreground)?
If this cannot be done with a batch file, can somebody recommend a script (vb or java) that can do this?
Thanks to anyone who can help me out.