On Mon, 25 Feb 2002, B. K. Oxley (binkley) wrote: > On Monday 25 February 2002 08:50 pm, Sam Tregar wrote: > > It will need to somehow act as a web server in order to give the > > launched browser something to make the initial request and submit the > > form to. > > Oh, I understand. That is why I recast Inline::HTML in a different > light where it was a little more interesting. Otherwise you'd have to > make a tmp file, write HTML into it, and launch the browser on that. > That's just shell script -- no chanllenge. :-))
Try it - it won't work. The browser needs somewhere to submit the form. That's what I meant by "ACTION" since that's the attribute of the <FORM> tag that tells the browser where to submit the form. -sam
