Hi
I was wanting a Javascript on my website to disply this other Javascript which I cant edit here
<script language="JavaScript" type="text/javascript" src="http://www.enemydown.co.uk/ed_clanrank.php?ladder=4&clan=1325"></script>
and I was wondering if you could give me some help in putting it into the script (http://www.walterzorn.com/tooltip/tooltip_e.htm that one) He says that you should do this in order for a script to show up inside the tooltip
But iam not to sure how to do that. PLease can you show me how to make my script pop up when you hover over a link and the rank information is diplayed
thank you
I was wanting a Javascript on my website to disply this other Javascript which I cant edit here
<script language="JavaScript" type="text/javascript" src="http://www.enemydown.co.uk/ed_clanrank.php?ladder=4&clan=1325"></script>
and I was wondering if you could give me some help in putting it into the script (http://www.walterzorn.com/tooltip/tooltip_e.htm that one) He says that you should do this in order for a script to show up inside the tooltip
"Alternatively, instead of a string, return escape() accepts a variable defined elsewhere -
example: onmouseover="return escape(text1)"
- or even a function call -
example: onmouseover="return escape(TooltipText())" .
Variables or functions should be defined in a separate JS file or a <script> block within the <head> section, and might be useful, for instance, to facilitate having identical text for several tooltips. Even the irregularities with non-alphanumeric characters and with quotes (see point 3 and 4) needn't to be regarded anymore. Therefore, it's also less critical to include text that has been created dynamically on the server. "
example: onmouseover="return escape(text1)"
- or even a function call -
example: onmouseover="return escape(TooltipText())" .
Variables or functions should be defined in a separate JS file or a <script> block within the <head> section, and might be useful, for instance, to facilitate having identical text for several tooltips. Even the irregularities with non-alphanumeric characters and with quotes (see point 3 and 4) needn't to be regarded anymore. Therefore, it's also less critical to include text that has been created dynamically on the server. "
thank you
Comment