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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

display what is clicked on in a frame

Status
Not open for further replies.

natefanaro

Technical User
Jun 10, 2002
17
US
I am looking for a way to show the link that is clicked on in a seperate frame. Here's what it would look like:

--------------------------------
|
|show what was clicked below
| (ie. google.com)
--------------------------------
|
|
|
| |
|
--------------------------------

I am looking for any link that is clicked on, wether inside the website, or not, to show in the top frame. Kind of like what would be returned in the Address bar of your web browser when you click on something, only displayed in a frame. Also, does anyone know when the keyword search is going to be active?

thanks!
 
use onClick and pass variable this way:

URLorfile.htm?var1,var2,var3

you retrieve variables in other frame using this:

location.search.substr(1)== "1"

everything after ? will be available to you...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top