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

Calling Function

Status
Not open for further replies.

VisBasDude

Programmer
Nov 10, 2002
19
GB
Hi, yeah whats the best way to call a function from HTML, is there a way even? The problem is i have a php page that is creating a page and it want it to load another page into another frame. If that makes sense. Thanx JP
 
When do you want to call the function?

for example you could call the function after the page has finished loading by putting

onload="theFunction()"

in the body tag.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top