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!

Return to a Page and call a function that is not in the body's onLoad

Status
Not open for further replies.

justjim

Programmer
Oct 22, 2002
13
US
I am on a page .... I run a function that creates a table
and writes it to the current page ... thereby clearing the
current page and placing it in the address-history.

Now on the new page in the table I have various links that contain data that i want to pass back to the original page to a function ..

original page is like <a href='file:///C:/WINDOWS/Desktop/WebPage.htm'

and the function on that page i want to call is:
showTags(body,tbt) &quot;body&quot; is only one example of the variable that might be pass in the this function call.

Is it possible to build the link so that when it returns to the page that it will execute the function ... which is not already in the <body. tag ?

TKX Jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top