Posted on May 15, 2008 by geneticvital
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>
Filed under: Asp.NEt, HTML tweeks | Tagged: asp, Asp.NEt, css, files, html, js, page, preload | Leave a Comment »
Posted on May 15, 2008 by geneticvital
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~
Filed under: HTML tweeks | Tagged: animation, gif, html, loading | Leave a Comment »
Posted on February 25, 2008 by geneticvital
<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>
Filed under: HTML tweeks | Tagged: Explorer, HTA, IE, IE6 | Leave a Comment »
Posted on December 27, 2007 by geneticvital
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 [...]
Filed under: HTML tweeks | Tagged: html, learn, what | Leave a Comment »
Posted on December 3, 2007 by geneticvital