|
|
|
|
Save button |
|
|
|
|
|
|
|
|
|
|
|
Save button
Code:-
<!-- this script got from www.freejavascripts.page.tl -->
<script>
function doSaveAs(){
if (document.execCommand){
document.execCommand("SaveAs")
}
else {
alert("Save-feature available only in Internet Exlorer 5.x.")
}
}
</script>
<form>
<input type="button" value="Save This WebPage" onClick="doSaveAs()"
</form>
<br>
<font face="Tahoma"><a target="_blank" href="http://www.freejavascripts.page.tl/"><span style="font-size: 8pt; text-decoration: none">Free JavaScript</span></a></font>
Preview:-
|
|
|
|
|
|
|
|
|
Time |
|
|
|
|
|
|
|
Partner's Advertisements |
|
|
|
Today, there have been 12 visitors (13 hits) on this page! |