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';} Link to comment https://forums.phpfreaks.com/topic/69046-solved-problem-with-overlay/ Share on other sites More sharing options...
Jessica Posted September 12, 2007 Share Posted September 12, 2007 Not PHP... Link to comment https://forums.phpfreaks.com/topic/69046-solved-problem-with-overlay/#findComment-347086 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.