Tried to fix "bookmark" AND FAILED!

S

Steel Bananana

http://www.steelbanana.com

Well, I tried fixing the lines of html. Then I tried rephrasing the java
from "bookmark" to "addfavorites."
It's still not working. However, you all did get rid of that annoying
underline for me! I'm getting ready to scrap this whole thing!!!!!

(I've only fiddled with the index page, so the rest are the original html.
Both changes are reflected in the index page.)

Kim

PS: I did get the "submit" thing fixed, though! Thank you all for that!
 
S

Steve Easton

That's because you changed the script around.

You have :
<a href="javascript:window.external.AddFavorite('Steel Banana','http://www.steelbanana.com')"

instead of:
<A href="javascript:window.external.AddFavorite('http://www.steelbanana.com', 'Steel Banana')">



--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Top