Open 2 pages in 2 frames

D

DaveO

Hi All

I have an asp page ( CheckUser.asp ) that checks username and password in an
online database as a page is opened. The Users name is then assigned to the
Session("UserName") variable.

If the Check_User.asp page verifies the user as a valid user, it then opens
the required page in an inline frame ( iFrame1 )

At the same time, I would also like to be able to open a second asp page to
add the Users Name ( using the Session("UserName") variable ) to another
inline Frame ( iFrame2 ) with a 'log-out' button, but I can't figure out how
to get the 1st asp page to also open the 2nd asp page as the same time as
loading the original page.

Thanks in advance for any advice

Regards
DaveO
 
K

Ken Jenkins

you cant do that with server side code.. you have to sue some client side
javascript
 

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

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top