どのように私はJavascriptでhtmlの渡し変数を置き換えることができます知っていますか?javascriptで関数の変数を置き換えることができる方法はありますか?
例:
私は以下のようにコードがある場合:
<table width="150" border="0" cellspacing="0" cellpadding="2" id="productBox">
<tr>
<td valign="top" height="19" id="td4"><img onclick="addNewRowToTable('abc')" src="images/add0.gif" onmouseover="this.src=\'images/add1.gif\'" onmouseout="this.src=\'images/add0.gif\'" class="handCursor" width="49" height="19"></td>
</tr>
</table>
私はJavaScriptを使用して 'CDE' に変数 'ABC' を置換することができます任意の方法を?
なぜ関数にcdeを渡しませんか? – rahul