再次請教一個javascript的問題

我想用javaScript接受別的網頁傳過來的data到str,再把這個str作為parameter傳給這個網頁裏的applet,下麵是我的程序
→)

(html)
(body)
表示數據(br)
(script language="JavaScript")(!--
str = location.search;
str = str.substring(1,str.length);
document.write(str);
// --)(/script)
(applet code='SimpleApplet' name='app' width='500' height='500')
document.write("(param name='word' value=str)");

(/body)
(/html)
執行後,可以正常打出str的值,但是applet卻接受不到str的值,請問這是怎莫回事呢?
,是不是寫法有問題?
謝謝

所有跟帖: 

need <script></script> -1/2bucket- 給 1/2bucket 發送悄悄話 (135 bytes) () 09/13/2005 postreply 14:45:32

謝謝回複,可是好像不行 -厚道人- 給 厚道人 發送悄悄話 (472 bytes) () 09/14/2005 postreply 06:32:45

再幫一把 -1/2bucket- 給 1/2bucket 發送悄悄話 (78 bytes) () 09/14/2005 postreply 11:45:08

十分感謝,問題解決了 -厚道人- 給 厚道人 發送悄悄話 (0 bytes) () 09/16/2005 postreply 05:20:06

請您先登陸,再發跟帖!