Posts: 488
Name: Chip Johns
Location: Savannah Georgia
|
Try this to resize a window and to turn of scroll bars, etc. You should be able to figure out how to set the parameters. Pretty obvious.
----code---
<a href="#" onClick="MyWindow=window.open('filename.htm','MyWindow','toolbar=no,location=no,directories=no,status=no ,menubar=no,scrollbars=no,resizable=no,resizable=n o,width=500,height=500,left=0,top=0');return false;">Link Text Goes Here<a/>
----end code---
As far as the right click. It doesn't really secure anything so I don't use it. Thus I have not taken the time to learn the best way to do it. If people want any of the stuff on your pages, they are going to get it. Yo ucan't really stop them.
Hope this helps.
|