Tagged Questions

0
votes
2answers
49 views

Why does the base tag seem to be working in Opera and Chrome, but not in Firefox and IE?

I have a site where I use the base tag. All the links in the site are relative, and I set an absolute href so that all the links should be aimed at the right target. And it works in Opera and Chrome. …
0
votes
2answers
43 views

JSP for setting the BASE HTML Tag

Hi! I am running an application using jsp (gsp actually) under Tomcat. All URLs are absolute. That is, every href begins with a "/". For example: <a href="/mytool/role/index" …
1
vote
4answers
445 views

Url Hash with Html Base Tag

window.location.hash When using a link for a javascript action, I usually do something like this: <a href="#">Link Text</a> That way, when someone clicks the link before the page loads …