Open another web automatically

M

msnews

We have one Intranet web and want to add anther one. We want the second web
open automatically when our users open the first web. How can we do that?
 
L

lynny

-----Original Message-----
We have one Intranet web and want to add anther one. We want the second web
open automatically when our users open the first web. How
can we do that?


why do you want this to happen, have you done a redesign
and do you want the new sub web to be the new intranet site
 
M

msnews

We have tech support web, and we will have another one for the HR. We don't
want to add HR to our page. We don't want to add the link too. We want to
people to see it.

Please just tekll me how to do.
 
T

Thomas A. Rowe

How do you expect people to see both sites at the same time?

Do you want a second browser windows to open with the HR site when the Support site is open and then
do you want the Support site to open when the HR site is open?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
C

clintonG

It can be done using JavaScript in the TechSupport web so when the
TechSupport web is loaded it will dynamically load the HR web in another
window without any user having to do anything. Doing it that way can be done
but it has side-effects I don't have time to discuss right now.

To avoid the side-effects and all of the programming required to work-around
them it really would be best to use a link in the TechSupport web to load
the HR web even if you don't want to. That compromise will save you a lot of
time and effort because there'sreally no other options.

--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
 
M

msnews

Yes, open two browser windows, just like popup.

Thomas A. Rowe said:
How do you expect people to see both sites at the same time?

Do you want a second browser windows to open with the HR site when the Support site is open and then
do you want the Support site to open when the HR site is open?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Thomas A. Rowe

Ok, then what you will need to do is create a blank home page, with two JavaScript auto popup window
script to launch each site in a new browser window. The script would be place into the <body> tag
using the JavaScript OnLoad event handler. See the Spawn FP Add-in from http://www.jimcoaddins.com

Note: If your users are running Windows XP SP2 or any ad blocking software, by default these windows
will not open.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
M

msnews

Thank you very much.

Thomas A. Rowe said:
Ok, then what you will need to do is create a blank home page, with two JavaScript auto popup window
script to launch each site in a new browser window. The script would be
place into the said:
using the JavaScript OnLoad event handler. See the Spawn FP Add-in from http://www.jimcoaddins.com

Note: If your users are running Windows XP SP2 or any ad blocking
software, by default these windows
 
Top