Results 1 to 2 of 2

Thread: help with mouseover syntax

  1. #1
    Join Date
    Aug 2003
    Posts
    233

    Default help with mouseover syntax

    Just can't seem to get it

    Original ...
    <a href=<%$detail_page_url%>><img src=<%$tpl_base%>/images/bt_detail.gif border=0></a>

    modified (not working)
    <a href="<%$url%>" onMouseOver="click-Here to visit this site' ; return true;" onMouseOut="click-Here to visit this site''; " target="_blank"><img src=<%$tpl_base%>/images/bt_visit.gif border=0></a>

    Any suggestions ?

    Best
    Lewis
    Best
    Lewis
    www.AtoZfitness.com/indexu

  2. #2
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    use
    HTML Code:
    onmouseover="window.status='     click-Here to visit this site'; return true;"
    onmouseout="window.status=' ';return true;" 
    target="_blank">
    and you have an extra " just before your target="_blank">


    .
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

Similar Threads

  1. Fatal Error: Incorrect document syntax
    By mycolumbus in forum Extreme Dmoz Extractor - dmoz.org xml parser
    Replies: 2
    Last Post: 09-10-2005, 09:00 AM
  2. Dmoz Extractor - Error [Fatal] Doc Syntax
    By brickholius in forum v5.x
    Replies: 1
    Last Post: 10-27-2004, 12:29 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •