2012-10-22 68 views
0
var img = '<textarea cols="60" id=' + div_id + ' name=handle[' + required_name + '] rows="7">'; 
img = img + '<div id="fullscreen-button-'+id+'" style="position:relative;left:220px;width:24px;height:24px;cursor:pointer;background-image:url(../assets/resize_full.png);" onclick="fullscreen('+'"'+path+'"'+')"></div>'; 
img = img + '<embed src=' + path + ' width="" height="" />'; 
img = img + '</textarea>'; 

======================================= =====如何調用javascript變量

輸出來爲

<div id="fullscreen-button-0" style="position:relative;left:220px;width:24px;height:24px;cursor:pointer;background-image:url(../assets/resize_full.png);" onclick="fullscreen(" upload microsite micro_1 calcsmall.swf')'></div> 

onclick="fullscreen(" upload microsite micro_1 calcsmall.swf')' 

我想

onclick="fullscreen('upload/microsite/micro_1/calcsmall.swf')"

+0

可以粘貼什麼呢路徑變量包含反正perhap那麼我們就可以幫助 – Viren

+0

路徑=上傳/微型/ micro_1/calcsmall.swf –

+0

其實我用這一切的JavaScript代碼。沒有使用鐵軌。 –

回答

1
img = img + '<div id="fullscreen-button-'+id+'" style="position:relative;left:220px;width:24px;height:24px;cursor:pointer;background-image:url(../assets/resize_full.png);" onclick="fullscreen(\''+path+'\')"></div>'; 
+0

不工作相同的問題。 :( –

相關問題