The main problem here is that the web reports unlike client server reports formats all the pages and hence display the output. So what I am asking is how can a web report process one page at a time like in client server.
Thank you.
I made the suggested changes but still the validation is not done and the form is submitted.
<html>
<head>
<script language="javascript">
function display()
{
var pass = string(document.registration.password.value);
var confirmpass =...
Hi I have this code but no validation is done please help I am a bigginer in javascript.
<html>
<head>
<script language="javascript">
function display()
{
var pass = string(document.registration.password.value);
var confirmpass = sring(document.registration.confirmpassword.value)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.