1) Script Title:
Popup information box III (fade-in)
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex5/popinfo3.htm
3) Describe problem:
I would like to use this script for one of my websites, is there anyway I can use dynamic content?
I've got no problem entering the text dynamically using PHP.
The problem is I have to enter it here:
The "$some_text" variable could contain charachters that javascript doesn't like.HTML Code:<a href="#" onmouseover="writetxt('<? print $some_text; ?>')" onmouseout="writetxt(0)">
Is there anyway around this or any other script that will give me a similar effect?



Reply With Quote
Bookmarks