|
|
 |
Re: FN-FORUM vbscript help required
date posted 23rd January 2003 14:19
On 23/01/2003 13:40, PAMELA WHITTAKER wrote:
> I am stuck with some vbscript :-
>
> [EMAIL REMOVED]
>
>
...
>
> 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?
>
You must include the file contact-vet.htm using #include, that way the
script in that file is run before the page is sent to the browser. Using
the method that you have used will mean that the file will only be
included after the page has been sent to the browser.
HTH
JohnO
--
John Olival
Explican Internet Solutions
+44 (0)870 432 4319
http://www.explican.com
----
|
 |
|