open several web pages with one click

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i want to pre-define several web pages and create an icon or short cut that i can click to open them all in separate windows w/ one click.does anybody know how to do this?
jim
 
go to mozilla.org and use their tabbed browsing.
-----Original Message-----
i want to pre-define several web pages and create an icon
or short cut that i can click to open them all in separate
windows w/ one click.does anybody know how to do this?
 
You can do this by making a small script like this, and then make a shortcut to this script rather than using the explorer-shortcut. This one opens three different windows, each with their own startpage. You can add as many as you like, just typen in the URLs:

<HTML><HEAD><TITLE>three start pages</TITLE><BASE TARGET="_blank"><script
window.open("http://www.google.com"
window.open("http://www.yahoo.com"
</script><meta http-equiv="refresh" content="1; URL=http://www.cnn.com"></HEAD><BODY></BODY></HTML>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top