I am using b2evolution blog software for a private blog for my rock band, so it's just for fun and private discourse.
i realize that i perhaps this question would fit best at a b2ev community forum, but i'm thinking of it in terms of general coding inquiry--
if i want to make a <a href> tag to tell the browser to open a new window, i could use the target attribute, as in <a href="" target="_blank" >.
however, what if, for some reason, i'm faced w/ a situation in which i can not use the <a href> tag for my "URL submission", but i still want that link to open a new browser page. for example, in the b2ev blog, when adding a "linkblog" entry, the prompt allows the author to input the "link URL", which makes the link title the active hyperlink. since i can only enter the actual URL there, i'm unable to indicate that i want that to be target="_blank". do i have any options for adding some other code (jscript?) to the URL to "force" the browser into opening a new window when that URL is clicked, even though it will have no target attribute?
thanks!