Javascript error :((

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Louis

    Javascript error :((

    Hi all,

    I am not a JavaScript programmer, but I need info. I used to open a certain
    web page before, without errors, but
    lately it gives me error:

    Line 9 Char 73 Error excpected ';'.

    The "offending" Page, when loaded, has the following "source code" (first
    few line only) .. viewed from IE 6:

    <html>
    <head>
    <title>
    NeoDates.com -+- The best singles site around
    </title>
    <script language=javasc ript>
    self.name = "singles";
    function openBig(pic){
    var url = 'http://www.neodates.co m/games/neomatch/flash/big.php?pic=' +
    pic;

    window.open(url ,'image',config ='width=1,heigh t=1,top=100,lef t=100,resizable =
    yes');
    }

    It seems to me whatever Interprets JavaScript on my comouter does not know
    how to do the + pic bit in the offending line.
    How do I debug this? Figure out what to do to get the correct java script
    interpreter on my computer?

    I use windows 2000 and IE 6 , all with the latest service packs and updates.
    I installed dot net framework a few weeks ago .. could that be the cause?
    does dot net
    in any way take "over" the execution of client side java script when it is
    installed?

    Any I Ideas?

    Louis


  • Louis

    #2
    Re: Javascript error :(( ??????

    Evertjan?

    "Evertjan." <exjxw.hannivoo rt@interxnl.net > wrote in message
    news:Xns93D3670 42538Eeejj99@19 4.109.133.29...[color=blue]
    > Louis wrote on 10 aug 2003 in comp.lang.javas cript:
    >[color=green]
    > > window.open(url ,'image',config ='width=1,heigh t=1,top=100,lef t=100,resiz
    > > able= yes');
    > >[/color]
    >
    > window.open(url ,'image','width =1,height=1,top =100,left=100,r esizable=
    > yes');
    >
    >
    > --
    > Evertjan.
    > The Netherlands.
    > (Please change the x'es to dots in my emailaddress)[/color]


    Comment

    • Louis

      #3
      Re: Javascript error :(( ??????

      Evertjan?

      "Evertjan." <exjxw.hannivoo rt@interxnl.net > wrote in message
      news:Xns93D3670 42538Eeejj99@19 4.109.133.29...[color=blue]
      > Louis wrote on 10 aug 2003 in comp.lang.javas cript:
      >[color=green]
      > > window.open(url ,'image',config ='width=1,heigh t=1,top=100,lef t=100,resiz
      > > able= yes');
      > >[/color]
      >
      > window.open(url ,'image','width =1,height=1,top =100,left=100,r esizable=
      > yes');
      >
      >
      > --
      > Evertjan.
      > The Netherlands.
      > (Please change the x'es to dots in my emailaddress)[/color]


      Comment

      • Louis

        #4
        Re: Javascript error :((

        I did not create the javascript or the page in question below. I can still
        load that page on my work PC without ANY errors.
        When I load it at home, it gives me an error.

        "Louis" <xxxxxxx@ThePub .co.za> wrote in message
        news:3f35fb54$0 $235@hades.is.c o.za...[color=blue]
        > Hi all,
        >
        > I am not a JavaScript programmer, but I need info. I used to open a[/color]
        certain[color=blue]
        > web page before, without errors, but
        > lately it gives me error:
        >
        > Line 9 Char 73 Error excpected ';'.
        >
        > The "offending" Page, when loaded, has the following "source code" (first
        > few line only) .. viewed from IE 6:
        >
        > <html>
        > <head>
        > <title>
        > NeoDates.com -+- The best singles site around
        > </title>
        > <script language=javasc ript>
        > self.name = "singles";
        > function openBig(pic){
        > var url = 'http://www.neodates.co m/games/neomatch/flash/big.php?pic=' +
        > pic;
        >
        >[/color]
        window.open(url ,'image',config ='width=1,heigh t=1,top=100,lef t=100,resizable =[color=blue]
        > yes');
        > }
        >
        > It seems to me whatever Interprets JavaScript on my comouter does not know
        > how to do the + pic bit in the offending line.
        > How do I debug this? Figure out what to do to get the correct java script
        > interpreter on my computer?
        >
        > I use windows 2000 and IE 6 , all with the latest service packs and[/color]
        updates.[color=blue]
        > I installed dot net framework a few weeks ago .. could that be the cause?
        > does dot net
        > in any way take "over" the execution of client side java script when it is
        > installed?
        >
        > Any I Ideas?
        >
        > Louis
        >
        >[/color]


        Comment

        • Louis

          #5
          Re: Javascript error :((

          I did not create the javascript or the page in question below. I can still
          load that page on my work PC without ANY errors.
          When I load it at home, it gives me an error.

          "Louis" <xxxxxxx@ThePub .co.za> wrote in message
          news:3f35fb54$0 $235@hades.is.c o.za...[color=blue]
          > Hi all,
          >
          > I am not a JavaScript programmer, but I need info. I used to open a[/color]
          certain[color=blue]
          > web page before, without errors, but
          > lately it gives me error:
          >
          > Line 9 Char 73 Error excpected ';'.
          >
          > The "offending" Page, when loaded, has the following "source code" (first
          > few line only) .. viewed from IE 6:
          >
          > <html>
          > <head>
          > <title>
          > NeoDates.com -+- The best singles site around
          > </title>
          > <script language=javasc ript>
          > self.name = "singles";
          > function openBig(pic){
          > var url = 'http://www.neodates.co m/games/neomatch/flash/big.php?pic=' +
          > pic;
          >
          >[/color]
          window.open(url ,'image',config ='width=1,heigh t=1,top=100,lef t=100,resizable =[color=blue]
          > yes');
          > }
          >
          > It seems to me whatever Interprets JavaScript on my comouter does not know
          > how to do the + pic bit in the offending line.
          > How do I debug this? Figure out what to do to get the correct java script
          > interpreter on my computer?
          >
          > I use windows 2000 and IE 6 , all with the latest service packs and[/color]
          updates.[color=blue]
          > I installed dot net framework a few weeks ago .. could that be the cause?
          > does dot net
          > in any way take "over" the execution of client side java script when it is
          > installed?
          >
          > Any I Ideas?
          >
          > Louis
          >
          >[/color]


          Comment

          • Evertjan.

            #6
            Re: Javascript error :(( ??????

            Louis wrote on 10 aug 2003 in comp.lang.javas cript:[color=blue]
            > "Evertjan." <exjxw.hannivoo rt@interxnl.net > wrote in message
            > news:Xns93D3670 42538Eeejj99@19 4.109.133.29...[color=green]
            >> Louis wrote on 10 aug 2003 in comp.lang.javas cript:
            >>[color=darkred]
            >> > window.open(url ,'image',config ='width=1,heigh t=1,top=100,lef t=100,re
            >> > siz able= yes');
            >> >[/color]
            >>
            >> window.open(url ,'image','width =1,height=1,top =100,left=100,r esizable=
            >> yes');[/color][/color]
            [color=blue]
            > Evertjan?[/color]

            [please do not underquote]

            Loose the "config="


            --
            Evertjan.
            The Netherlands.
            (Please change the x'es to dots in my emailaddress)

            Comment

            • Evertjan.

              #7
              Re: Javascript error :(( ??????

              Louis wrote on 10 aug 2003 in comp.lang.javas cript:[color=blue]
              > "Evertjan." <exjxw.hannivoo rt@interxnl.net > wrote in message
              > news:Xns93D3670 42538Eeejj99@19 4.109.133.29...[color=green]
              >> Louis wrote on 10 aug 2003 in comp.lang.javas cript:
              >>[color=darkred]
              >> > window.open(url ,'image',config ='width=1,heigh t=1,top=100,lef t=100,re
              >> > siz able= yes');
              >> >[/color]
              >>
              >> window.open(url ,'image','width =1,height=1,top =100,left=100,r esizable=
              >> yes');[/color][/color]
              [color=blue]
              > Evertjan?[/color]

              [please do not underquote]

              Loose the "config="


              --
              Evertjan.
              The Netherlands.
              (Please change the x'es to dots in my emailaddress)

              Comment

              • DU

                #8
                Re: Javascript error :((

                Evertjan. wrote:[color=blue]
                > Louis wrote on 10 aug 2003 in comp.lang.javas cript:
                >
                >[color=green]
                >>window.open(u rl,'image',conf ig='width=1,hei ght=1,top=100,l eft=100,resiz
                >>able= yes');
                >>[/color]
                >
                >
                > window.open(url ,'image','width =1,height=1,top =100,left=100,r esizable=
                > yes');
                >
                >[/color]

                He also needs to give normal, reasonable and meet minimal sizes for the
                requested popup. Both NS and MSIE requires 100 but in practice it's
                height=150 and width=105 for NS 7 and Mozilla-based browsers. Failing to
                do so will involve the browser error's compensating mechanism which
                slows down the execution and requires time, RAM, cpu from the user's
                resources system.

                DU
                --
                Javascript and Browser bugs:

                - Resources, help and tips for Netscape 7.x users and Composer
                - Interactive demos on Popup windows, music (audio/midi) in Netscape 7.x



                Comment

                • DU

                  #9
                  Re: Javascript error :((

                  Evertjan. wrote:[color=blue]
                  > Louis wrote on 10 aug 2003 in comp.lang.javas cript:
                  >
                  >[color=green]
                  >>window.open(u rl,'image',conf ig='width=1,hei ght=1,top=100,l eft=100,resiz
                  >>able= yes');
                  >>[/color]
                  >
                  >
                  > window.open(url ,'image','width =1,height=1,top =100,left=100,r esizable=
                  > yes');
                  >
                  >[/color]

                  He also needs to give normal, reasonable and meet minimal sizes for the
                  requested popup. Both NS and MSIE requires 100 but in practice it's
                  height=150 and width=105 for NS 7 and Mozilla-based browsers. Failing to
                  do so will involve the browser error's compensating mechanism which
                  slows down the execution and requires time, RAM, cpu from the user's
                  resources system.

                  DU
                  --
                  Javascript and Browser bugs:

                  - Resources, help and tips for Netscape 7.x users and Composer
                  - Interactive demos on Popup windows, music (audio/midi) in Netscape 7.x



                  Comment

                  • Lasse Reichstein Nielsen

                    #10
                    Re: Javascript error :((

                    "Louis" <xxxxxxx@ThePub .co.za> writes:
                    [color=blue]
                    > I did not create the javascript or the page in question below. I can still
                    > load that page on my work PC without ANY errors.
                    > When I load it at home, it gives me an error.[/color]

                    Please don't top pose (i.e, write comment on top and include untrimmed
                    quotes below).

                    Are you using a proxy at home?
                    /L
                    --
                    Lasse Reichstein Nielsen - lrn@hotpop.com
                    Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit. html>
                    'Faith without judgement merely degrades the spirit divine.'

                    Comment

                    • Lasse Reichstein Nielsen

                      #11
                      Re: Javascript error :((

                      "Louis" <xxxxxxx@ThePub .co.za> writes:
                      [color=blue]
                      > I did not create the javascript or the page in question below. I can still
                      > load that page on my work PC without ANY errors.
                      > When I load it at home, it gives me an error.[/color]

                      Please don't top pose (i.e, write comment on top and include untrimmed
                      quotes below).

                      Are you using a proxy at home?
                      /L
                      --
                      Lasse Reichstein Nielsen - lrn@hotpop.com
                      Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit. html>
                      'Faith without judgement merely degrades the spirit divine.'

                      Comment

                      Working...