
September 25th, 2001, 08:16 PM
|
|
Contributing User
|
|
Join Date: Sep 2001
Location: Pittsburgh PA USA
Posts: 137
  
Time spent in forums: 22 h 22 m
Reputation Power: 15
|
|
|
Thanks, but that is at the top of the page....
<script Language="JavaScript"><!--
function FrontPage_Form1_Validator(theForm)
{
monthChoice = theForm.Event_Month.selectedIndex
if (theForm.Event_Month.options[monthChoice].value == "")
{
alert("Please pick the month for the event.");
theForm.Event_Month.focus();
return (false);
}
etc...................
What I am trying to achive is the cycle of post thread...preview ... submit that this forum uses, together with a javaScript field checking
Alex
|