Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/image/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 为什么赢了';我的网站不能在Internet Explorer中加载吗?_Html - Fatal编程技术网

Html 为什么赢了';我的网站不能在Internet Explorer中加载吗?

Html 为什么赢了';我的网站不能在Internet Explorer中加载吗?,html,Html,我刚刚注意到升级到IE9后,我的个人网站并没有加载到InternetExplorer上 我猜这与Javascript音乐播放器有关,但我不确定 以下是网站: 这是来源代码 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>ItsNotch.com

我刚刚注意到升级到IE9后,我的个人网站并没有加载到InternetExplorer上

我猜这与Javascript音乐播放器有关,但我不确定

以下是网站:

这是来源代码

 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>ItsNotch.com 'The Biography of Big Notch'</title>
<link rel="apple-touch-icon" href="images/itsnotch-apple-icon2.png"/>
<meta name="description" content="Big Notch Biography, Its Notch, ItsNotch, It's Notch, It'sNotch, Big Notch Journal, Big Notch Blog, Big Notch Web Designer, Big Notch tech guru, Tech Guru, New Orleans Tech Guru, Louisiana Tech Guru, LA Tech Guru, New Orleans Tech Geek, New Orleans Geek BigNotch, bignotch, big notch the beat maker, big notch the producer, big notch beats, beats by big notch">

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-19744657-2']);
  _gaq.push(['_setDomainName', '.itsnotch.com']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

</head>
<style type="text/css">
body {
    background-image: url(images/itsnotchbg.jpg);
    background-position: center;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: top center;
    font-weight: normal;
    font-size:10px;
    font-family:Arial, Helvetica, sans-serif;
}

#header {
    position:relative;
    margin-top: -900px;
    margin-left: -1px;
    text-align: center;
}

.introDiv {
    position:relative;
    top:-130px;
    left:155px;
    height:460px;
    width:460px;
    background:url(images/introduction.jpg)
}

#menuList {
    position:relative;
    top:-460px;
    left:-310px;
    width: 130px;
    height: 45px;
    border:hidden;
    z-index: 2;
    padding: 0px;
    border:0;
}

.txtStyle1 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bolder;
    display:block;
    text-align:center;
    width:430px;
    padding-top:35px;
    padding-right:5;

}

#creditDiv {

    text-align:center;
    font-family:"Times New Roman", Times, serif;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    margin-top:-100px;
}


#playerDiv {
    text-align:center;
    margin-left:300px;
    margin-top:-90px;
    z-index:2;



}


a:link {
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:underline;
    color:#333; 
}
a:visited {
    font-family:Arial, Helvetica, sans-serif;
    color:#333;
}
a:hoover {
    font-family:Arial, Helvetica, sans-serif;
    color:#000;
}
a:active {
    font-family:Arial, Helvetica, sans-serif;
    color:#06F;
}
</style>
<body>

<!--The Notch Muisc Player-->

<script type="text/javascript" src="http://itsnotch.com/tumblr/SCMmusic/script.php" ><!--
//--></script>
<script type="text/javascript"><!--
SCMMusicPlayer.init("{'skin':'skins/black/skin.css','playback':{'autostart':'true','shuffle':'true','volume':'40'},'playlist':[{'title':'NewYorkish','url':'http://itsnotch.com/music/Council Music (Instrumental).mp3'},{'title':'Pharcyde - BS','url':'http://itsnotch.com/tumblr/audio/The Pharcyde- Bullshit (Instrumental).mp3'},{'title':'Foreign Exchange - Von Sees','url':'http://itsnotch.com/music/02 Von Sees.mp3'},{'title':'Foreign Exchange - Raw Life','url':'http://itsnotch.com/music/03 Raw Life.mp3'},{'title':'Foreign Exchange - Nics Groove','url':'http://itsnotch.com/music/06 Nic%27s Groove.mp3'},{'title':'Foreign Exchange - Be Alright','url':'http://itsnotch.com/music/07 Be Alright.mp3'},{'title':'Foreign Exchange - Come Around','url':'http://itsnotch.com/music/11 Come Around.mp3'},{'title':'Foreign Exchange - Happiness','url':'http://itsnotch.com/music/12 Happiness.mp3'},{'title':'Foreign Exchange - All That You Are','url':'http://itsnotch.com/music/14 All That You Are.mp3'},{'title':'Foreign Exchange - Call','url':'http://itsnotch.com/music/16 Call.mp3'},{'title':'Little Brother','url':'http://itsnotch.com/music/LittleBrother.mp3'},{'title':'Jay Dilla Madlib','url':'http://itsnotch.com/music/Pyramids .mp3'},{'title':'Jay Dilla - Floating Soul','url':'http://itsnotch.com/music/Floating Soul.mp3'},{'title':'The Roots - Hypnotic','url':'http://itsnotch.com/music/Hypnotic.mp3'}],'placement':'bottom','showplaylist':'false'}");
//--></script>
<!--End Notch Player Script-->




