ccrevcypsys Posted September 12, 2007 Share Posted September 12, 2007 im trying to get it to when somone hits submit it overlays a div with a loading gif on it. But it is not working. heres the code <style> #loading {position:absolute; width:975px; height:480px; padding-top:140px; background:url(skins/Legend/styleImages/backgrounds/uploadbg.png); display:none;} </style> <div id="loading"> <p class="wait-please">Please Wait This Will Take A Few Moments<br /> <img src="skins/Legend/styleImages/progress.gif" /></p> </div> <input type="submit" name="Submit" class="submit" onclick="if(this.value== TRUE){document.getElementById('loading').style.display='block';} Quote Link to comment Share on other sites More sharing options...
Jessica Posted September 12, 2007 Share Posted September 12, 2007 Not PHP... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.