jc_gmk
08-04-2008, 03:12 PM
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:
<a href="#" onmouseover="writetxt('<? print $some_text; ?>')" onmouseout="writetxt(0)">
The "$some_text" variable could contain charachters that javascript doesn't like.
Is there anyway around this or any other script that will give me a similar effect?
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:
<a href="#" onmouseover="writetxt('<? print $some_text; ?>')" onmouseout="writetxt(0)">
The "$some_text" variable could contain charachters that javascript doesn't like.
Is there anyway around this or any other script that will give me a similar effect?