
March 25th, 2008, 04:42 AM
|
|
Registered User
|
|
Join Date: Mar 2008
Posts: 2
Time spent in forums: 30 m 38 sec
Reputation Power: 0
|
|
|
Other - Linking Frames
Hi am looking out for two different frames to link on to a single page.
i tried this tag below
<link rel = "html" href = "./Check Box.htm"> (say form1)
<link rel = "html" href = "./CheckEvents.htm"> (say form2)
to link with other Html page.
the "Check Box.htm" contains checkboxes, when a user click on a checkbox on this page, the event is to be called in from the CheckEvents.htm page.
Is there a way to do this.
i.e when i click form1 check box the event has to called from form2 and the action has to be performed, kind of lost in this.
Thanks in advance...
|