Hallo, ik heb weer een vraag. Ik probeer mn foto's te beveiligen door: onselectstart="return false" ondragstart="return false" oncontextmenu="return false" inde body te plaatsen, alleen het werkt niet! Wat doe ik verkeerd, of plaats ik het verkeerd? 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="imagetoolbar" content="no">
</head>
<frameset rows="525,89" frameborder="NO" border="0" framespacing="0" cols="*">
<frameset rows="47,450" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="topFrame" scrolling="NO" noresize src="topframe.htm" >
<frame name="mainFrame" src="mainframe.htm">
</frameset>
<frame name="bottomFrame" scrolling="NO" noresize src="bottomframe.htm">
</frameset>
<noframes><body bgcolor="#FFFFFF" onselectstart="return false" ondragstart="return false" oncontextmenu="return false">
</body></noframes>
</html>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="imagetoolbar" content="no">
</head>
<frameset rows="525,89" frameborder="NO" border="0" framespacing="0" cols="*">
<frameset rows="47,450" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="topFrame" scrolling="NO" noresize src="topframe.htm" >
<frame name="mainFrame" src="mainframe.htm">
</frameset>
<frame name="bottomFrame" scrolling="NO" noresize src="bottomframe.htm">
</frameset>
<noframes><body bgcolor="#FFFFFF" onselectstart="return false" ondragstart="return false" oncontextmenu="return false">
</body></noframes>
</html>