Darn that Netscape! It's always something. However I have a feeling this may be a very quick and easy answer for you experts and gurus. Any and all answers/suggestions are greatly appreciated. Ok, so I have two functions that I want to perform client-side when the user clicks submit (onsubmit). The scripts are correct b/c when executed by themselves in either IE or NS their fine... The problem is when I run them together, just in NS of course, only the first script runs, ignoring the second. Maybe its as simple as the way I referece them. Please let me know, thanks. The code is as follows:
<form action="form.asp" method="post" name="FORM1" onSubmit="return ActionOne() ; return ActionTwo()">
<form action="form.asp" method="post" name="FORM1" onSubmit="return ActionOne() ; return ActionTwo()">