Stephen, When it comes to computers, things rarely happen by Lord Almighty's will. Just carefully examine the page source in the browser. There must be a FORM in the HTML source that most likely gets triggered by a javascript event. Once you know what action needs to be executed and what parameters are expected, it should be pretty trivial to implement the same using HttpClient
Hope this helps a little Oleg On Fri, 2004-09-10 at 23:38, Stephen Charles Huey wrote: > Hey, I'm a major aficionado of HttpClient, but I'm stumped. How do you > submit a form that can't really be submitted without either hitting the > Enter key while in an input of type="text" or clicking on an input of > type="image"? In other words, say you have a JSX page where there are > event handlers on the server checking to see whether the Enter key was > pressed or an image was clicked (there's no basic submit button). Is it > possible to use HttpClient or write something to work with it that will > send a request up to the server and trick the server into thinking that > one of these events occurred in the web browser? Or is this just too > hairy for a lowly intermediate level coder like myself? :) > > I like these cool form controls, but I guess they can be a pain > sometimes. > > Thanks, > Stephen > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
