Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!
If you have any problems with the registration process or your account login, please contact us.
|
|
|
How to open 3 new windows for 3 links on one bookmark?
microsoft.public.internetexplorer.general
|
|

03-25-2010
|
|
|
|
How to open 3 new windows for 3 links on one bookmark?
Does anyone have any suggestions on how to create a bookmark? so when I click
this bookmark, which will open 3 new windows for 3 different links.
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric
|
|

03-26-2010
|
|
|
|
Re: How to open 3 new windows for 3 links on one bookmark?
Hi Eric,
Favorites>Add current tabs to Favorites.
scriptlet: (untested, not recommended, results may depend on your Blockup
poper and security zone settings)
javascript:window.open(url1);window.open(url2);win dow.open(url3);void(0);
There is an Addon from enhanceie.com that allows you to save a tabs list to
the Desktop.
Regards.
"Eric" <Eric@discussions.microsoft.com> wrote in message
news:E12801FC-B0B9-4405-A85F-371F90CFED9A@microsoft.com...
> Does anyone have any suggestions on how to create a bookmark? so when I
> click
> this bookmark, which will open 3 new windows for 3 different links.
> Does anyone have any suggestions?
> Thanks in advance for any suggestions
> Eric
>
|
|

03-26-2010
|
|
|
|
Re: How to open 3 new windows for 3 links on one bookmark?
"Eric" <Eric@discussions.microsoft.com> wrote in message
news:E12801FC-B0B9-4405-A85F-371F90CFED9A@microsoft.com...
> Does anyone have any suggestions on how to create a bookmark? so when I
> click
> this bookmark, which will open 3 new windows for 3 different links.
> Does anyone have any suggestions?
> Thanks in advance for any suggestions
> Eric
Use a tab group. You may only be able to launch it as a group via the
Favorites bar. (E.g. press Ctrl-i select your tab group and press
Ctrl-Enter)
---
|
|

03-26-2010
|
|
|
|
Re: How to open 3 new windows for 3 links on one bookmark?
Thank everyone very much for suggestion
When I do Favorites>Add current tabs to Favorites, I need to enter an URL
address, do I paste following coding? but I tried it, and it does not work.
"javascript:window.open(www.cnn.com);window.open(w ww.cnn.com);window.open(www.cnn.com);void(0);"
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric
"rob^_^" wrote:
> Hi Eric,
>
> Favorites>Add current tabs to Favorites.
>
> scriptlet: (untested, not recommended, results may depend on your Blockup
> poper and security zone settings)
>
> javascript:window.open(url1);window.open(url2);win dow.open(url3);void(0);
>
>
> There is an Addon from enhanceie.com that allows you to save a tabs list to
> the Desktop.
>
> Regards.
>
> "Eric" <Eric@discussions.microsoft.com> wrote in message
> news:E12801FC-B0B9-4405-A85F-371F90CFED9A@microsoft.com...
> > Does anyone have any suggestions on how to create a bookmark? so when I
> > click
> > this bookmark, which will open 3 new windows for 3 different links.
> > Does anyone have any suggestions?
> > Thanks in advance for any suggestions
> > Eric
> >
|
|

