RE: Variable passing

2003-02-05 Thread Peter Kappus
Hi Stephen, In this particular example, you're merely using the onClick event of the form button to open a window and point it to sample2.pl For this particular case, I would actually create a series of links on the first page (instead of a form) and make those links open a popup and send data t

Re: Variable passing

2003-02-05 Thread drieux
On Wednesday, Feb 5, 2003, at 14:00 US/Pacific, Stephen Spalding wrote: Hello all, I've written a cgi page whose form I've set up to open another window. I'm having problems getting an input variable to pass from the originating page to the page that's being opened. I've included some snippits