PDA

View Full Version : Mailing problem


neo_philiac
11-27-2006, 08:24 PM
Here is the thing guys. I have asked this question before but either I am retarded or the guy I work with is a genius. Is there a way in (MS FrontPage) to send information (from a from) to my email WITHOUT using asp or php or pl (I mean no server side scripting!). this is what he has on his form tag :

<form method="POST" target="_parent" action="diary.shtml" onsubmit="return FrontPage_Form1_Validator(this)" language="JavaScript" name="FrontPage_Form1" webbot-action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="DIARYRESULTS.htm" S-Format="HTML/BR" startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" i-checksum="43374" endspan -->
<p class="MsoNormal">Date:&nbsp;

I don’t understand a single thing on this code. I always thought you have to use mailto: if u r using client side.

p.s. There is nothing in DIARYRESULTS.htm and diary.shtml id the page itself and he said he got it to work.

Help me. If I am right, there will be an *** woopin in order

nikkiH
11-27-2006, 08:34 PM
This is using frontpage extensions, which ARE server-side.
Just not obviously so.

neo_philiac
11-28-2006, 01:07 AM
I guess U never answered my question. Can we use (whatever extension MS Frontpage) to send the info to mail.

nikkiH
11-29-2006, 03:15 PM
You asked for no server-side code.
Extensions are server-side and must be installed on the web server.

Can you use them to do this? Absolutely.
Are they client-side? Nope.