I use a batch file to do this on windows: # browse.bat, put somewhere in your PATH. # Also add the directories that firefox.exe, safari.exe, chrome.exe, and opera.exe are in to your PATH environment variable. start firefox %1 start iexplore %1 start safari %1 start chrome %1 start opera %1
Then you just do START > Run... browse http://example.com/ [Enter] Note that some browsers will choke if you don't use http:// on the command line. On Jul 1, 12:56 pm, Night Ranger <[email protected]> wrote: > On 18 Giu, 03:22, Anthony <[email protected]> wrote: > > > To respond to your second question, I believe in > > Firefox there is an IE Tab add on that lets you view the page like it > > would be rendered in Internet Explorer. I don't believe there is > > anything like this for Google Chrome. > > There's a bookmarklet for Chrome that works the same as IE Tab but it > needs MeadCo Neptune plugin DLL to work. > You can find the bookmarklet and the instrunction to install MeadCo > plugin > here:http://www.chromeplugins.org/google/chrome-plugins/ie-tab-needed-52.html --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
