Полезные вопросы
яваскрипт
яваскрипт
Oct
.
3rd
,
2007
04:39 pm
gudguy.livejournal.com
posting in
useful_faq
немогу заставить работать вот это чудо:
test.htm
<html> <body> <script type="text/javascript"> function preview() { okno=window.open('http://localhost/test2.htm','','width=200,height=100'); main_body=okno.document.getElementById('p_tag'); main_body.InnerHTML=document.getElementById('fname').value; } </script> <form name="fr"> <input type="text" id="fname"> <input type=button onclick="preview()" value="PUSH ME"> </form> </body> </html>
test2.htm
<html> <html> <head> <title> okno </title> </head> <body> <p id="p_tag"></p> </body> </html>
помогите люди добрые))
Flat
|
Top-Level Comments Only
no subject
Date:
2007-10-03 02:31 pm (UTC)
From:
maig4eg.livejournal.com
Под кат, плз.
4 comments
Reply
Flat
|
Top-Level Comments Only
no subject
Date: 2007-10-03 02:31 pm (UTC)