Hi,
I have an asp page to show and hide table, the code is as follow:
<html>
<head>..............</head>
<script language="javascript" >
function ShowAll( ){
var remove_el=document.all.remove
remove_el[i].style.display=''
}
function HideAll( ) {
var remove_el=document.all.remove...
I have a report.asp file for report printing in html format. It is working fine to all my users except one. He is using sql7. After I added bgcolor=#cadaf3 on the file, it caused error "HTTP/1.1 Server too busy". If I did not add this bgcolor to the file, it will work fine.
Would...
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.