ねもぷらす

ふぁいんでぃんぐねもの日記。プログラミングとか育児とか

html

親子の再会

結果を別窓に表示する <html> <head> <script Language="Javascript"> <!-- function newWindow() { document.forms[0].target = "result"; // こういう書き方も出来たと document.forms[0].action = "test.cgi"; // 思い出しました。。 window.open('','result','scrollbars') } --> </script> </head> <body> </body></html>