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!

reload frame with table selection of a javascript function

Status
Not open for further replies.

royn

Programmer
Sep 28, 2002
2
US
I currently have a frame with a table in it. currently each cell uses HREF="Some.HTM" so the user can select an option from the table and a new page is loaded in the frame. My problem is I also have JavaScript functions that I want to use instead of an HTM file. I trid HREF="JavaScript:SomeFunction()" and the page does not seem to hold in place. Any ideas on what to do?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top