filenames

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

    filenames

    Hi, anyone knowing whether the filename
    "windows.js " causes any difficulties if I use it for
    a javascipt-file to be included in a html-page ?
    thanks
    Wolfgang


  • Evertjan.

    #2
    Re: filenames

    Wolfgang wrote on 16 jan 2004 in comp.lang.javas cript:
    [color=blue]
    > Hi, anyone knowing whether the filename
    > "windows.js " causes any difficulties if I use it for
    > a javascipt-file to be included in a html-page ?
    >[/color]

    did you experience any ?

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

    Comment

    • Wolfgang Schrader

      #3
      Re: filenames


      maybe, I got a javascript error, reduced to a very simple example (no
      javascript at all, only including the file windows.js) .
      The error still happend and disappeared after renaming to Windows.js.
      I am not quite shure whether I found the real reason.
      (client: IE 6.0)
      Wolfgang


      *** Sent via Developersdex http://www.developersdex.com ***
      Don't just participate in USENET...get rewarded for it!

      Comment

      • Evertjan.

        #4
        Re: filenames

        Wolfgang wrote on 16 jan 2004 in comp.lang.javas cript:[color=blue]
        > Hi, anyone knowing whether the filename
        > "windows.js " causes any difficulties if I use it for
        > a javascipt-file to be included in a html-page ?
        >[/color]
        I wrote:[color=blue]
        > did you experience any ?[/color]
        Wolfgang Schrader wrote on 16 jan 2004 in comp.lang.javas cript:[color=blue]
        > maybe, I got a javascript error,[/color]

        What error content ?
        [color=blue]
        > reduced to a very simple example (no
        > javascript at all, only including the file windows.js) .[/color]

        you should at least put some js in that file:

        alert("hi")
        [color=blue]
        > The error still happend and disappeared after renaming to Windows.js.
        > I am not quite shure whether I found the real reason.
        > (client: IE 6.0)[/color]

        The simple answer by experiment is:

        rename your file back to windows.js,
        and if the problem re-emerges, it is probably the case

        Perhaps show us your exact linking code?

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

        Comment

        • Manu

          #5
          Re: filenames

          test
          "Evertjan." <exjxw.hannivoo rt@interxnl.net > wrote in message
          news:Xns9472723 FE262Deejj99@19 4.109.133.29...[color=blue]
          > Wolfgang wrote on 16 jan 2004 in comp.lang.javas cript:[color=green]
          > > Hi, anyone knowing whether the filename
          > > "windows.js " causes any difficulties if I use it for
          > > a javascipt-file to be included in a html-page ?
          > >[/color]
          > I wrote:[color=green]
          > > did you experience any ?[/color]
          > Wolfgang Schrader wrote on 16 jan 2004 in comp.lang.javas cript:[color=green]
          > > maybe, I got a javascript error,[/color]
          >
          > What error content ?
          >[color=green]
          > > reduced to a very simple example (no
          > > javascript at all, only including the file windows.js) .[/color]
          >
          > you should at least put some js in that file:
          >
          > alert("hi")
          >[color=green]
          > > The error still happend and disappeared after renaming to Windows.js.
          > > I am not quite shure whether I found the real reason.
          > > (client: IE 6.0)[/color]
          >
          > The simple answer by experiment is:
          >
          > rename your file back to windows.js,
          > and if the problem re-emerges, it is probably the case
          >
          > Perhaps show us your exact linking code?
          >
          > --
          > Evertjan.
          > The Netherlands.
          > (Please change the x'es to dots in my emailaddress)[/color]


          Comment

          • Manu

            #6
            Re: filenames

            test 2
            "Manu" <manuel.roedig. externcns@erl11 .siemens.de> wrote in message
            news:bu8jq0$n2q $1@mail1.sbs.de ...[color=blue]
            > test
            > "Evertjan." <exjxw.hannivoo rt@interxnl.net > wrote in message
            > news:Xns9472723 FE262Deejj99@19 4.109.133.29...[color=green]
            > > Wolfgang wrote on 16 jan 2004 in comp.lang.javas cript:[color=darkred]
            > > > Hi, anyone knowing whether the filename
            > > > "windows.js " causes any difficulties if I use it for
            > > > a javascipt-file to be included in a html-page ?
            > > >[/color]
            > > I wrote:[color=darkred]
            > > > did you experience any ?[/color]
            > > Wolfgang Schrader wrote on 16 jan 2004 in comp.lang.javas cript:[color=darkred]
            > > > maybe, I got a javascript error,[/color]
            > >
            > > What error content ?
            > >[color=darkred]
            > > > reduced to a very simple example (no
            > > > javascript at all, only including the file windows.js) .[/color]
            > >
            > > you should at least put some js in that file:
            > >
            > > alert("hi")
            > >[color=darkred]
            > > > The error still happend and disappeared after renaming to Windows.js.
            > > > I am not quite shure whether I found the real reason.
            > > > (client: IE 6.0)[/color]
            > >
            > > The simple answer by experiment is:
            > >
            > > rename your file back to windows.js,
            > > and if the problem re-emerges, it is probably the case
            > >
            > > Perhaps show us your exact linking code?
            > >
            > > --
            > > Evertjan.
            > > The Netherlands.
            > > (Please change the x'es to dots in my emailaddress)[/color]
            >
            >[/color]


            Comment

            • Wolfgang Schrader

              #7
              Re: filenames


              the error message itself is nonsens
              (wrong character in line 1, colums 7)
              it occurs even the javascript-file is empty.
              I tried it with an alert before deleting all in the file.

              But I failed isolating the problem from the SAP-workbench
              I work with. This means, outside SAP it is working. I have to look for
              this phenomena at first.
              Therefore thanks so far.


              *** Sent via Developersdex http://www.developersdex.com ***
              Don't just participate in USENET...get rewarded for it!

              Comment

              Working...