Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

staying with my page when linking to external URL 1

Status
Not open for further replies.

redmike

Technical User
Feb 25, 2002
46
IL
Hi,

I know this has to be easy. It all is when you know how :)

How do I keep my page active when a visitor clicks on a link and gets taken to an external page.

At the moment people can only get back to my page by using the back button.

thanks,

Mike
 
Hi bud,

You could either open the link in a new page using a <a href=&quot;xxxx.xxxx&quot; target=&quot;_blank&quot;> or you could use frames on your page and target the link to the main frame.

Hope this help some.

hads.
 
It may be a whole lot easier if you write a little javascript function using the

Function openNew(){
window.open(URL);
}
I know I'm in the wrong forum for saying this but I would go that route for opening new windows.
 
thank you both.

I used <a href=&quot;xxxx.xxxx&quot; target=&quot;_blank&quot;> which is working fine.

My last site had frames but I've limited myself to tables and shared borders with my new one - for now anyway.

I had enough trouble trying to get the java that I am using to work properly with both IE and Netscape.

Real pain the lack of standardisation :)

Mike
 
&quot;Real pain the lack of standardisation :)&quot;

Thats whats keeps us in the buisness, RedMike !!! [bobafett] BobbaFet [bobafett]

Everyone has a right to my opinion.
E-mail me at caswegkamp@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top