Jump to content

User:AtmanDave/code2

From Wikipedia, the free encyclopedia

<?xml version="1.0" encoding="UTF-8"?> <!doctype html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Pine Grove School District</title> <script type="text/javascript"> <!--Hide from old browsers var Msg=" ---PTO meetings are the 2nd Wednesday of the month at 7:30 PM---" var beginPos=0 function scrollingMsg() { document.msgForm.scrollingMsg.value = Msg.substring(beginPos,Msg.length)+Msg.substring(0,beginPos) beginPos+=1 if (beginPos > Msg.length) { beginPos=0 } window.setTimeout("scrollingMsg()",300) } function emailValidate(emailForm){ var atSign=document.emailForm.emailBox.value.indexOf("@") if (atSign<0){ alert("Sorry, that e-mail address is not valid, Please re-enter your e-mail address.") } else { alert("Thank you. Your e-mail address will be added to our mailing list.") } } //--> </script> </head> <body onLoad="scrollingMsg()"> <p align="center"><img src="apply10-1logo.gif" /></p> <p><hr align="center" width="750" size="4" color="#009966"></p> <div align="center"> <form name="msgForm"> <input name="scrollingMsg" type="text" size="40" /> </div> </form> <p>The Pine Grove Parent Teacher Organization (PTO) knows how difficult it is to make the monthly meetings with all the responsibilities of family life. In an effort to keep parents informed, the PTO publishes a monthly newsletter, which contains valuable school information on scheduling, conferences, and activities. To receive this newsletter and other school announcements via e-mail, enter your e-mail account below and click the Submit button. </p> <form name="emailForm"> Enter your e-mail address: <input name="emailBox" type="text" size="35" maxlength="60" /> <input type="button" name="Submit" value="Submit" onclick="emailValidate(emailForm)"/> <input type="reset" name="Reset" value="Reset" /> </form> <p><hr align="center" width="750" size="4" color="#009966"></p> </body> </html>