03-26-2010
|
|
|
|
Re: How to open 3 new windows for 3 links on one bookmark?
Hi Eric,
You need to encase the string literals in single quotes.
url=javascript:window.open('www.cnn.com');window.o pen('www.cnn.com');window.open('www.cnn.com');void (0);
But don't worry I just tried it (and saving the .url file does not work...
it gets converted to a Program link... which is what stops it working). To
make it into a Bookmarklet you have to save a txt file as a .url file... Its
too complicated to explain here. (more of a nerds task than a boffin).
<quote>
> When I do Favorites>Add current tabs to Favorites, I need to enter an URL
> address, do I paste following coding?
<quote>
No... Just enter a folder description of the Tab Group... eg. AAA - My Tab
Collection.
Once you save it, IE will create a new Favorites folder under your Favorites
Folder Root Called "AAA - My Tab Collection"
After, when you open the IE Favorites center you will see it at the top of
the list (because it starts with AAA... (tip))
When you mouse over it you will see an arrow appear indicating that you can
open all the links (Internet Shortcuts) from that folder with just the one
click.
"Eric" <Eric@discussions.microsoft.com> wrote in message
news:EDC8D489-7B96-4488-9BB7-9226D17203B0@microsoft.com...
> Thank everyone very much for suggestion
> When I do Favorites>Add current tabs to Favorites, I need to enter an URL
> address, do I paste following coding? but I tried it, and it does not
> work.
> "javascript:window.open(www.cnn.com);window.open(w ww.cnn.com);window.open(www.cnn.com);void(0);"
> Does anyone have any suggestions?
> Thanks in advance for any suggestions
> Eric
>
> "rob^_^" wrote:
>
>> Hi Eric,
>>
>> Favorites>Add current tabs to Favorites.
>>
>> scriptlet: (untested, not recommended, results may depend on your Blockup
>> poper and security zone settings)
>>
>> javascript:window.open(url1);window.open(url2);win dow.open(url3);void(0);
>>
>>
>> There is an Addon from enhanceie.com that allows you to save a tabs list
>> to
>> the Desktop.
>>
>> Regards.
>>
>> "Eric" <Eric@discussions.microsoft.com> wrote in message
>> news:E12801FC-B0B9-4405-A85F-371F90CFED9A@microsoft.com...
>> > Does anyone have any suggestions on how to create a bookmark? so when I
>> > click
>> > this bookmark, which will open 3 new windows for 3 different links.
>> > Does anyone have any suggestions?
>> > Thanks in advance for any suggestions
>> > Eric
>> >
>
|
|

03-26-2010
|
|
|
|
Re: How to open 3 new windows for 3 links on one bookmark?
I don't know how to create a tab group, but when I create a folder and add 3
bookmark links into this folder, then right click on this folder and select
open xxx index ..., then all 3 links are opened into 3 different tab.
Would it be what you describe below?
but I still need to perform 2 click - right click the mouse and select open
xxx index ..., it will be the best if there is any approach to open them for
just one click.
Does anyone have any suggestions?
Thank everyone very much for any suggestions
Eric
"rob^_^" wrote:
> Hi Eric,
>
> You need to encase the string literals in single quotes.
> url=javascript:window.open('www.cnn.com');window.o pen('www.cnn.com');window.open('www.cnn.com');void (0);
>
> But don't worry I just tried it (and saving the .url file does not work...
> it gets converted to a Program link... which is what stops it working). To
> make it into a Bookmarklet you have to save a txt file as a .url file... Its
> too complicated to explain here. (more of a nerds task than a boffin).
>
> <quote>
> > When I do Favorites>Add current tabs to Favorites, I need to enter an URL
> > address, do I paste following coding?
> <quote>
>
> No... Just enter a folder description of the Tab Group... eg. AAA - My Tab
> Collection.
>
> Once you save it, IE will create a new Favorites folder under your Favorites
> Folder Root Called "AAA - My Tab Collection"
>
>
> After, when you open the IE Favorites center you will see it at the top of
> the list (because it starts with AAA... (tip))
>
> When you mouse over it you will see an arrow appear indicating that you can
> open all the links (Internet Shortcuts) from that folder with just the one
> click.
>
> "Eric" <Eric@discussions.microsoft.com> wrote in message
> news:EDC8D489-7B96-4488-9BB7-9226D17203B0@microsoft.com...
> > Thank everyone very much for suggestion
> > When I do Favorites>Add current tabs to Favorites, I need to enter an URL
> > address, do I paste following coding? but I tried it, and it does not
> > work.
> > "javascript:window.open(www.cnn.com);window.open(w ww.cnn.com);window.open(www.cnn.com);void(0);"
> > Does anyone have any suggestions?
> > Thanks in advance for any suggestions
> > Eric
> >
> > "rob^_^" wrote:
> >
> >> Hi Eric,
> >>
> >> Favorites>Add current tabs to Favorites.
> >>
> >> scriptlet: (untested, not recommended, results may depend on your Blockup
> >> poper and security zone settings)
> >>
> >> javascript:window.open(url1);window.open(url2);win dow.open(url3);void(0);
> >>
> >>
> >> There is an Addon from enhanceie.com that allows you to save a tabs list
> >> to
> >> the Desktop.
> >>
> >> Regards.
> >>
> >> "Eric" <Eric@discussions.microsoft.com> wrote in message
> >> news:E12801FC-B0B9-4405-A85F-371F90CFED9A@microsoft.com...
> >> > Does anyone have any suggestions on how to create a bookmark? so when I
> >> > click
> >> > this bookmark, which will open 3 new windows for 3 different links.
> >> > Does anyone have any suggestions?
> >> > Thanks in advance for any suggestions
> >> > Eric
> >> >
> >
|
|

