Friday, March 16, 2012

Open a webpage in a new window from a shortcut

How do you make a shortcut (like on the desktop) to a web page that opens itself in a new window?You're talking about working with the browser only, right?
That is, you're not asking whether this can be done via your code?

If so, in IE6, you can right-click on the page, and select "Create Shortcut", and one will be placed on the desktop.
yes i was talking about not being in the code.

what i found to do was this:

create a shortcut with the path being

"C:\Program Files\Internet Explorer\IEXPLORE.EXE" -new http://www.webpageyouwant.com

This will open a new IE window without taking up an existing one.

0 comments:

Post a Comment