I have a site which uses a drop down menu in the header which was generated using Fireworks. It has worked well in the past but I have just installed a PHP script to send out a newsletter. The problem is that when the confirmation etc. screens load after the newsletter signup, the URLs in the drop down menu become mydomain.com/mailscript/page.htm instead of mydomain.com/page.htm. The other static URLs on the page are fine as they are reset by the BASE tag.
I'm no javascript guru but I read something about using document.write to add the base tag to the javascript (but this hasn't worked either). I'm using SSI to serve the header and footer on the confirm page and they look fine to me.
Any suggestions on this would be appreciated.
PS This only happens in IE6, Netscape 6 is fine - menu never worked in Opera but that's a whole other post ;)