Forum OpenACS Q&A: Response to form output in a new window...

Collapse
Posted by Jonathan Ellis on
So you want a button the user clicks on that "tests" his url, before he clicks the submit button?  Give the "test" button (input type=button, not type=submit) onclick of something like

"window.open('url-check.tcl?url=' + escape(document.myform.url.value))"