Help with JS please.
Posted: Sat Sep 06, 2008 10:27 pm
Hi all. I'm using this thing called LiveValidation.
When the form is correct it displays this:
Is there anyway I can add html where Thankyou is, i.e. <img src="blabla.gif" /> etc..
Thanks.
I've tried document.write but it doesnt work.
When the form is correct it displays this:
Code: Select all
this.validMessage = options.validMessage || 'Thankyou!'Is there anyway I can add html where Thankyou is, i.e. <img src="blabla.gif" /> etc..
Thanks.
I've tried document.write but it doesnt work.