cactus1000
Programmer
In a frames page, I need to click on a link in the left frame, and run some script from another page in the right frame:
javascriptarent.right.openandclose(0)
This works, but only if the page containing the script is already open. I know I need to have the link open the page in the right frame before running the script, but I don't know the proper syntax.
How do I do both with just one link?
javascriptarent.right.openandclose(0)
This works, but only if the page containing the script is already open. I know I need to have the link open the page in the right frame before running the script, but I don't know the proper syntax.
How do I do both with just one link?