Hi everybody,

When viewing some pages, I encountered a page, and wanted to save its
pictures with right clicking and "save the picture as..." command in IE5.0.

But a message "Sorry, this function is disabled." appeared. Finally, I saved
all the page with
File -> Save As
and had all the images in a subdirectory.

But I want to know how can we use scripts in our pages? What are the
commands of script?
Here is the contents of that page, edited with FrontPage2000:



</SCRIPT>
<script language="javascript">
function click() {
if (event.button==2) {
alert('Sorry, this function is disabled.')
}
}
document.onmousedown=click
</script>




Regards,
Mohammed



..............................................................
For list info & help, including subscription options, email
message "intro website-by-email" to [EMAIL PROTECTED]
Web URL is http://www.netnormal.com/users/websitebyemail/


Reply via email to