Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Internet explorer not loading JS

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #25871
    peb7268
    Member

    Help guys,

    Internet explorer isnt loading my javascript which is throwing my whole page off.
    The site works great in firefox and safari.

    The bottom is getting loaded through an ajax request onload and im using the cycle plugin for the bulliten board pic on the right. Any suggestions?

    Thanks!

    Paul

    imperativedesign.net

    #62954
    peb7268
    Member

    Thanks for taking a look cybershot. I’m testing just
    by using friends ie computers and loading the page.
    I’m at a bit of a disadvatage since I have. Mac and can’t run ie.
    The site is
    imperativedesign.net

    the head is being loaded by a php require.
    I’m using jquery plugin cycle and lightbox for the
    slideshow.
    The bottom should have a contact form onload
    that displays using jquery and ajax.

    Thanks again for taking a look.
    I really appreciate it.

    #62985
    von
    Member

    When I checked the site in IE I got the following error.

    Quote:
    Webpage error details
    Message: Unknown runtime error
    Line: 710
    Char: 10
    Code: 0
    URI: http://imperativedesign.net/js/rssReplay.js
    #62965
    peb7268
    Member

    Thank you so much guys, I appreciate all the comments.
    I have really been reading a lot and I want to get better and make this my day job.

    Im taking the empty script tag out right now and running the validator and making the discussed changes as we speak.
    I will put another post on and let you guys know what its doing.
    Here is the scripts.php code as well as the index.

    @cybershot
    , how would I package the code up on here and make it available for download? This is the first time Ive used a forum.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
    <!– saved from url=(0014)about:internet –>
    <html xmlns="http://www.w3.org/1999/xhtml"&gt;
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="description" content="We are an aggresive web design firm that focuses on custom websites to reach readers and buyers. We build content management systems, blogs, shopping carts and more. Give us a call." />
    <meta name="verify-v1" content="0EvxNrGp912ZYVeLSyyGdOOBHDmrvhLw9fQB+Ofdbm8=" >
    <meta name="keywords" content="Atlanta, Buford, Gwinnett, Web Design, web hosting, email hosting, web development, internet site, website, cms, content management system, seo" />
    <meta name="distribution" content="global" />
    <meta name="robots" content="follow, all" />

    <meta name="language" content="en, sv" />
    <meta name="verify-v1" content="lcxd35qMg58xOnMzOppqvxK8KV2ekGFub+vox/FJuyQ=" />

    <meta name="subject" content="Internet Business" />

    <meta name="Classification" content="Web Design , Online Presence" />
    <meta http-equiv="Expires" content="never" />
    <meta http-equiv="PRAGMA" content="NO-CACHE" />

    <title>Imperative Design – Atlanta, Buford, Suwannee, Duluth, Gwinnett, Gainesville, Web Design, Website Design, GA, CMS, SEO, Search Engine Optimization. ecommerce, Shopping Cart</title>

    <link href="/css/imperative.css" rel="stylesheet" type="text/css" />
    <link rel="/site_images/apple-touch-icon.png" href="/customIcon.png"/>
    <link rel="stylesheet" type="text/css" href="/css/jquery.lightbox-0.5.css" media="screen" />

    <!–all js goes below –>
    <script src="/js/jquery.js" type="text/javascript" /></script>
    <script src="/js/imperative.js" type="text/javascript" /></script>
    <script src="/js/jquery.cycle.js" type="text/javascript" /></script>
    <script src="/js/jquery.lightbox-0.5.js" type="text/javascript"></script>
    <script src="./js/validate_plugin.js" type="text/javascript" /></script>
    <script type="text/javascript"></script>

    <?php
    ob_start();
    session_start();
    require("./includes/scripts.php");
    $username = $_POST[‘username’]; ?>
    </head>

    <!– body start –>
    <body>
    <div id="outer_wrapper">
    <div id="maindiv">
    <div id="logo"><a href="index.php" class="hit_box" alt="Home"></a></div><!–end logo–>

    <?php require_once("./includes/panel.php");?>

    <div id="bulliten_board">
    <div id="left_picture" "#middle"><p>Click here to find out more about Imperatives’ consultation services. Lets make your first impression be the right impression.</p>
    <div class="paper_services"><a href="#footer" id="services" name="top" >
    </div><!–end paper_services –>
    </div><!– end left picture –>

    <!– mid_picture –>
    <div id="mid_picture">
    <div id="newsheadlines">

    <?php include_once("./js/news.js"); ?>

    </div><!–end of newsheadlines–>
    </div><!–end of mid_picture–>

    <div id="right_picture">
    <a href="site_images/portfolio_pics/imperative_old.png"><img src="site_images/portfolio_pics/imperative_old_slider.png"></a>
    <a href="site_images/portfolio_pics/creative_castle.png"><img src="site_images/portfolio_pics/creative_castle_slider.png"></a>
    <a href="site_images/portfolio_pics/carrolls.jpg"><img src="site_images/portfolio_pics/carrolls_slider.png"></a>
    </div><!–end right_picture–>

    </div><!– end bulliten board –>

    <div id="current_notebook_paper"><div id="cedge">
    <p>Every customer that sees your web page is shaking your hand. Are you making the right impression?</p>
    <p>Put your page on the web and watch your business explode. Make your business a consumer <b>Imperative.</b></p>
    </div></div><!–end current_notebook_paper–>

    <div class="who_we_are_pic">
    <a href=""></a>
    </div><!–end who_we_are_pic–>
    <div id="current_sticky">
    <a href="" id="marketing_plan" class="sticky">Marketing Plan</a>
    <a href="" id="why_were_the_best" class="sticky">Why we are the best.</a>
    </div><!–end current sticky–>

    <div id="coffee_cup"></div><!–end of stapler–>

    <div id="bottom_body" name="footer">
    <div class="bottom_body_format">

    </div>
    </div><!–end bottom_body–>

    </div><!–end maindiv–>
    </div><!–end outer wrapper–>

    <!–Google Analytics–>
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl.&quot; : "http://www.&quot;);
    document.write(unescape("%3Cscript src=’" + gaJsHost + "google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try {
    var pageTracker = _gat._getTracker("UA-10395310-1");
    pageTracker._trackPageview();
    } catch(err) {}</script>

    </body>
    </html>[code]Thank you so much guys, I appreciate all the comments.
    I have really been reading a lot and I want to get better and make this my day job.

    Im taking the empty script tag out right now and running the validator and making the discussed changes as we speak.
    I will put another post on and let you guys know what its doing.
    Here is the scripts.php code as well as the index.

    @cybershot
    , how would I package the code up on here and make it available for download? This is the first time Ive used a forum.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
    <!– saved from url=(0014)about:internet –>
    <html xmlns="http://www.w3.org/1999/xhtml"&gt;
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="description" content="We are an aggresive web design firm that focuses on custom websites to reach readers and buyers. We build content management systems, blogs, shopping carts and more. Give us a call." />
    <meta name="verify-v1" content="0EvxNrGp912ZYVeLSyyGdOOBHDmrvhLw9fQB+Ofdbm8=" >
    <meta name="keywords" content="Atlanta, Buford, Gwinnett, Web Design, web hosting, email hosting, web development, internet site, website, cms, content management system, seo" />
    <meta name="distribution" content="global" />
    <meta name="robots" content="follow, all" />

    <meta name="language" content="en, sv" />
    <meta name="verify-v1" content="lcxd35qMg58xOnMzOppqvxK8KV2ekGFub+vox/FJuyQ=" />

    <meta name="subject" content="Internet Business" />

    <meta name="Classification" content="Web Design , Online Presence" />
    <meta http-equiv="Expires" content="never" />
    <meta http-equiv="PRAGMA" content="NO-CACHE" />

    <title>Imperative Design – Atlanta, Buford, Suwannee, Duluth, Gwinnett, Gainesville, Web Design, Website Design, GA, CMS, SEO, Search Engine Optimization. ecommerce, Shopping Cart</title>

    <link href="/css/imperative.css" rel="stylesheet" type="text/css" />
    <link rel="/site_images/apple-touch-icon.png" href="/customIcon.png"/>
    <link rel="stylesheet" type="text/css" href="/css/jquery.lightbox-0.5.css" media="screen" />

    <!–all js goes below –>
    <script src="/js/jquery.js" type="text/javascript" /></script>
    <script src="/js/imperative.js" type="text/javascript" /></script>
    <script src="/js/jquery.cycle.js" type="text/javascript" /></script>
    <script src="/js/jquery.lightbox-0.5.js" type="text/javascript"></script>
    <script src="./js/validate_plugin.js" type="text/javascript" /></script>
    <script type="text/javascript"></script>

    <?php
    ob_start();
    session_start();
    require("./includes/scripts.php");
    $username = $_POST; ?>
    </head>

    <!– body start –>
    <body>
    <div id="outer_wrapper">
    <div id="maindiv">
    <div id="logo"><a href="index.php" class="hit_box" alt="Home"></a></div><!–end logo–>

    <?php require_once("./includes/panel.php");?>

    <div id="bulliten_board">
    <div id="left_picture" "#middle"><p>Click here to find out more about Imperatives’ consultation services. Lets make your first impression be the right impression.</p>
    <div class="paper_services"><a href="#footer" id="services" name="top" >
    </div><!–end paper_services –>
    </div><!– end left picture –>

    <!– mid_picture –>
    <div id="mid_picture">
    <div id="newsheadlines">

    <?php include_once("./js/news.js"); ?>

    </div><!–end of newsheadlines–>
    </div><!–end of mid_picture–>

    <div id="right_picture">
    <a href="site_images/portfolio_pics/imperative_old.png"><img src="site_images/portfolio_pics/imperative_old_slider.png"></a>
    <a href="site_images/portfolio_pics/creative_castle.png"><img src="site_images/portfolio_pics/creative_castle_slider.png"></a>
    <a href="site_images/portfolio_pics/carrolls.jpg"><img src="site_images/portfolio_pics/carrolls_slider.png"></a>
    </div><!–end right_picture–>

    </div><!– end bulliten board –>

    <div id="current_notebook_paper"><div id="cedge">
    <p>Every customer that sees your web page is shaking your hand. Are you making the right impression?</p>
    <p>Put your page on the web and watch your business explode. Make your business a consumer <b>Imperative.</b></p>
    </div></div><!–end current_notebook_paper–>

    <div class="who_we_are_pic">
    <a href=""></a>
    </div><!–end who_we_are_pic–>
    <div id="current_sticky">
    <a href="" id="marketing_plan" class="sticky">Marketing Plan</a>
    <a href="" id="why_were_the_best" class="sticky">Why we are the best.</a>
    </div><!–end current sticky–>

    <div id="coffee_cup"></div><!–end of stapler–>

    <div id="bottom_body" name="footer">
    <div class="bottom_body_format">

    </div>
    </div><!–end bottom_body–>

    </div><!–end maindiv–>
    </div><!–end outer wrapper–>

    <!–Google Analytics–>
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl.&quot; : "http://www.&quot;);
    document.write(unescape("%3Cscript src=’" + gaJsHost + "google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try {
    var pageTracker = _gat._getTracker("UA-10395310-1");
    pageTracker._trackPageview();
    } catch(err) {}</script>

    </body>
    </html>

    #62967
    peb7268
    Member

    Here is the link to the scripts.
    Let me know if there is any other scripts that might be necessary.

    http://www.imperativedesign.net/scripts.zip

    #62973
    peb7268
    Member

    Here is the link for the site_images folder

    http://www.imperativedesign.net/site_images.zip

    Thank cybershot for taking the time to go over this with me.

    #63000
    peb7268
    Member

    Hey man, the last two pieces are
    http://imperativedesign.net/css.zip
    http://imperativedesign.net/includes.zip

    and in case you need the first two again it was
    http://imperativedesign.net/scripts.zip
    http://imperativedesign.net/site_images.zip

    Thanks again for all your help :)

    Oh btw, im really not a moron, I have just never shared files across a forum and didnt know what all you needed.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.