View Full Version : Help!!!!!!!!!


Damara23
12-15-2005, 01:00 PM
In Dreamweaver 4 I made a page with a left frame. I have the following problems (that should be easy to correct):
Diasable right click {the one with no message box]
The left frame is adjustable when i preview it, i don't want that.
I have all my links targeted to main frame and they all open in a new window.

:mad: I'm p-o'd b/c it's basic things that shouldn't take so long to correct.

pb&j
12-15-2005, 01:35 PM
1. disable right click is useless. it is a simple javascript that anyone can get around if the really want to. plus some people actually use the right mouse button for navigation purposes... you would not want to disclude them from your site. if you really want it though, you can do a quick search in the javascript forum and find it.

2. add this to the FRAME tag in your coding...
noresize="noresize"

3. in your FRAME tags, you should have entered a NAME value so each frame has a name assigned to it. in your link tags you should have entered a TARGET value. that target must match the frame name to work right. if you cant get this to work, you will need to put your site online and post a link to it so we can assist you further with it.

4. the above info deals with the actual coding itself. i have no idea what menus or options dreamweaver provides as i do not have it and i think it is not a good tool to use for creating webpage. any text editor would be better.