[問題] 請教一個javascript的寫檔小問題

看板Web_Design作者 (1019)時間19年前 (2006/01/07 10:31), 編輯推噓2(202)
留言4則, 2人參與, 最新討論串1/1
<html xmlns = "" rel="nofollow">http://www.w3.org/1999/xhtml"> <head><title>Printing Multiple Lines</title> <script> <!------------a.htm-----------------> function cc() {document.writeln( "<h1>Welcome to<br/>JavaScript" "<br/>Programming!</h1>");} </script></head> <body onload = "cc()"></body> </html> 以這為例, document.writeln( "<h1>Welcome to<br />JavaScript" "<br />Programming!</h1>" );只會寫入點開的a.htm裡頭, 但是假如function cc()想改成把文字真正寫到資料夾中另一個b.htm檔裡頭, 而a.htm在點開後沒變,請問function cc()要怎麼改或怎麼寫呢?或者是需要什麼 javascript之外的處理方法? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.116.104.158

01/07 15:30, , 1F
其實這不是寫"進"a.htm 只是寫入目前所處理的網頁
01/07 15:30, 1F

01/07 15:30, , 2F
所以執行完後a.htm是不會被改變的
01/07 15:30, 2F

01/07 19:19, , 3F
嗯. 那如果要改成真正寫入b.htm能怎麼作呢?,
01/07 19:19, 3F

01/07 19:21, , 4F
比方說a.htm是個Dhtml小遊戲之類的,玩的其中所產生的資料~
01/07 19:21, 4F
※ 編輯: author 來自: 140.116.104.158 (01/07 19:25)
文章代碼(AID): #13loV-Lx (Web_Design)
文章代碼(AID): #13loV-Lx (Web_Design)