• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

How to open 3 new windows for 3 links on one bookmark?

E

Eric

Flightless Bird
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
 
R

rob^_^

Flightless Bird
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);window.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
>
 
P

PA Bear [MS MVP]

Flightless Bird
Always state your full Windows version (e.g., WinXP SP3; WinXP 64-bit SP2;
Vista SP1; Vista 64-bit SP2; Win7; Win7 64-bit) as well as your IE version
when posting in an IE-specific forum or newsgroup. Please do so in your next
reply.

Are you ever going to reply to any of your other recent threads?

http://groups.google.com/group/micr...ookexpress/browse_frm/thread/2a1b1cfb1279b2c5

http://groups.google.com/group/microsoft.public.windowsupdate/browse_frm/thread/4e3d8245bd70e86b

http://groups.google.com/group/microsoft.public.outlook.general/browse_frm/thread/cb077cda81a7050

http://groups.google.com/group/microsoft.public.windowsxp.general/browse_frm/thread/819b3239e484c35e

http://groups.google.com/group/microsoft.public.windowsxp.general/browse_frm/thread/2e56d13ea6909ba

http://groups.google.com/group/microsoft.public.windowsxp.general/browse_frm/thread/f72133be50537cdd

http://groups.google.com/group/microsoft.public.windowsxp.general/browse_frm/thread/e59fb677d4df2efe
--
~PA Bear


Eric wrote:
> 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
 
R

Robert Aldwinckle

Flightless Bird
"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)


---
 
E

Eric

Flightless Bird
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(www.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);window.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
> >
 
R

rob^_^

Flightless Bird
Hi Eric,

You need to encase the string literals in single quotes.
url=javascript:window.open('www.cnn.com');window.open('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(www.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);window.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
>> >

>
 
E

Eric

Flightless Bird
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.open('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(www.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);window.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
> >> >

> >
 
E

Eric

Flightless Bird
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)
>
>
> ---
>
> .
>
 
L

Leonard Grey

Flightless Bird
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.open('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(www.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);window.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
>>>>>
 
D

Dan

Flightless Bird
"Eric" <Eric@discussions.microsoft.com> wrote in message
news:4FCAFD35-5D71-4880-8BAE-3DF1984BDDCC@microsoft.com...
> 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?


Click the blue arrows at the right that appears when you move your mouse
over the folder name.

Dan

> 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)
>>
>>
>> ---
>>
>> .
>>
 
D

Dan

Flightless Bird
"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.open('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(www.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);window.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
>> >> >
>> >
 
E

Eric

Flightless Bird
I find following instruction on google:

Step 1)Open the Internet Explorer browser.

Step 2)Click in the "Favorites Center" button. It is located in the top-left
corner of your browser and it looks like a gold star.

Step 3)Right-click a folder. A menu will appear.

Step 4)Select the "Open in Tab group" option. All of the sites within the
folder will open into their own tab window.

I think I did what you described, and I need to perform 2 clicks on step 3
and 4.
Thank everyone very much for suggestions
Eric


"Dan" wrote:

>
> "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.open('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(www.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);window.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
> >> >> >
> >> >

>
>
>
 
D

Dan

Flightless Bird
"Eric" <Eric@discussions.microsoft.com> wrote in message
news:ACA9F8EC-83B7-43FA-B8CC-F59B5152D81A@microsoft.com...
> I find following instruction on google:
>
> Step 1)Open the Internet Explorer browser.
>
> Step 2)Click in the "Favorites Center" button. It is located in the
> top-left
> corner of your browser and it looks like a gold star.
>
> Step 3)Right-click a folder. A menu will appear.
>
> Step 4)Select the "Open in Tab group" option. All of the sites within the
> folder will open into their own tab window.
>
> I think I did what you described, and I need to perform 2 clicks on step 3
> and 4.


As I said in my earlier reply, you can replace steps 3 and 4 with

3) hover mouse over folder name, click the blue arrow that appears to the
right of it

That's a single mouse click, you do not need to use two clicks to open a tab
group.

Dan

> Thank everyone very much for suggestions
> Eric
>
>
> "Dan" wrote:
>
>>
>> "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.open('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(www.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);window.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
>> >> >> >
>> >> >

>>
>>
>>
 
Top