in article [EMAIL PROTECTED], Dan at [EMAIL PROTECTED] wrote on 1/18/00 6:02 PM:
> You could make a Java script function for an onchange or onclick event that > checks the value of the radio button and if it is ="other" then have it open > a new page. > > > Jim Williamson <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> Hi, >> >> In WebLink, is there a way to have an action script launch a new page. >> >> Specifically, I'd like to have a radio button with options like: yes, no, >> and other. >> Yes or No would not change pages, but "other" would load a new page. >> >> Any ideas? >> >> Thanks >> >> Jim Williamson >> >> > > You could do the same in VbScript as well. Also, you could write cache code to send back HTML code to open a new window and populate with necessary fields (this would get tricky if you're trying to do further validations but for simple forms it would do nicely).
