J
Jake
Hi All
I am trying to call "function ValidatorValidate(val)"
from "WebUIValidation.js" with Javascript but dont know
what the function is excpecting.
On "http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dnaspp/html/aspplusvalid.asp" val is a
a "client-validator" but what is it exactly in
javascript, the span ID?
I am trying to triger this from a child page to validate
the main page useing teh follwing but again dont know
that to pass(vldEndDate is the span ID?):
window.opener.ValidatorValidate
(window.opener.document.vldEndDate)
Thanks in advance
Jake
I am trying to call "function ValidatorValidate(val)"
from "WebUIValidation.js" with Javascript but dont know
what the function is excpecting.
On "http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dnaspp/html/aspplusvalid.asp" val is a
a "client-validator" but what is it exactly in
javascript, the span ID?
I am trying to triger this from a child page to validate
the main page useing teh follwing but again dont know
that to pass(vldEndDate is the span ID?):
window.opener.ValidatorValidate
(window.opener.document.vldEndDate)
Thanks in advance
Jake