Accessibility issue while using Image buttons

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • veenala
    New Member
    • Apr 2007
    • 1

    Accessibility issue while using Image buttons

    Hi,

    Iam using image type input button in an application:
    <form>
    <input type = "image" id = "back" name= "back" alt = "back" src = "graphics\back. png" >
    </form>


    While checking for accessibility through Narrator, Windows XP feature , I have a problem. The narrator reads the text properly but when it comes to image button it reads out the absolute path including escape characters as following.

    C:\xxx%20yyyy\g raphics\back.pn g.

    Can some one help me out ???
Working...