RE: [PHP-DB] Mouseover question...

2003-01-08 Thread Micah Stevens
;'+txet+'\')" > onMouseOver="mover(\'link'+no+'\',\''+text+'\')" id="link'+no+'" > onClick=return(openSmallWindow(\''+href+'\'))>'+txet+'<\/a>'); > no+=1; > } > //-->

Re: [PHP-DB] Mouseover question...

2003-01-08 Thread Micah Stevens
This is not a mouseover. This builds the links for the popup window that appears when you click on the event in the calendar. Go to the common.php file and find the dLink() function. -Micah On Wed, 2003-01-08 at 09:45, NIPP, SCOTT V (SBCSI) wrote: > OK, this isn't really a DB question, bu

RE: [PHP-DB] Mouseover question...

2003-01-08 Thread NIPP, SCOTT V (SBCSI)
t+'\')" id="link'+no+'" onClick=return(openSmallWindow(\''+href+'\'))>'+txet+'<\/a>'); no+=1; } //--> Thanks again. -Original Message- From: John W. Holmes [mailto:[EMAIL PROTECTED]] Sent: Wednesd

RE: [PHP-DB] Mouseover question...

2003-01-08 Thread John W. Holmes
> OK, this isn't really a DB question, but it is definitely a PHP > question. I am working on customizing a calendar application for my > group's > use and noticed that there is a function that has to do with a mouseover > effect. The problem is that this mouseover does not appear to do > a