in reply to Re: Question about CGI and Javascript
in thread Question about CGI and Javascript

Thank you first. May I ask your expertise on how to do this? I recieved this project last week. How do I go about doing this. I was told that this could only be done in javascript. I'm sorry I am new to Perl, but excited to learn, especially since given the opportunity to learn.
  • Comment on Re: Re: Question about CGI and Javascript

Replies are listed 'Best First'.
Re: Re: Re: Question about CGI and Javascript
by hardburn (Abbot) on May 13, 2003 at 18:11 UTC

    May I ask your expertise on how to do this?

    If you're willing to pay me for my time, sure :)

    Seriously, what I gave you above should get you started. The first CGI just needs to generate a form plus a "are you sure" message, and on confirmation, sends the list of stuff to be deleted to the second CGI, which does the actual work of deletion.

    ----
    I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
    -- Schemer

    Note: All code is untested, unless otherwise stated