user.websites.frontier.iconrow
local (htmltext = "");
on add (s) {
htmltext = htmltext + s};
on addicon (iconname, pagename) {
add ("");
add ("href=\"http://www.scripting.com/" + pagename + ".html">");
add ("
src=\"http://www.scripting.com/gifs/" + iconname + ".gif" alt="" + iconname + " icon\">");
add (" ")};
add ("");
addicon (BBEdit, BBEdit);
addicon (Netscape, "browsers");
addicon ("msie", "browsers");
add ("
");
return (htmltext)
![]() |
This page was last built with Frontier on a Macintosh on Fri, Apr 26, 1996 at 7:59:17 AM. Thanks for checking it out! Dave Winer |