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

Making the Browser Click The First Link

Status
Not open for further replies.

Krus1972

Programmer
Mar 18, 2004
145
US
Hi,

I have a webpage located at:
that uses IFRAMES. I am in need of a simple javascript that will automatically click the first laptop review link found in the RIGHT Iframe right after or during the visitors' browser loading the entire page. This will automatically populate the LEFT Iframe with the first consumer review after the page loads. Without the Javascript to click the first link automatically, the Left Iframe will be blank during the page loads. It looks too "naked" and I don't want that.

My expertise is ASP, HTML, CSS. I have very basic knowledge of Javascript and would appreciate it if someone could help.

Thanks,
Jeff
 
Would it it be easier to just simply make that the d3fault value from your ASP code?

I mean I assume yo are checking for the existence of the PRODUCTID value. If its not there then just make that its default value.

You can even have it be dynamically generated at the same time you generate your list.




----------------------------------
Phil AKA Vacunita
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
No, I don't want to do that. I need a Javascript as mentioned above.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top