Oh sorry; yes, of course, this is the javascript file:

function SetToolTip(id,tooltip)
{
var tempObject = document.getElementById(id);
if (tempObject != null) tempObject.title = tooltip;


}


function SetToolTipByClassName(className,tooltip)
{
 for(i = 0; i < document.all.length; i++)
 {
  if (document.all(i) != null)
   if(document.all(i).className  != null)
    if(document.all(i).className  == className)
     document.all(i).title = tooltip;
 }

}


SetToolTipByClassName("df arfid240000013
ardbnSendMessageTo","Checkthis box if you would like to attachone or
more files to your request");

And in the web footer area only this:

<SCRIPT src="/arsys/shared/tooltips/
client_tooltips.js"language="JavaScript"></script>


I have tried to change the inicialization to the web footer area but
it don´t works...

Thanks,




On 3 mar, 16:02, Bradford Bingel <[EMAIL PROTECTED]> wrote:
> Can you provide the JavaScript snippet in question?
>
>
>
> -----Original Message-----
> From: Action Request System discussion list(ARSList)
>
> [mailto:[EMAIL PROTECTED] On Behalf Of manu_alcala
> Sent: Monday, March 03, 2008 5:08 AM
> To: [EMAIL PROTECTED]
> Subject: Javascript problem
>
> Hi everyone!
>
> I`m trying to use the code to have field-level mouse-over popups display on
> mid-tier 6.3, but I don´t see any result...
>
> I'm using the code remited by Stephen about this, and i have tried to change
> it in the javascript file and in the web footer area of the form the
> contents included in its.
> Have i to push an event on the web footer area like "mouseover" on the field
> worked or an event like "window.onload"??
> Actually and in the last tries I have done, I have no an event in the web
> footer area, simply the functions defined by Stephen and the following
> inicialization :
>
> SetToolTipByClassName("df arfid240000013 ardbnSendMessageTo","Checkthis box
> if you would like to attachone or more files to your request");
>
> Wich "arfid240000013 ardbnSendMessageTo" is a field in my form.
>
> And in the web footer area the following:
>
> <SCRIPT src="/arsys/shared/tooltips/
> client_tooltips.js"language="JavaScript"></script>
>
> Thanks for all,
>
> Jose
>
> ___________________________________________________________________________­_
> ___
> UNSUBSCRIBE or access ARSlist Archives atwww.arslist.orgPlatinum 
> Sponsor:www.rmsportal.comARSlist: "Where the Answers Are"
>
> ___________________________________________________________________________­____
> UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org
> Platinum Sponsor:www.rmsportal.comARSlist: "Where the Answers Are"- Ocultar 
> texto de la cita -
>
> - Mostrar texto de la cita -

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to