kk got it all to work real nice like. Problem is it left some stray codes around and I can't figure out how to get rid of them.
This appears at the top of my forum on every page
Quote:
{ return openWindow( 'misc.php?' + SESSIONURL + 'do=who_rated_member&u=' + userid, 230, 300 ); } function who_viewed_member(userid) { return openWindow( 'misc.php?' + SESSIONURL + 'do=who_viewed_member&u=' + userid, 230, 300 ); } // -->
|
How can I get rid of this stray coding???