I know. But I *shudder* don't like Firebird.

Plus, neither of these bookmarkets are automatically filling in the fields, so everytime I try to add a bookmark, I have to type everything in.. plus the javascript text fiends wont let me copy and paste the URL into the URL box. Bah.
This is what I'm using in my Bookmark Properties:
CODE
Name: Add Bookmark to Nolagay Links (Entertainment)
Location: javascript:var tburl="(http://nolagay.com/cgi-bin/mt/mt-tb.cgi/3)";var tbd="<html><head></head><body><p>Add bookmark:</p><form method='post' action='"+tburl+"'><p><strong>Title:</strong><input size='20' type='text' name='title' value='"+document.title+"' /><br /><strong>URL:</strong><input size='20' type='text' name='url' value='"+location.href+"' /><br /><strong>Excerpt:</strong><textarea name='excerpt' rows='3' cols='30'></textarea><input type='submit' value='submit' /></form></body></html>";var x="w=window.open('','','width=300,height=200');w.document.write(\""+tbd+"\");w.document.close();";void(eval(x));
Note that I've tried using both
CODE
tburl="(http://nolagay.com/cgi-bin/mt/mt-tb.cgi/3)"
and
CODE
tburl="http://nolagay.com/cgi-bin/mt/mt-tb.cgi/3"
I'm using Firebird 0.6
Windows 98
Thanks!
Vincent