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]