03-26-2010
|
|
|
|
Re: How to open 3 new windows for 3 links on one bookmark?
Thank everyone very much for suggestions
When I select Ctrl-i, then the left column for favorities is opened, but how
to launch tab group? could you please give me more suggestions?
Thanks everyone very much for any suggestions
Eric
"Robert Aldwinckle" wrote:
>
> "Eric" <Eric@discussions.microsoft.com> wrote in message
> news:E12801FC-B0B9-4405-A85F-371F90CFED9A@microsoft.com...
> > Does anyone have any suggestions on how to create a bookmark? so when I
> > click
> > this bookmark, which will open 3 new windows for 3 different links.
> > Does anyone have any suggestions?
> > Thanks in advance for any suggestions
> > Eric
>
>
> Use a tab group. You may only be able to launch it as a group via the
> Favorites bar. (E.g. press Ctrl-i select your tab group and press
> Ctrl-Enter)
>
>
> ---
>
> .
>
|
|

03-26-2010
|
|
|
|
Re: How to open 3 new windows for 3 links on one bookmark?
Learn how to create a tab group. You can do it.
Hint #1: Look in the Help file.
Hint #2: Google is your friend.
---
Leonard Grey
Errare humanum est
Eric wrote:
> I don't know how to create a tab group, but when I create a folder and add 3
> bookmark links into this folder, then right click on this folder and select
> open xxx index ..., then all 3 links are opened into 3 different tab.
> Would it be what you describe below?
> but I still need to perform 2 click - right click the mouse and select open
> xxx index ..., it will be the best if there is any approach to open them for
> just one click.
> Does anyone have any suggestions?
> Thank everyone very much for any suggestions
> Eric
>
> "rob^_^" wrote:
>
>> Hi Eric,
>>
>> You need to encase the string literals in single quotes.
>> url=javascript:window.open('www.cnn.com');window.o pen('www.cnn.com');window.open('www.cnn.com');void (0);
>>
>> But don't worry I just tried it (and saving the .url file does not work...
>> it gets converted to a Program link... which is what stops it working). To
>> make it into a Bookmarklet you have to save a txt file as a .url file... Its
>> too complicated to explain here. (more of a nerds task than a boffin).
>>
>> <quote>
>>> When I do Favorites>Add current tabs to Favorites, I need to enter an URL
>>> address, do I paste following coding?
>> <quote>
>>
>> No... Just enter a folder description of the Tab Group... eg. AAA - My Tab
>> Collection.
>>
>> Once you save it, IE will create a new Favorites folder under your Favorites
>> Folder Root Called "AAA - My Tab Collection"
>>
>>
>> After, when you open the IE Favorites center you will see it at the top of
>> the list (because it starts with AAA... (tip))
>>
>> When you mouse over it you will see an arrow appear indicating that you can
>> open all the links (Internet Shortcuts) from that folder with just the one
>> click.
>>
>> "Eric" <Eric@discussions.microsoft.com> wrote in message
>> news:EDC8D489-7B96-4488-9BB7-9226D17203B0@microsoft.com...
>>> Thank everyone very much for suggestion
>>> When I do Favorites>Add current tabs to Favorites, I need to enter an URL
>>> address, do I paste following coding? but I tried it, and it does not
>>> work.
>>> "javascript:window.open(www.cnn.com);window.open(w ww.cnn.com);window.open(www.cnn.com);void(0);"
>>> Does anyone have any suggestions?
>>> Thanks in advance for any suggestions
>>> Eric
>>>
>>> "rob^_^" wrote:
>>>
>>>> Hi Eric,
>>>>
>>>> Favorites>Add current tabs to Favorites.
>>>>
>>>> scriptlet: (untested, not recommended, results may depend on your Blockup
>>>> poper and security zone settings)
>>>>
>>>> javascript:window.open(url1);window.open(url2);win dow.open(url3);void(0);
>>>>
>>>>
>>>> There is an Addon from enhanceie.com that allows you to save a tabs list
>>>> to
>>>> the Desktop.
>>>>
>>>> Regards.
>>>>
>>>> "Eric" <Eric@discussions.microsoft.com> wrote in message
>>>> news:E12801FC-B0B9-4405-A85F-371F90CFED9A@microsoft.com...
>>>>> Does anyone have any suggestions on how to create a bookmark? so when I
>>>>> click
>>>>> this bookmark, which will open 3 new windows for 3 different links.
>>>>> Does anyone have any suggestions?
>>>>> Thanks in advance for any suggestions
>>>>> Eric
>>>>>
|
|

