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!

calling a function defined in an iframes source html

Status
Not open for further replies.

msloan

Programmer
May 30, 2001
39
US
I have an iframe defined in my simple jsp page. Obviously that iframe has a source html file - source.html. How do I call a function from my jsp that resides in the source.html?

Thanks!
 
Have you tried:

document.frames["iframeName"].javaScriptFunction();

--Dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top