linky
07-25-2002, 08:41 PM
Help me please!
In my www page there is 3 frames
The first content javascript, whitch write second frame:
parent.fr_2.document.write("<input type='button' onclick='fn_izbor()'>")
After pressing the button, will starting function 'fn_izbor()',
Location of source of 'fn_izbor()' is in the first frame, and its purposes -
writing frame 3.
Script not working propertly. Why? How I must calling function in js?
In my www page there is 3 frames
The first content javascript, whitch write second frame:
parent.fr_2.document.write("<input type='button' onclick='fn_izbor()'>")
After pressing the button, will starting function 'fn_izbor()',
Location of source of 'fn_izbor()' is in the first frame, and its purposes -
writing frame 3.
Script not working propertly. Why? How I must calling function in js?