preload ASP.net / asp / html page with js,css files

download  preload from the left link and change its extension from preload.doc to preload.html and enjoy
you can also use this   preload-script
<style type=’text/css’>
body{
display:none;
}
</style>
<script type=’text/javascript’>
function showContent(){
document.body.style.display = ‘block’;
}
window.onload = showContent;
</script>

Loading animations

Here are transparent and white background Loading Animations.
http://cre8tvt.blogspot.com/2006_12_01_archive.html
Create loading animations dynamically
http://www.ajaxload.info/
enjoy~

internet explorer 6 — HTA

<HTML>
<HEAD>
  <TITLE>kVistA-Launcher</TITLE>
  <HTA:APPLICATION ID=”kVistaApp” 
    APPLICATIONNAME=”kVistA-Launcher” 
    BORDER=”none”
    CAPTION=”no”
    SHOWINTASKBAR=”no”
    SINGLEINSTANCE=”yes”
    SYSMENU=”no”
    WINDOWSTATE=”minimize”>

    <script language=”javascript”>
window.open(‘http://google.com.pk’,’index’,’width=1000,height=700,status=0,menubar=0,toolbar=0,location=0′)
        window.self.close()
  </script>

</HEAD>

<BODY>
helloo
</BODY>
</HTML>

What is HTML

Basic Tags

<html></html>Creates an HTML document

<head></head>Sets off the title and other information that isn’t displayed on the Web page itself

<body></body>Sets off the visible portion of the document

Header Tags

<title></title>Puts the name of the document in the title bar

Body Attributes

<body bgcolor=?>Sets the background color, using name or hex value

<body text=?>Sets the text color, using name or hex value

<body [...]

HTML Hexadecimal Colors chart