作者author (1019)
看板Web_Design
标题[问题] 请教一个javascript的写档小问题
时间Sat Jan 7 10:33:34 2006
<html xmlns = "
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
1F:推 LPH66:其实这不是写"进"a.htm 只是写入目前所处理的网页 01/07 15:30
2F:→ LPH66:所以执行完後a.htm是不会被改变的 01/07 15:30
3F:推 author:嗯. 那如果要改成真正写入b.htm能怎麽作呢?, 01/07 19:19
4F:→ author:比方说a.htm是个Dhtml小游戏之类的,玩的其中所产生的资料~ 01/07 19:21
※ 编辑: author 来自: 140.116.104.158 (01/07 19:25)