HyperLink to 2 pages
am 15.04.2008 01:08:01 von deepak
Hi,
I want to create a hyper link that should open 2 pages in a 2 seperate
window when clicked.
For e.g.
When you click on Contact_Us. htm
It should open
page - "equiry.htm" in one window and "survey.htm" in other window
Any help is highly appreciated.
Thanks
spidyweb.com
Re: HyperLink to 2 pages
am 15.04.2008 11:59:05 von Andrew Murray
You can't generally do that because linking is usually only to one page,
however you can do it with frames or with an inline frame - both methods
effective open multiple pages within a main page. Read help on Frames and
Inline Frames.
Beware though that frames have disadvantages especially when it comes to
search engines.
"Deepak" wrote in message
news:09898D34-19E0-47C9-8E37-081EDDCE5A0C@microsoft.com...
> Hi,
>
> I want to create a hyper link that should open 2 pages in a 2 seperate
> window when clicked.
>
> For e.g.
> When you click on Contact_Us. htm
>
> It should open
> page - "equiry.htm" in one window and "survey.htm" in other window
>
> Any help is highly appreciated.
>
>
> Thanks
> spidyweb.com
Re: HyperLink to 2 pages
am 16.04.2008 14:13:32 von MD Webs Unlimited
Using JavaScript use window.open with the first window opening to the left
or top and the second opening to the right and bottom. window.open allows
you to specify the window size and position along with what chrome to
display, e.g. toolbars, scroll bars, etc.
--
Mike - FrontPage MVP '97 - '02
Expression Tools & Addin
http://www.j-moves.com
http://www.panemanager.com
FrontPage Tools & Addin
http://www.jbots.com
E-Commerce
http://www.candypress.com
"Deepak" wrote in message
news:09898D34-19E0-47C9-8E37-081EDDCE5A0C@microsoft.com...
> Hi,
>
> I want to create a hyper link that should open 2 pages in a 2 seperate
> window when clicked.
>
> For e.g.
> When you click on Contact_Us. htm
>
> It should open
> page - "equiry.htm" in one window and "survey.htm" in other window
>
> Any help is highly appreciated.
>
>
> Thanks
> spidyweb.com