この文字列の問題を解決するのが難しい
contentString = '<div id="infoHead">Drag me for new coordinates.</br></div>'+results[1].formatted_address+'<div id="latlng">'+
'Latitude: '+dmsLat+'</br>'+'Longitude: '+dmsLng+'</div>'+'</br>'+'<a href="//www.youtube.com/embed/Mzja4le8htk"'
+ 'style="width=420px; height=315px"'
+ 'onclick=' + '"window.open(this.href,'rockclimbing','left=400,top=250,width=420,height=315,toolbar=1,resizable=0');return false;"'
+ '>Click here for more details</a>'
たとえば、次のコードを使用します。
'"window.open(this.href,'rockclimbing','left=400,top=250,width=420,height=315,toolbar=1,resizable=0');return false;"'
それはいくつかのエラーを示していrockclimbing
ますleft until sizeable=0
。
では、この問題を解決するにはどうすればよいでしょうか。これは私の 2 番目のプロジェクトであるため、リンクを提供できません。どんな種類の助けでも本当に感謝しています。