in reply to Re: Inserting javascript into perl script
in thread Inserting javascript into perl script

It's not an html page, it's a .pl script, with html code near the end. Was just wondering if javascript needs print statements in front of it below the http header.. i'm assuming i don't need print statements if it's placed above the http header. -Lisa
  • Comment on Re: Re: Inserting javascript into perl script

Replies are listed 'Best First'.
Re: Re: Re: Inserting javascript into perl script
by BUU (Prior) on Nov 18, 2002 at 03:29 UTC
    Your absoltely right. The client web browser will utilize ESP::ThoughtTransfer to connect to the web server, download the script, look through it, find all the javascript code and magically execute it.