FRAMES and Client Side Image maps. FRAMES and Background colors.

Pawlo Prawdiuk ppawlo at reliant.uswc.uswest.com
Tue Dec 26 23:23:17 PST 1995


*MIME MAIL*

I write documents and wanted to have a clickable are in the lower right hand corner of my FRAME based web page using client side image maps (server does not have image maping)

+------------------------------------+
|                TOP			  |
+------------------------------------+
|		|				  |
|		|				  |	
|		|				  |
| LEFT	|	RIGHT		  |         It looks like this more or less. The arrows section does not work.
|		|				  |  	    when clicked it should update the right portion of the screen or 
|		|				  |         put up and information screen there etc.
|		|				  |
+------------------------------------+
|    Comment| MAIL|ARROWS |
+------------------------------------+

			ARROWS	(embeded picture)
						[An attachment was originally included here]

							HOME INFORMATION LEFT RIGHT
 
What I have implemented works but not all of the time. 
Ususally the first few clicks it is ok but then it stops responding.

This is what it looks like and here is the code.

<html>
<MAP NAME="buttonbar">
<AREA SHAPE="RECT" COORDS="0,0,27,27" HREF="right.html" TARGET="RIGHT">
<AREA SHAPE="RECT" COORDS="28,0,43,27" HREF="info.html" TARGET="RIGHT">
<AREA SHAPE="RECT" COORDS="44,0,71,27" HREF="right.html" TARGET="RIGHT">
<AREA SHAPE="RECT" COORDS="72,0,99,27" NOHREF>
</MAP>
<img src="go.tiff" USEMAP="#buttonbar">
</html>

But being in a FRAME I belive it is having problems, has anyone else tried this?
Note: This is an internal web page.


Another quirky thing I have noticed is that the FRAME based application has problems with background colors. When I had this page with either <body background=#XXXXXX> the colors would always come up white when you first loaded the document no matter what the colors were, then working with it for a while they would be the correct color.

Thanks.
						!NTERPRISE
Paul Prawdiuk				Networking Services from USWEST
						200 S 5th Street Suite 1100 
						Minneapolis, MN 55402
						 
-------------- next part --------------
Skipped content of type multipart/mixed


More information about the OmniWeb-l mailing list