This is Ajax file Uploader.
Download this file and convert it extension to .zip FileUpload
Filed under: ASP.net Control | Leave a Comment »
This is Ajax file Uploader.
Download this file and convert it extension to .zip FileUpload
Filed under: ASP.net Control | Leave a Comment »
Try it in your html page<input id=”Text1″ value=”Enter Your Name” onfocus=”if(document.getElementById(‘Text1′).value == ‘Enter Your Name’)document.getElementById(‘Text1′).value = ”;” onblur=”if(document.getElementById(‘Text1′).value == ”)document.getElementById(‘Text1′).value = ‘Enter Your Name’;” type=”text” />
Filed under: JavaScript Snippets | Leave a Comment »
<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 »