I have trans_sid set to on on my server.
It seems to work for all links apart from these, e.g.
<a class='divmenu' id='subMenuAlbums3' onMouseOver='change_colour("Menu3","#97BBDF"); show("subMenuAlbums3");show("subMenuSingles3");show("subMenuEP3");'
onMouseOut='change_colourbk("Menu3","#D8D8D8"); hide("subMenuAlbums3");hide("subMenuSingles3");hide("subMenuEP3");'
href='genres.php?genre=3&albums=1'>Albums</a>
Is there any reason why a long link like that with java script would cause an issue? SHould I move the href to just after the a?
Funnily enough, it seems to work on PHP 5 on my DEV environment, just not on PHP 4 on the LIVE server.