Results 1 to 3 of 3

Thread: Java script issue

  1. #1
    Thayne Taylor
    Guest

    Default Java script issue

    I've recently update our web pages (www.kauaigardencottages.com) and
    I've had a good friend and web developer (not NOF) tell me that the
    Reserve Now page hangs on him. I don't seem to have that problem on the
    PC and Mac machines I have here at home. However, there is some code
    that NOF generates that I can not explain. It shows up when viewing the
    page source from my Firefox browser but when I download the page via ftp
    and view it it is completely different. Here is the the browser viewed code:

    <script language='javascript'
    src='http://127.0.0.1:1025/js.cgi?a&r=5829'></script>

    <script type="text/javascript">
    <!--
    function F_loadRollover(){} function F_roll(){}
    //-->
    </script>

    And here is the same page viewed in my Boxer Text editior


    <script type="text/javascript">
    <!--
    function F_loadRollover(){} function F_roll(){}
    //-->
    </script>

    Is there anyone out there than can explain this difference?

    Your help is very much appreciated.

    Thayne

  2. #2
    the other Chuck
    Guest

    Default Re: Java script issue

    Thanyne,

    I believe the difference is caused by your Firewall Software. Are you using
    ZoneAlarm ?? This is typical of what I see when using ZoneAlarm on the
    my machine. Probably not the problem causing your friend problems.

    the Other Chuck



    "Thayne Taylor" <thayne@thayne.net> wrote in message
    news:g2cn39$qge1@flsun90netnews01.netobjects.com.. .
    > I've recently update our web pages (www.kauaigardencottages.com) and I've
    > had a good friend and web developer (not NOF) tell me that the Reserve Now
    > page hangs on him. I don't seem to have that problem on the PC and Mac
    > machines I have here at home. However, there is some code that NOF
    > generates that I can not explain. It shows up when viewing the page source
    > from my Firefox browser but when I download the page via ftp and view it
    > it is completely different. Here is the the browser viewed code:
    >
    > <script language='javascript'
    > src='http://127.0.0.1:1025/js.cgi?a&r=5829'></script>
    >
    > <script type="text/javascript">
    > <!--
    > function F_loadRollover(){} function F_roll(){}
    > //-->
    > </script>
    >
    > And here is the same page viewed in my Boxer Text editior
    >
    >
    > <script type="text/javascript">
    > <!--
    > function F_loadRollover(){} function F_roll(){}
    > //-->
    > </script>
    >
    > Is there anyone out there than can explain this difference?
    >
    > Your help is very much appreciated.
    >
    > Thayne




  3. #3
    Dave@Web by Design, Inc.
    Guest

    Default Re: Java script issue

    I had a similar problem. One of my clients bought a new laptop, set it up
    with XP, and was able to view her site (which I built with NOF) just fine.
    Then she decided to install a bunch of software that came bundled on her PC.
    Suddenly she was only able to view some of the pages on her site, the others
    caused her browser (IE) to hang. Turns out that the pages that caused the
    browser to lock up where the ones that contained product catalogs. The only
    thing that made these pages unique was the fact that they contained pop-up
    pictures of the products when you click the thumbnail. The pop-up code is
    generated by NOF and is written in JavaScript. Since I've used this on many
    sites in the past, and it worked OK before she installed all that bloatware,
    I suspected that something she installed also installed some browser
    add-ons. I had her go in and disable all the IE add-ons (of which there
    were about 40), and sure enough those pages were on longer a problem. She
    enabled a few of them, but has left the others disabled, so I don't know
    which one actually caused the problem.

    Bottom line, I know from experience that some browser add-ons and some
    JavaScript code, don't get along and can cause problems similar to what your
    friend reported.

    Dave



    "Thayne Taylor" <thayne@thayne.net> wrote in message
    news:g2cn39$qge1@flsun90netnews01.netobjects.com.. .
    > I've recently update our web pages (www.kauaigardencottages.com) and I've
    > had a good friend and web developer (not NOF) tell me that the Reserve Now
    > page hangs on him. I don't seem to have that problem on the PC and Mac
    > machines I have here at home. However, there is some code that NOF
    > generates that I can not explain. It shows up when viewing the page source
    > from my Firefox browser but when I download the page via ftp and view it
    > it is completely different. Here is the the browser viewed code:
    >
    > <script language='javascript'
    > src='http://127.0.0.1:1025/js.cgi?a&r=5829'></script>
    >
    > <script type="text/javascript">
    > <!--
    > function F_loadRollover(){} function F_roll(){}
    > //-->
    > </script>
    >
    > And here is the same page viewed in my Boxer Text editior
    >
    >
    > <script type="text/javascript">
    > <!--
    > function F_loadRollover(){} function F_roll(){}
    > //-->
    > </script>
    >
    > Is there anyone out there than can explain this difference?
    >
    > Your help is very much appreciated.
    >
    > Thayne



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •