problem with html file created using perl

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

    problem with html file created using perl

    hello,

    i am using a perl script to generate html and java script. java script
    in html file runs fine on some computer but not on others. I have
    tried various OS with IE 6.0 and 5.0

    can someone tell me whats going on here.

    thank you in advance.

    gaurav
  • Brian

    #2
    Re: problem with html file created using perl

    Gaurav wrote:[color=blue]
    >
    > i am using a perl script to generate html and java script. java script
    > in html file runs fine on some computer but not on others. I have
    > tried various OS with IE 6.0 and 5.0
    >
    > can someone tell me whats going on here.[/color]

    not without a url


    --
    Brian
    follow the directions in my address to email me

    Comment

    • Ivo

      #3
      Re: problem with html file created using perl

      "Gaurav" <bansal2425@hot mail.com> wrote in message
      news:42983cb.03 09231347.417afc b4@posting.goog le.com...[color=blue]
      > hello,
      >
      > i am using a perl script to generate html and java script. java script
      > in html file runs fine on some computer but not on others. I have
      > tried various OS with IE 6.0 and 5.0
      >
      > can someone tell me whats going on here.
      >
      > thank you in advance.
      >
      > gaurav[/color]

      Not likely to have to anything to do with Perl. There is some incompatible
      code in the javascript. Nothing to worry about, happens all the time. Post
      (a dresseddown version of) the script in the comp.lang.javas cript newsgroup
      with a description of what is not working.
      Ivo


      Comment

      • Eric Cartman

        #4
        Re: problem with html file created using perl

        bansal2425@hotm ail.com (Gaurav) wrote in message news:<42983cb.0 309231347.417af cb4@posting.goo gle.com>...[color=blue]
        > hello,
        >
        > i am using a perl script to generate html and java script. java script
        > in html file runs fine on some computer but not on others. I have
        > tried various OS with IE 6.0 and 5.0[/color]

        The fact that it works on some browsers/OS and not others probably
        means that you are using scripting that is supported by some of the
        browser/OSjavascript libraries and not others.

        EC
        ..

        Comment

        Working...