Author Topic: javascript:OpenPage to Link  (Read 3480 times)

sidki3003

  • Sr. Member
  • ****
  • Posts: 476
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://
    • Email
javascript:OpenPage to Link
« on: June 28, 2002, 06:03:23 PM »
updated 2002-08-22

I found the original filter a while ago (can't remember where) and was wondering why it matched so rarely.
Now i found out why, this version should do it:

[Patterns]
Name = "<a> Multi: javascript:OpenPage to Link"
Active = TRUE
Multi = TRUE
Bounds = "<as*</a>"
Limit = 512
Match = "1 javascript:openpage ($AV(2))(;|) 3"
Replace = "123"


/sidki

Edited by - sidki3003 on 22 Aug 2002  17:30:02
 

sidki3003

  • Sr. Member
  • ****
  • Posts: 476
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://
    • Email
javascript:OpenPage to Link
« Reply #1 on: August 22, 2002, 04:31:00 PM »
Updated to correctly convert:

href="javascript:openPage('/news/default.asp');"

Example: http://www.cult3d.com/howto/default.asp

Changes in above post.