Click to See Complete Forum and Search --> : kadov text popup not working in Chinese


SeagullWriter
03-28-2006, 04:57 PM
I've inherited some scripting written by someone else, long gone. These files are compiled on native OSs for different language versions. What appears to be the identical code works as it should in Japanese, but gives an error in Chinese.

This is the code:
*********************************
An RFID system uses very small
<A CLASS=expandspot
x-use-popup=#POPUP193700000
x-popup-type=expanding
HREF="javascript:kadovTextPopup(this)"
id=a1>transponders</A> <!--begin!kadov{{-->
<script
type="text/javascript"
language=JavaScript1.2>kadovTextPopupInit('a1')</script>
**************************************
The error is "Object expected", referencing the source page as the URL. The display text shows up and is highlighted as a hyperlink before the error message shows up. Clicking the link brings up another "Object expected" error.

If anyone could point me to some references on whatever kadov is, that would be a big help!