嗨请告诉我如何使用window.open方法从phonegap项目打开html文件。我试过这个
var ref = window.open('http://google.co.in', '_blank', 'location=yes',"width=50,height=50");
我可以从网上打开任何文件。但如果我想从我的phonegap项目打开html文件,那我该怎么办? suposse我想从我的项目中打开start.html,其路径是/www/start.html,然后我应该在open方法的url中包含什么