03-26-2010
|
|
|
|
Re: How to open 3 new windows for 3 links on one bookmark?
"Eric" <Eric@discussions.microsoft.com> wrote in message
news:80C4C205-28A5-47A7-829D-A289C0AE9DBD@microsoft.com...
> I don't know how to create a tab group, but when I create a folder and add
> 3
> bookmark links into this folder, then right click on this folder and
> select
> open xxx index ..., then all 3 links are opened into 3 different tab.
> Would it be what you describe below?
The other way to do is to open all the tabs you want included, then click
the Favorites button (the yellow star), and where it says "Add to
Favorites..." at the top click the down arrow at the right side and choose
"Add Current Tabs to Favorites". Type in a name, this will become a folder
containing those tabs each as a separate favorite. This is a tab group - a
tab group is just a favorites folder containing favorites, simple as that.
> but I still need to perform 2 click - right click the mouse and select
> open
> xxx index ..., it will be the best if there is any approach to open them
> for
> just one click.
>
> Does anyone have any suggestions?
> Thank everyone very much for any suggestions
Hover your mouse over the group name - see the blue arrow at the right side
that appears? Click that. It's a single mouse click
Dan
> Eric
>
> "rob^_^" wrote:
>
>> Hi Eric,
>>
>> You need to encase the string literals in single quotes.
>> url=javascript:window.open('www.cnn.com');window.o pen('www.cnn.com');window.open('www.cnn.com');void (0);
>>
>> But don't worry I just tried it (and saving the .url file does not
>> work...
>> it gets converted to a Program link... which is what stops it working).
>> To
>> make it into a Bookmarklet you have to save a txt file as a .url file...
>> Its
>> too complicated to explain here. (more of a nerds task than a boffin).
>>
>> <quote>
>> > When I do Favorites>Add current tabs to Favorites, I need to enter an
>> > URL
>> > address, do I paste following coding?
>> <quote>
>>
>> No... Just enter a folder description of the Tab Group... eg. AAA - My
>> Tab
>> Collection.
>>
>> Once you save it, IE will create a new Favorites folder under your
>> Favorites
>> Folder Root Called "AAA - My Tab Collection"
>>
>>
>> After, when you open the IE Favorites center you will see it at the top
>> of
>> the list (because it starts with AAA... (tip))
>>
>> When you mouse over it you will see an arrow appear indicating that you
>> can
>> open all the links (Internet Shortcuts) from that folder with just the
>> one
>> click.
>>
>> "Eric" <Eric@discussions.microsoft.com> wrote in message
>> news:EDC8D489-7B96-4488-9BB7-9226D17203B0@microsoft.com...
>> > Thank everyone very much for suggestion
>> > When I do Favorites>Add current tabs to Favorites, I need to enter an
>> > URL
>> > address, do I paste following coding? but I tried it, and it does not
>> > work.
>> > "javascript:window.open(www.cnn.com);window.open(w ww.cnn.com);window.open(www.cnn.com);void(0);"
>> > Does anyone have any suggestions?
>> > Thanks in advance for any suggestions
>> > Eric
>> >
>> > "rob^_^" wrote:
>> >
>> >> Hi Eric,
>> >>
>> >> Favorites>Add current tabs to Favorites.
>> >>
>> >> scriptlet: (untested, not recommended, results may depend on your
>> >> Blockup
>> >> poper and security zone settings)
>> >>
>> >> javascript:window.open(url1);window.open(url2);win dow.open(url3);void(0);
>> >>
>> >>
>> >> There is an Addon from enhanceie.com that allows you to save a tabs
>> >> list
>> >> to
>> >> the Desktop.
>> >>
>> >> Regards.
>> >>
>> >> "Eric" <Eric@discussions.microsoft.com> wrote in message
>> >> news:E12801FC-B0B9-4405-A85F-371F90CFED9A@microsoft.com...
>> >> > Does anyone have any suggestions on how to create a bookmark? so
>> >> > when I
>> >> > click
>> >> > this bookmark, which will open 3 new windows for 3 different links.
>> >> > Does anyone have any suggestions?
>> >> > Thanks in advance for any suggestions
>> >> > Eric
>> >> >
>> >
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 17:50.
|
|