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.
_______________________________________________
elinks-users mailing list
elinks-users@linuxfromscratch.org
http://linuxfromscratch.org/mailman/listinfo/elinks-users

Reply via email to