<center>
<img src="images/pageslab1.gif">
<!-- header -->
<div id="header"><img src="images/header1.jpg" alt="header" name="header2" width="797" height="497" id="banner"></div>
<!-- Intro Section -->
<div class="introDiv">
<div class="txtStyle1">Welcome to <u>ItsNotch.com</u>. My name is Josh, but my friends have called me "Big Notch" for years. I do web design and development as a hobby.  I'm a Tech Enthusiast. But some people might call me a "Tech Guru". I love to create things. I am also a musician at heart, and have been a long time. You can visit the my music website at <a href="http://www.bignotch.com"/>www.bignotch.com</a>. <br><br>I currently attend college and created this website for a course project at my school, but at the last minute I decided to turn it into a public website. I coded this website from scratch and with no web building tools.<br><br>  This site serves as my official online biography, resume, portfolio, and blog all rolled into one. Take a look through the website and enjoy.

</div>

</div>

<!-- Menu Buttons -->
<div id="menuList">
    <a href="/"><img src="/images/buttons/intro_btn.png" border="0" hspace="0" vspace="0"></a>
    <a href="/bio.html"><img src="/images/buttons/bio_btn.png" border="0" hspace="0" vspace="0"></a>
    <a href="/experience.html"><img src="/images/buttons/exp_btn.png" border="0" hspace="0" vspace="0"></a>
    <a href="/portfolio.html"><img src="/images/buttons/portfolio_btn.png" border="0" hspace="0" vspace="0"></a>
    <a href="/travels.html"><img src="/images/buttons/travel_btn.png" border="0" hspace="0" vspace="0"></a>
    <a href="/blog"><img src="/images/buttons/blog_btn.png" border="0" hspace="0" vspace="0"></a>

    <a href="/ask.html"><img src="/images/buttons/formspring_btn.png" border="0" hspace="0" vspace="0"></a>
    <a href="/contact.html"><img src="/images/buttons/contact_btn.png" border="0" hspace="0" vspace="0"></a>
    </div>



    <!-- Credit -->

    <div id="creditDiv">
    Site Designed and Coded by <b>Big Notch</b>
    </div>

    <!-- Player -->

    <div id="playerDiv">


    </div>

    </center>

<!-- TWEETBOARD CODE -->
<script type="text/javascript"> 
var _tbdef = {user: 'bignotchonline'}; 
(function(){ 
var d = document;var tbjs = d.createElement('script'); tbjs.type = 'text/javascript'; 
tbjs.async = true; tbjs.src = 'http://tweetboard.com/tb.js'; var tbel = d.getElementsByTagName('head')[0]; 
if(!tbel) tbel = d.getElementsByTagName('head')[0]; tbel.appendChild(tbjs);
})(); 
</script>


</body>
</html>

