cripto9t
Average Member
USA
881 Posts |
Posted - 01 February 2008 : 09:42:11
|
The javascript function jumpTo() is repeated in forum.asp, topic.asp and active.asp (maybe more).
The first instance is in the include file "inc_groupjump_to.asp" included in inc_header, which adds it to all files using inc_header. The second instance is in the files themselves, where its used for the forum jumpbox (inc_jump_to.asp).
A possible solution might be to rearrange "inc_groupjump_to.asp" and put the function in the if statement. Then for the forum jumpbox, add it to "inc_jump_to.asp" and remove it from the forum files.< |
_-/Cripto9t\-_ |
|