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

Loading the table content after the page loads???

Status
Not open for further replies.

cemlouis

Programmer
Mar 29, 2003
13
TR
Hi to all,

I am writing this question to this section but I am not sure it really fits here. Anyway I have a table on my upper part of the page this table's content calls to an external php file (this file refers to a javascript that counts the words on the page...) I want to call the file after the page loads for counting the words correctly. I can do this by putting the table at the bottom of the page but I want to show the content on the upper part of the page is there a way to do this by php or javascript?

I think the code must be like php timers that says this page loads in 4.37 seconds... But I am not sure

Any help greatly appreciated,
Cem Louis
 
Use an iframe at the top of the page and load the PHP page to that iframe with a window.onload statement.

Lee
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top