|
|
 |
RE: FN-FORUM vbscript help required
date posted 23rd January 2003 16:49
think you need include so...
replace
with
changing contact-vet.htm to contact-vet.asp
this will make the function in contact-vet.asp available to your
server-side script.
Ant.
>-----Original Message-----
>From: [EMAIL REMOVED]
[EMAIL REMOVED] Behalf Of PAMELA WHITTAKER
>Sent: 23 January 2003 15:00
>To: [EMAIL REMOVED]
>Subject: Re: FN-FORUM vbscript help required
>
>
>I already have javascript vetting which works. I am trying to do vbscript
>vetting for those people who have javascript turned off. I take it that I
>need "RUNAT "SERVER" after first line - is that right?
>
>Thanks
>Pam
>
>----- Original Message -----
>From: "Anthony Johnston . Antix" [EMAIL REMOVED]
>To: [EMAIL REMOVED]
>Sent: Thursday, January 23, 2003 2:27 PM
>Subject: RE: FN-FORUM vbscript help required
>
>
>> contact-vet.htm is a client-side script,
>> so you will need the scripting on your browser to be on
>>
>> also only ie does vbscript client side asfaik so you
>> may consider converting it to JavaScript.
>>
>> Ant.
>>
>> >-----Original Message-----
>> >From: [EMAIL REMOVED]
>> [EMAIL REMOVED] Behalf Of PAMELA WHITTAKER
>> >Sent: 23 January 2003 13:40
>> >To: [EMAIL REMOVED]
>> >Subject: FN-FORUM vbscript help required
>> >
>> >
>> >I am stuck with some vbscript :-
>> >
>> [EMAIL REMOVED]
>> >
>> >
>> >
>> >Knutsford Software Ltd :- Contact Page
>> >
>> >
>> >
>> >
>> >
>> >onLoad="PreLoadImages('images/submitbut.gif','images/submitroll.gif');
>> >if(parent.frames.length==0) top.location='index.htm';" leftmargin="0"
>> >topmargin="0" marginwidth="0" marginheight="0">
>> > > >z-index:1; left: 6px; top: 48px">
>> >
>> > Contact Details:
>> >
>> >
>> > > >5px; top: 92px">
>> > > > If request.form("SendNow")= "YES" Then
>> > Response.write("aaaaaaaaaaaaaaaaaaaa")
>> > If Not valid_form Then Response.write("False") End if
>> >
>> > If valid_form Then
>> > Response.write("bbbbbbbbbbbbbbbbbbbbb")
>> > Title = request.form("title")
>> >
>> >
>> >
>> >
>> >valid_form is a function defined in Contact-vet.htm but it isn't getting
>> >called - any ideas. I have got active scripting disabled to disable
>> >javascript - is that the reason?
>> >
>> >Any ideas please
>> >Thanks
>> >Pam
>> >
>> >
>> > '
>> >
>> >NTMail K12 - the Mail Server for Education
>> >========
>> >Freelancers and Freelance Jobs: http://www.freelancers.net
>> >
>> >Advertise with Freelancers.net http://www.freelancers.net/advert.php
>> >
>> >To unsubscribe please email:
[EMAIL REMOVED]
>> >
>> >If you have difficulties unsubscribing please email:
[EMAIL REMOVED]
>> ========
>> Freelancers and Freelance Jobs: http://www.freelancers.net
>>
>> Advertise with Freelancers.net http://www.freelancers.net/advert.php
>>
>> To unsubscribe please email:
[EMAIL REMOVED]
>>
>> If you have difficulties unsubscribing please email:
[EMAIL REMOVED]
>
>
> '
>
>NTMail K12 - the Mail Server for Education
>========
>Freelancers and Freelance Jobs: http://www.freelancers.net
>
>Advertise with Freelancers.net http://www.freelancers.net/advert.php
>
>To unsubscribe please email: [EMAIL REMOVED]
>
>If you have difficulties unsubscribing please email: [EMAIL REMOVED]
|
 |
|