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) "body" 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
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) "body" 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