[問題] 請教一個javascript的寫檔小問題
<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
01/07 15:30, 1F
→
01/07 15:30, , 2F
01/07 15:30, 2F
推
01/07 19:19, , 3F
01/07 19:19, 3F
→
01/07 19:21, , 4F
01/07 19:21, 4F
※ 編輯: author 來自: 140.116.104.158 (01/07 19:25)
Web_Design 近期熱門文章
PTT數位生活區 即時熱門文章