コードのどこにポップアップ ウィンドウの名前を追加できますか??
code: (embedded in wix flash site)
<script language="javascript"><!--
function PopUp() {
var PopWidth = "400";
var PopHeight = "220";
var PosTop = "200";
var PosLeft = "200";
var SettingS = "toolbar=no,menubar=no,scrollbars=no,resizable=no,width=" + PopWidth + ",height=" + PopHeight + ",top=" + PosTop + ",left=" + PosLeft;
var PopUp = open("","box",SettingS);
PopUp.document.clear();
PopUp.document.write('<object height="200" width="100%"> <param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F434705&show_comments=true&auto_play=true&show_playcount=true&show_artwork=true&color=3f1081"></param> <param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="360" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F434705&show_comments=true&auto_play=true&show_playcount=true&show_artwork=true&color=3f1081" type="application/x-shockwave-flash" width="100%"></embed> </object> <span><a href="http://soundcloud.com/patrickharlin/sets/apps-set">Music by Patrick Harlin</a> by <a href="http://soundcloud.com/patrickharlin">Patrick Harlin</a></span>');
}
window.onload=PopUp;
// -->
</script>
内部コンテンツをホストする音楽プレーヤーとして、埋め込み可能なhtmlを介してwixでポップアップを使用しています。ポップアップがほとんどのブラウザーで機能するのに IE9 では機能しない理由をトラブルシューティングしようとしています。私が言える最善のことは、ポップアップウィンドウに名前を付ける必要があるということです。どちらの名前でも付けたいのですが...
ありがとう
のサイト?ここで見つけることができます:www.patrickharlin.com