[elinks-users] Converting webpage on the fly
Kelly Jones
kelly.terry.jones at gmail.com
Sat Nov 29 13:25:41 MST 2008
I use liveperson.com, and some of their webpages have this "HTML" in them:
<div
id="ctl00_ctl00_AbsMP_BaseMP_mailbox1_gridMessages_ctl07_divSubject"
class="divSubject"
onClick="RedirectTo('/mailbox/view-message.aspx?[big-long-message-id]')">
which elinks obviously doesn't recognize.
How can I convert this on the fly to something like:
<div
id="ctl00_ctl00_AbsMP_BaseMP_mailbox1_gridMessages_ctl07_divSubject"
class="divSubject">
<a href="/mailbox/view-message.aspx?[big-long-message-id]">
--
We're just a Bunch Of Regular Guys, a collective group that's trying
to understand and assimilate technology. We feel that resistance to
new ideas and technology is unwise and ultimately futile.
More information about the elinks-users
mailing list