
winfinit
User
May 20, 2008, 3:34 PM
Post #2 of 2
(185 views)
|
|
Re: [ze-m!nd] perl & javascript event handlers
[In reply to]
|
Can't Post
|
|
if i understand correctly javascript onmouse effect will trigger some kind of action on a page that is located between certain tags, for example you can show or hide a table or a little message, but that tag is actually HTML or XHTML or whatever that is changing its state, so code is still available to you if you will parse it via LWP, so you can get HTML, remove all javascript, and get all desired information from your page via simple regular expressions. for more information please attach examples of a javascript page and exact end result that you are trying to accomplish.
|