DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2005
    Posts
    2

    mouseover routine in .js file

    Could someone give me a brief sample of a mouseover routine that would work in a .js file. Since such routines demand single and double quotes, I can't see how there wouldn't be a conflict with the .js requirement for double quotes. Is there a solution to this?

    Jake

  2. #2
    Join Date
    May 2006
    Posts
    1
    Here's an example of inline and calling a function, hope it helps

    <script>
    function utptab() {
    document.getElementById('form1:utp1t').style.visibility=hidden;
    }
    </script>


    <ui:staticText binding="#{Page1.utp1t}" id="utp1t" onMouseOver="document.getElementById('form1:utp1t').style.visibility=&quot;visible&quot;;" onMouseOut="utptab()"
    style="position: absolute; left: 72px; top: 72px" text="1"/>

    From 3Pc

Similar Threads

  1. Database not properly created
    By Arjuna in forum Database
    Replies: 2
    Last Post: 07-25-2007, 03:22 AM
  2. Replies: 0
    Last Post: 02-12-2006, 06:27 PM
  3. How long before the next version??
    By _CAG in forum .NET
    Replies: 146
    Last Post: 08-12-2002, 10:40 PM
  4. Replies: 3
    Last Post: 08-04-2000, 06:07 AM
  5. Need Faster file get name & date routine.
    By Tom Sell in forum authorevents.kurata
    Replies: 1
    Last Post: 04-20-2000, 02:28 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links