|
|
 |
Re: FN-FORUM vbscript help required
date posted 23rd January 2003 14:12
If valid_form is a function it should be called with () otherwise it
looks like a variable to me (although I'm more a VB than VBScript
person, I mustard mitt).
e.g.
If valid_form() Then ...
Of course, if valid_form is actually just a boolean variable defined
in contact-vet.htm then the problem is more likely to be that it's not
getting set properly.
Cheers,
--
Pete
==== Original Message:
> I am stuck with some vbscript :-
> [EMAIL REMOVED]
>
>
>
> Knutsford Software Ltd :- Contact Page
>
>
>
>
>
> 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:
>
>
> >
> 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]
|
 |
|