OK... So I found some stuff from the mods he's done, but how do I get it to work with the inc_fader?
I know this is the line I want to change (or I think it is...):
AnnounceLink = strForumURL & "view_announcements.asp"
And I tried changing it to:
AnnounceLink = "javascript:openWindow3('pop_announce.asp?A_ID=" & A_ID & "')"
(I renamed his announce to pop_announce, since it is a pop-up.)
But that doesn't work. Does it have to do with the fader I'm using? Can that fader not do javascript, or what? Any ideas?
Also, since I'm new to this whole thing, how can I make sure that the A_ID is what it's supposed to be? (If I ask now, then I won't have to ask again when the fader is finally fixed...)