Using "Javascript" in form.html (OpenInsight Specific)
At 27 OCT 2000 04:47:48PM Steve Carlson wrote:
I tried using the following html code in my "form.html"
file.
I placed it near the end of the code.
I can load the form without any problem, but when I
hit my "submit" button OpenENGINE dies, i.e. the icon on the task
bar diappears and my system hangs. The button and form
displays fine when I load the Form, and the button works to
return to the previous page. But when I press my button
to execute a SP OE dies. The form works fine without the "return" button.
Besides suggestion that I don't use the button…. can anyone
tell me how I can get this to work??
TIA
Steve C.
At 30 OCT 2000 12:08PM Steve Carlson wrote:
Can someone try putting this button code at the end
of their Form's ".htm" file and see if their OENGINE
crashes too.
Thanks…
Steve C.
At 30 OCT 2000 02:15PM Paul Simonsen wrote:
Hello Steve,
I hooked the button code you provided into an existing form that calls the OICGI. The form ran correctly when I clicked on my existing submit button.
I noticed that you have your submit button calling the code directly. You might try this to see if it works any better for you.
This is how I have my submit buttons set up. I also have my statement worded this way:
Hope this helps,