I've got this custom page http://www.isrma.com/app_status.txt that I am trying to get the tooltip preview of a topic to work on. I can't see anything wrong with the code itself. If I test the page on another site the tooltip function works. I pulled the inc_func_common file from that site that it is working on into my new site and still the tooltip fails. If you mouseover the topic name the tooltip apears but no data shows. Oh yeah MS SQL and 3.4.05. Any ideas? BTW The tooltip works in the Forum page Ok.
Thanks modifichicci, but sorry, that's not it. Everything else in the SQL statements work and display as they should and the tooltip works on my forum.asp page and it is basically the same code.
No matter where I position the Topic_Message query in the list I am still unable to get the tooltip to display. By rights it should be placed right after Topic_Subject which is how it is in Forum.asp. But if I place it there then I get nothing displaying for topic_author_last_post, location and the event date is unformatted.
I would really like to see this tooltip function working on my custom page. Can I load the T_MESSAGE in its own query and then call it as a tooltip later in the code so that it doesn't interfere with the main SQL query.