Author Topic: onMouseOver to title  (Read 2323 times)

Jor

  • Moderator
  • Sr. Member
  • *****
  • Posts: 421
    • ICQ Messenger - 10401286
    • AOL Instant Messenger - jor otf
    • Yahoo Instant Messenger - jor_otf
    • View Profile
    • http://members.outpost10f.com/~jor/
    • Email
onMouseOver to title
« on: April 24, 2002, 08:46:12 PM »
A new filter I put together, this takes care of links which like to write extra info into the status bar. The filter puts the info into the title attribute, where it belongs.

[Patterns]
Name = "onMouseOver to title"
Active = TRUE
Multi = TRUE
URL = "$TYPE(htm)"
Bounds = "<(a|area)s*>"
Limit = 512
Match = "2 onMouseOver=$AV((self.|)status='*1';return true) 3"
Replace = "2 title="1" 3"


Todo: find a way to remove the backslashes (required by the js method) from the title attribute values.

[Edit: URL = "$TYPE(htm)" added]

Edited by - Jor on 18 Jun 2002  15:50:44