^KoalaBear^
12-25-2002, 04:47 PM
A Merry Christmas and Happy New Year to all at Codings!!
I'm going batty trying to figure out where I've slipped up on this supposedly simple bookmarking script. Could someone please point out the error of my ways?
The test url is HERE! (http://home.graffiti.net/aussiesites/test/bkmk-test.html)
The code is:
<title>Book Mark Test</title>
<!-- Beginning of CSIM -->
<IMG SRC="logo-ani-aus.gif" USEMAP="#logo-ani-aus.gif" WIDTH=700 HEIGHT=380 BORDER=0>
<MAP NAME="logo-ani-aus.gif">
<AREA SHAPE=RECT COORDS="3,324,30,348" HREF="<form><input TYPE="button" VALUE="Add To Favorites"
onClick='window.external.AddFavorite(location.href, document.title);'></form>
<AREA SHAPE=RECT COORDS="3,353,30,376" HREF="http://home.graffiti.net/xxxxxx.html" ALT="Share this Page with a Friend!">
</MAP>
<!-- End of CSIM -->
<link REL="SHORTCUT ICON" HREF="http://home.graffiti.net/aussiesites/favicon.ico">
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#3333FF" vlink="#FFFFFF" alink="#FFFFFF" background="bg-text.jpg" BGPROPERTIES="FIXED">
</body>
</html>
Thanks...
Cheers!
KB...
I'm going batty trying to figure out where I've slipped up on this supposedly simple bookmarking script. Could someone please point out the error of my ways?
The test url is HERE! (http://home.graffiti.net/aussiesites/test/bkmk-test.html)
The code is:
<title>Book Mark Test</title>
<!-- Beginning of CSIM -->
<IMG SRC="logo-ani-aus.gif" USEMAP="#logo-ani-aus.gif" WIDTH=700 HEIGHT=380 BORDER=0>
<MAP NAME="logo-ani-aus.gif">
<AREA SHAPE=RECT COORDS="3,324,30,348" HREF="<form><input TYPE="button" VALUE="Add To Favorites"
onClick='window.external.AddFavorite(location.href, document.title);'></form>
<AREA SHAPE=RECT COORDS="3,353,30,376" HREF="http://home.graffiti.net/xxxxxx.html" ALT="Share this Page with a Friend!">
</MAP>
<!-- End of CSIM -->
<link REL="SHORTCUT ICON" HREF="http://home.graffiti.net/aussiesites/favicon.ico">
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#3333FF" vlink="#FFFFFF" alink="#FFFFFF" background="bg-text.jpg" BGPROPERTIES="FIXED">
</body>
</html>
Thanks...
Cheers!
KB...