lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I've been using lua-gumbo to parse html, but now need to parse _javascript_ embedded in the HTML as well. Short of using regex's what can I use to parse a document containing several _javascript_ window.open() functions in lua to access the URI?

thanks,

- G