How to highlight an img section using Javascript?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jithrajan
    New Member
    • Jul 2010
    • 2

    How to highlight an img section using Javascript?

    Dear sir/madam,

    I have an img file included in a HTML page, in this html page one can search keyword,
    suppose 'Full Name' and i need to highlight this word in img file using javascript.

    Great if any one can send me the javascript for the above.

    Source code attached.

    Regards,
    Sree
    Attached Files
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    there is no possibility to do that in an appropriate way with this idea. how should the text be found in the image without using some OCR techniques or whatever?

    the best solution would be to create an identcal html-form from the image - then everything is searchable and manipulateable.

    Comment

    Working...