モバイルアプリケーションを開発しようとしていて、ポップアップ形式でページを開きたい
私はこのコードを使用します:
$('#header-left-container').prepend(results.rows.item(i).LibelleTypeTravail +"" +
"<br>" +
"<a href='#null' onclick='open_infos()' > <img src='../js/images/add.png' > </a>" +
"<textarea rows='6' cols='60' name='"+results.rows.item(i).LibelleTypeTravail+"'> </textarea><br><br>" );
function open_infos()
{
window.open('../prestation_html/list_rubrique.html','nom_de_ma_popup','menubar=no, scrollbars=no, top=100, left=100, width=300, height=200');
}
しかし、それは機能しません。灰色のページでエミュレーターがクラッシュします