各位板主:
我想使用以下程式碼來翻譯我的網頁(翻成英文)
我想將以下程式碼放在 header.template 上
請問這句 <input type=hidden name=trurl value="
http://www.vba.com.te/plog">
我要如何替換為當前的網址呢? (就是取得 IE 工具列上的"網址")
我用
<input type=hidden name=trurl value={$url->postPermalink($post)}>
好像不對?
完整程式碼如下
<p><form action="
http://babelfish.altavista.com/babelfish/tr" method="post" target="_new">
<input type=hidden name=doit value="done">
<input type=hidden name=tt value="url">
<input type=hidden name=intl value="1">
<input type=hidden name=lp value="zt_en">
<input type=hidden name=trurl value={$url->postPermalink($post)}>
<input type="Submit" value="English" style="cursor:hand;
font-weight:bold;background:#cc99ff;color=white;">
</form></p>