New to this and have several questions

S

simon williams

I'm new to this so I apologise if I ask questions which have already been
answered before:

How do I stop pictures being copied from my site ?

How do I set a hyperlink or command in a new window to close the window ?

How can I set the size of a new window ?

Thanks
 
J

Joe

#1 It's not gonna happen. No way to protect 100%
#2 & #3 Highlight hyperlink, right click go to hlink properties, target frame
 
M

Mark Fitzpatrick

Basically, forget trying to protect the pictures. There are scripts that
help you by disabling the right-click ability, but those are easily
circumvtented. Any user will be able to view the actual HTML code for the
page and determine the address anyways and access the image directly on the
server. The image still will end up in the browser's temporary file cache.
If all else fails, the user just takes a screenshot and pasts and crops the
image from the clipboard.

The only time you have control over the size of a browser window is when you
are opening a brand new one through JavaScript. There are lots of scripts
for creating these pop-up windows and you can find tons of them at:
http://javascript.internet.com/navigation/

For closing a window, try the following script at:
http://javascript.internet.com/page-details/close-window.html This one is
also best used in a pop-up.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
A

Andrew Murray

1) you can't stop pictures being copied. The nature of the web is that the site
is downloaded to the user's machine - that is what the web cache and temp
internet files are for among other things. The no-right-click scripts you see
around can be worked around

2) set new window for hyperlink by specifying the "target" in the Insert
Hyperlink dialogue. Click the "target" button within that dialogue.

3) www.jimcoaddins.com has an add-in for Frontpage that allows pop-up windows to
be created and size specified.
 
T

Tom Pepper Willett

1) How do I stop people from downloading my graphics or code?

http://www.jamesshuggins.com/h/web1/how_do_i_stop_downloading.htm

http://www.jimcoaddins.com/protect.htm

2) http://javascript.about.com/library/scripts/blwindowclose.htm

3) Download the free FP addin "Spawn" from www.jimcoaddins.com


--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
===
| I'm new to this so I apologise if I ask questions which have already been
| answered before:
|
| How do I stop pictures being copied from my site ?
|
| How do I set a hyperlink or command in a new window to close the window ?
|
| How can I set the size of a new window ?
|
| Thanks
|
|
 
Top