|
Subject:
|
Javascript function remote frame
|
|
Posted By:
|
Dj Kat
|
Post Date:
|
1/5/2006 4:55:46 AM
|
Hi,
I need to activate a javascript function that is located in the frameset page from a page inside a frame
Is this possible
__________________________________________________________ This is my junk I'm gona eat it
|
|
Reply By:
|
Greg Griffiths
|
Reply Date:
|
1/5/2006 1:22:05 PM
|
If you can reference the frame that the function is in from the calling frame then you can call the function :
parent.leftFrame.myJSFunction()
Calls the function "myJSFunction" that exists in a frame called "leftFrame" which is a sibling of the current frame.
|
|
Reply By:
|
Dj Kat
|
Reply Date:
|
1/6/2006 11:22:56 AM
|
It worked thnx
__________________________________________________________ This is my junk I'm gona eat it
|