|
bulkmar -> RE: WEBBOT-SELF. NEED HELP. (8/9/2006 19:53:42)
|
We are trying to get a SUBMIT button to email us using FrontPage2003 but it is not working? <html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 3</title> <base target="main"> <script language="JavaScript"> <!-- function FP_swapImg() {//v1.0 var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length; n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm; elm.$src=elm.src; elm.src=args[n+1]; } } } function FP_getObjectByID(id,o) {//v1.0 var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id); else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el; if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c) for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; } f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements; for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } } return null; } // --> </script> </head> <body bgcolor="#0066FF" background="clouds.jpg"> <table border="0" width="88%" id="table1" style="border-collapse: collapse"> <tr> <td><a target="_top" href="index.html"> <img border="0" id="img24" src="button98.jpg" height="25" width="155" alt="Home" fp-style="fp-btn: Brick Column 1; fp-img-press: 0; fp-proportional: 0; fp-orig: 0" fp-title="Home" onmouseover="FP_swapImg(1,0,/*id*/'img24',/*url*/'button99.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img24',/*url*/'button98.jpg')"></a></td> </tr> <tr> <td><a href="index_files/DoctorsPage.htm" target="main"> <img border="0" id="img33" src="button22.jpg" height="25" width="155" alt="Physicians" onmouseover="FP_swapImg(1,0,/*id*/'img33',/*url*/'button23.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img33',/*url*/'button22.jpg')" fp-style="fp-btn: Brick Column 1; fp-img-press: 0; fp-proportional: 0" fp-title="Physicians"></a></td> </tr> <tr> <td> <a href="AME%20Email%20Brouchure%207-7-06_Page_2.jpg"> <img border="0" id="img36" src="button1.jpg" height="25" width="155" alt="Presentation Topics" fp-style="fp-btn: Brick Column 1; fp-img-press: 0; fp-proportional: 0" fp-title="Presentation Topics" onmouseover="FP_swapImg(1,0,/*id*/'img36',/*url*/'button2.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img36',/*url*/'button1.jpg')"></a></td> </tr> <tr> <td> <a href="index_files/civil_litigation.htm"> <img border="0" id="img34" src="button10.jpg" height="25" width="155" alt="Civil Litigation" onmouseover="FP_swapImg(1,0,/*id*/'img34',/*url*/'button11.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img34',/*url*/'button10.jpg')" fp-style="fp-btn: Brick Column 1; fp-img-press: 0; fp-proportional: 0" fp-title="Civil Litigation"></a></td> </tr> <tr> <td> <a href="index_files/disability_retirement_evaluation.htm"> <img border="0" id="img35" src="buttonA1.jpg" height="25" width="155" alt="Disability Retirement Eval." onmouseover="FP_swapImg(1,0,/*id*/'img35',/*url*/'buttonB1.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img35',/*url*/'buttonA1.jpg')" fp-style="fp-btn: Brick Column 1; fp-img-press: 0; fp-proportional: 0" fp-title="Disability Retirement Eval."></a></td> </tr> <tr> <td> <a target="main" href="http://www.interpretingcentral.com"> <img border="0" id="img32" src="button8.jpg" height="25" width="155" alt="Certified Interpreters" onmouseover="FP_swapImg(1,0,/*id*/'img32',/*url*/'button9.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img32',/*url*/'button8.jpg')" fp-style="fp-btn: Brick Column 1; fp-img-press: 0; fp-proportional: 0" fp-title="Certified Interpreters"></a></td> </tr> <tr> <td> <a target="main" href="index_files/Events.html"> <img border="0" id="img31" src="button7.jpg" height="25" width="155" alt="Links" fp-style="fp-btn: Brick Column 1; fp-img-press: 0; fp-proportional: 0" fp-title="Links" onmouseover="FP_swapImg(1,0,/*id*/'img31',/*url*/'button6.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img31',/*url*/'button7.jpg')"></a></td> </tr> <tr> <td> </td> </tr> <td> Name:<P> <INPUT name="name" size="50"><BR> E-mail:<P> <INPUT name="email" size="50"> <P> </FORM><form method="POST" name="SUBMIT1" action="--WEBBOT-SELF--"> <!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE" S-Email-Address="info@medlegalfirst.com" B-Email-Label-Fields="TRUE" B-Email-Subject-From-Field="TRUE" S-Email-Subject="Join Our Mailing List - " S-Builtin-Fields="REMOTE_NAME REMOTE_USER HTTP_USER_AGENT Date Time" S-Form-Fields="name email " B-Email-ReplyTo-From-Field="TRUE" S-Email-ReplyTo="Thank You for Joining Our Mailing Group - " S-Date-Format="%A, %B %d, %Y" S-Time-Format="%I:%M:%S %p" U-Confirmation-Url="ConfirmPage.htm" --> <p><input type="submit" value="Submit" name="B1"></p> </form> <P></td> </tr> </table> </body> </html>
|
|
|
|