![]() |
![]() | #1 |
В бой аргхххххххх! Join Date: 09 2002 Location: Vik, Medieval Norway Age: 38
Posts: 1,513
Downloads: 12 Uploads: 0
Reputation: 43 | 4 | ![]() Code: Code //Frame1 <form name=lialia> <input type=text name=kuku> </form> //Frame2 <script> frunction a() { parent.frames.Frame1.lialia.kuku.focus(); } <a href="dsf.htm" onclick="a();">sd</a> ![]() |
![]() |
![]() | #2 |
Web developer Join Date: 09 2002 Location: Yerevan Age: 40
Posts: 896
Downloads: 1 Uploads: 0
Reputation: 9 | 0 | ![]() Code: <script language="JavaScript"> function a(){ parent.frames.frame1.document.lialia.kuku.focus(); } </script> <a href="#" onclick="a();">Click Here</a> |
![]() |
![]() | #3 |
В бой аргхххххххх! Join Date: 09 2002 Location: Vik, Medieval Norway Age: 38
Posts: 1,513
Downloads: 12 Uploads: 0
Reputation: 43 | 4 | ![]()
Pordzeci cheghav, baic asem vor dranic araj eli urish cod el ka et functiaium . tipa parent.frames.frame1.lialia.kuku.value ="dssdf"; u stegh aranc document ashxatuma. |
![]() |
![]() | #4 |
Web developer Join Date: 09 2002 Location: Yerevan Age: 40
Posts: 896
Downloads: 1 Uploads: 0
Reputation: 9 | 0 | ![]()
Grum em qez amboghj [email protected], [email protected] im mot ashxatuma index.html --------- Code: <frameset rows="50%,*"> <frame name="frame1" src="a.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0"> <frame name="frame2" src="b.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0"> </frameset> a.html --------- Code: <form name=lialia> <input type=text name=kuku> </form> b.html --------- Code: <script language="JavaScript"> function a(){ parent.frames.frame1.document.lialia.kuku.focus(); } </script> <a href="#" onclick="a();">Click Here</a> |
![]() |
Sponsored Links |