Nov 6, 2001 #1 welshone Programmer Jul 30, 2001 414 GB Hello, How can I hide only certain parts of a page ? eg. when loading show text saying loading, then once it has loaded hide that text ?
Hello, How can I hide only certain parts of a page ? eg. when loading show text saying loading, then once it has loaded hide that text ?
Nov 6, 2001 #2 link9 Programmer Nov 28, 2000 3,387 US This might be of use to you... thread333-149452 Paul Prewett Upvote 0 Downvote
Nov 6, 2001 Thread starter #3 welshone Programmer Jul 30, 2001 414 GB Cheers, thats really good, however, I still have a problem, If I put the onload event in - <BODY onLoad="closeLoader();"> the crystal report isn't displayed, I think it doesn't like onload events. is there anythingelse I could try, eg. ongotfocus, sometinhg like that ? (I've tried onclick) and that works, but it means the user has to click on the form to clos ethe load box. ? cheers. Upvote 0 Downvote
Cheers, thats really good, however, I still have a problem, If I put the onload event in - <BODY onLoad="closeLoader();"> the crystal report isn't displayed, I think it doesn't like onload events. is there anythingelse I could try, eg. ongotfocus, sometinhg like that ? (I've tried onclick) and that works, but it means the user has to click on the form to clos ethe load box. ? cheers.