numbering hyperlinks

  • Thread starter Thread starter Evan
  • Start date Start date
E

Evan

Hello
what would be a good way to program the following:-

I want to add numbers to to each and every hyperlink on
any hypertext page in my browser -- automatically -- so I
can then use some keyboard incantation to follow the link.

(I don't want to tab through the links)
Thanks
Evan
 
Hi,

Since you say you want to "program" it, I assume you are a programmer. If
that isn't correct, please state again what exactly you mean.

You'll have to catch the HTML file, cycle through the <a href=" bits, number
them and generate a new HTML file and display it in a webbrowser control.

Kind regards

Hans Le Roy
MS MVP Win/IE-OE
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top