Hey all after some time. You see, on my new main general personal website Tadej Persic's website I use a button which purpose is to bookmark the current page ... Here's the code in question: boomark: <input src="save.png" title="bookmark page" onclick="bookmark('http://tadejpersic.50webs.com/index.html','Tadej Persic\'s website | index')" type="image"></form> Code (markup): Well, and everything works fine, however not so long ago I have found out (yeah, silly me to not test it right away) that if one bookmarks a page with this button, the bookmark form (for even more details about this form and problems that I also had with it you can also check the relatively recent A strange problem/situation with some particular form thread also here on DP forum)) adds a "Load in sidebar" checkbox in Firefox web-browser!! Therefore I am interested: is there any way (and of course, if it is please tell me how to do so) to avoid this checkbox being added in the Firefox bookmark entry??! P.S. - Oh and I have one other totally unrelated question though (if I may): why after hitting the "bookmark it" button (or clicking the "contact" or "search" buttons, it doesn't matter) I am always redirected to some "strange" URLs (see a few examples below)?? Is this maybe because of the <base href="... that I am using in the documents' headers as one of my friends speculated??! And note that the numbers are, ehm, let's say "generated" randomly. http://tadejpersic.50webs.com/?x=8&y=15&index=# Code (markup): http://tadejpersic.50webs.com/?x=5&y=9&index=# Code (markup): tayiper
Sorry all, the code should obviously read like this (i.e. the first starting/opening "form" tag was missing): <form action="#"> boomark: <input src="save.png" title="bookmark page" onclick="bookmark('http://tadejpersic.50webs.com/index.html','Tadej Persic\'s website | index')" type="image"></form> Code (markup): tayiper