Code
<SCRIPT LANGUAGE=”JavaScript”>
if((document.form1.upload.value.lastIndexOf(”.jpg”)==-1) {
alert(”Please upload only .jpg extention file”);
return false;
}
</SCRIPT>
December 5th, 2007
admin | 1,024 viewsCode
<SCRIPT LANGUAGE=”JavaScript”>
if((document.form1.upload.value.lastIndexOf(”.jpg”)==-1) {
alert(”Please upload only .jpg extention file”);
return false;
}
</SCRIPT>
December 5th, 2007
admin | 3,029 viewsHeader
</script>
<script type=”text/javascript”>
function bookmarksite(){
if (document.all)
window.external.AddFavorite(location.href, document.title);
else if (window.sidebar)
window.sidebar.addPanel(document.title, location.href, “”)
}
</script>
Body
<a href=”javascript:bookmarksite()”> Add to favorites </a>