ItsNotch.com“大缺口传记”
var _gaq=_gaq | |[];
_gaq.push([''设置帐户','UA-19744657-2']);
_gaq.push([''u setDomainName','.itsnotch.com']);
_gaq.push([''u trackPageview']);
(功能(){
var ga=document.createElement('script');ga.type='text/javascript';ga.async=true;
ga.src=('https:'==document.location.protocol?'https://ssl' : 'http://www“)+”.google analytics.com/ga.js';
var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);
})();
身体{
背景图片:url(images/itsnotchbg.jpg);
背景位置:中心;
背景色:#000000;
背景重复:无重复;
背景位置:上中;
字体大小:正常;
字体大小:10px;
字体系列:Arial、Helvetica、无衬线字体;
}
#标题{
位置:相对位置;
利润上限:-900px;
左边距:-1px;
文本对齐:居中;
}
.简介{
位置:相对位置;
顶部:-130像素;
左:155px;
高度:460px;
宽度:460px;
背景:url(images/introduction.jpg)
}
#月经学家{
位置:相对位置;
顶部:-460px;
左:-310px;
宽度:130px;
高度:45px;
边界:隐藏;
z指数:2;
填充:0px;
边界:0;
}
.txtStyle1{
字体系列:Arial、Helvetica、无衬线字体;
字号:18px;
字体大小:粗体;
显示:块;
文本对齐:居中;
宽度:430px;
填充顶部:35px;
右:5;
}
#信贷司{
文本对齐:居中;
字体系列:“泰晤士报新罗马”,泰晤士报,衬线;
字体大小:12px;
字体大小:粗体;
颜色:#fff;
利润上限:-100px;
}
#playerDiv{
文本对齐:居中;
左边距:300px;
利润上限:-90px;
z指数:2;
}
a:链接{
字体系列:Arial、Helvetica、无衬线字体;
文字装饰:下划线;
颜色:#333;
}
a:参观了{
字体系列:Arial、Helvetica、无衬线字体;
颜色:#333;
}
a:胡佛{
字体系列:Arial、Helvetica、无衬线字体;
颜色:#000;
}
a:主动的{
字体系列:Arial、Helvetica、无衬线字体;
颜色:#06F;
}
欢迎来到ItsNotch.com。我叫乔希,但多年来我的朋友们都叫我“大缺口”。我的爱好是做网页设计和开发。我是个科技爱好者。但有些人可能会称我为“技术大师”。我喜欢创造东西。我的内心也是一个音乐家,而且已经有很长一段时间了。您可以访问我的音乐网站

我目前正在上大学,为学校的一个课程项目创建了这个网站,但在最后一刻,我决定把它变成一个公共网站。我从零开始编写了这个网站,没有网页构建工具。

这个网站是我的官方在线传记、简历、投资组合和博客,所有这些都集成在一起。浏览一下网站,尽情享受吧。 网站设计和编码的大缺口 var_tbdef={user:'bignotchonline'}; (函数(){ var d=document;var tbjs=d.createElement('script');tbjs.type='text/javascript'; tbjs.async=true;tbjs.src=truehttp://tweetboard.com/tb.js';var tbel=d.getElementsByTagName('head')[0]; 如果(!tbel)tbel=d.getElementsByTagName('head')[0];tbel.appendChild(tbjs); })();
我看到:找不到404错误文件 您正在查找的页面可能已被删除, 其名称已更改,或暂时不可用


也许这是您应该与web主机一起解决的问题,这是您的音乐播放器代码:

SCMMusicPlayer.init("{ // <<< Remove this double quote
    'skin':'skins/black/skin.css',
    'playback': {
        'autostart':'true',
        'shuffle':'true',
        'volume':'40'
    },
    'playlist': [
        {
            'title':'NewYorkish',
            'url':'http://itsnotch.com/music/Council Music (Instrumental).mp3'
        },
        {
            'title':'Pharcyde - BS',
            'url':'http://itsnotch.com/tumblr/audio/The Pharcyde- Bullshit (Instrumental).mp3'
        },
        {
            'title':'Foreign Exchange - Von Sees',
            'url':'http://itsnotch.com/music/02 Von Sees.mp3'
        },
        {
            'title':'Foreign Exchange - Raw Life',
            'url':'http://itsnotch.com/music/03 Raw Life.mp3'
        },
        {
            'title':'Foreign Exchange - Nics Groove',
            'url':'http://itsnotch.com/music/06 Nic%27s Groove.mp3'
        },
        {
            'title':'Foreign Exchange - Be Alright',
            'url':'http://itsnotch.com/music/07 Be Alright.mp3'
        },
        {
            'title':'Foreign Exchange - Come Around',
            'url':'http://itsnotch.com/music/11 Come Around.mp3'
        },
        {
            'title':'Foreign Exchange - Happiness',
            'url':'http://itsnotch.com/music/12 Happiness.mp3'
        },
        {
            'title':'Foreign Exchange - All That You Are',
            'url':'http://itsnotch.com/music/14 All That You Are.mp3'
        },
        {
            'title':'Foreign Exchange - Call',
            'url':'http://itsnotch.com/music/16 Call.mp3'
        },
        {
            'title':'Little Brother',
            'url':'http://itsnotch.com/music/LittleBrother.mp3'
        },
        {
            'title':'Jay Dilla Madlib',
            'url':'http://itsnotch.com/music/Pyramids .mp3'
        },
        {
            'title':'Jay Dilla - Floating Soul',
            'url':'http://itsnotch.com/music/Floating Soul.mp3'
        },
        {
            'title':'The Roots - Hypnotic',
            'url':'http://itsnotch.com/music/Hypnotic.mp3'
        }
    ],
    'placement':'bottom',
    'showplaylist':'false'
}"); // <<< Remove this double quote
EDIT2

您需要检查音乐播放器的配置。我并没有让它完全工作(音乐播放,但页面的其余部分加载正确),但这将帮助您更接近您需要的位置

在script.php文件中,表单操作不正确(因此找不到404):


正在将表单提交到不正确的url。它应该是
this.url
,它被设置在script.php文件的顶部(在
init()
方法的开头)。

我还不知道-我必须格式化它,这样我才能解决这个问题。@Edward Thomas-在代码中看到我的两条评论。您需要删除.init()函数调用开头和结尾的双引号。我在他们的网站上看到,他们使用双引号字符串生成代码。我不明白他们为什么这么做。是的,这不是双引号字符串;这与调用init()并传入字符串时SCCMusicLayer正在执行的操作有关。如果删除双引号,它就不会运行音乐播放器。这就是为什么它看起来有效。除此之外,音乐从不播放。
SCMMusicPlayer.init("{}");
scmCode+='<form action="'+this.url+'" method="post" id="scmSendData" target="scmFrame"><input name="scmData" id="scmData" type="hidden" value="'+this.dataStr+'" /></form>';
document.getElementById('scmSendData').submit();