in reply to Peculiar (but probably expected) CGI::Ajax and CGI::Application problem

There is a show_javascript() method in CGI::Ajax which returns JavaScript code. I haven't tested it. It seems to me that way you can put JavaScript code anywhere you like, so you don't need a CGI object to deal with.
  • Comment on Re: Peculiar (but probably expected) CGI::Ajax and CGI::Application problem
  • Download Code

Replies are listed 'Best First'.
Re^2: Peculiar (but probably expected) CGI::Ajax and CGI::Application problem
by stonecolddevin (Parson) on Jul 25, 2006 at 23:39 UTC

    that could definitely work from what i can tell, it could sure solve the issue of conflicting CGI models...

    meh.