2010年9月19日 星期日

use relativ path in index_html for phonegap

for index.html, to link or redirect page ,it cannot use absolute path.

2010年9月18日 星期六

a href and onclick cannot be together

As title, there will be conflict,so the solution is "a href=javascript:function x()"

function x should have location.assign() to redirect the page.