CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 Active Hoover in record form

Print topic Send  topic

Author Message
travel-net

Posts: 56
Posted: 02/03/2004, 8:23 AM

Hello,

Is there a way to highlight an item in a record Form. I have CHECKBOX LIST item and i want to highlight the item where the mouse is. Like in a grid form with Active, Visited and Hoover for Links.

The problem is that it is now a record form and not a gridform and that the data type is Input instead of Link.

Hope you all understand my question.

Using CCS2x, php and apache.

Regards,
Frans
View profile  Send private message
DonB
Posted: 02/03/2004, 11:24 AM

Add javascript to implement the onmouseover event:

onMouseOver="this.style.backgroundColor=red;"

and the onmouseout event:

onMouseOut="this.style.backgroundColor=white;"

These belong within the TD or TR tags

--
DonB

http://www.gotodon.com/ccbth


"travel-net" <travel-net@forum.codecharge> wrote in message
news:5401fcaee1a82f@news.codecharge.com...
> Hello,
>
> Is there a way to highlight an item in a record Form. I have CHECKBOX LIST
item and i want to highlight the item where the mouse is. Like in a grid
form with Active, Visited and Hoover for Links.
>
> The problem is that it is now a record form and not a gridform and that
the data type is Input instead of Link.
>
> Hope you all understand my question.
>
> Using CCS2x, php and apache.
>
> Regards,
> Frans
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>

travel-net

Posts: 56
Posted: 02/04/2004, 12:58 AM

Hello,

I tried it but it didn't work. For Your Information, it is a record form and not a grid. Did some search on google but didn't find a solution sofar. Do you have a working example?

Regards,
Travel-Net
View profile  Send private message
DonB
Posted: 02/04/2004, 2:18 PM

take a look at simplythebest.net. They have scripts for all sorts of
effects.

--
DonB

http://www.gotodon.com/ccbth


"travel-net" <travel-net@forum.codecharge> wrote in message
news:54020b427b7219@news.codecharge.com...
> Hello,
>
> I tried it but it didn't work. For Your Information, it is a record form
and not a grid. Did some search on google but didn't find a solution sofar.
Do you have a working example?
>
> Regards,
> Travel-Net
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>


Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.