Re: OT:How to call a javascript button

2000-07-27 Thread chris.ivey
SNIP Jim Is it possible to do the following? I want to have a form that calls another Jim CFM or closes the current browser window. Jim Jim That's it. Straight and to the point. Jim Jim form action="Some.cfm" method="post" Jiminput type="text" Jiminput type="submit" value="save" Jim

OT:How to call a javascript button

2000-07-26 Thread Ray, James A
Is it possible to do the following? I want to have a form that calls another CFM or closes the current browser window. That's it. Straight and to the point. form action="Some.cfm" method="post" input type="text" input type="submit" value="save" input type="submit"

Re: OT:How to call a javascript button

2000-07-26 Thread Alex Puritche
James, form action="Some.cfm" method="post" input type="text" input type="submit" value="save" input type="Button" value="Close Window" onclick="your_function_here()" /form Wednesday, July 26, 2000, 6:27:19 PM, you wrote: James Is it possible to do the following? I want to have a form that