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\graphics\back.png.
Can some one help me out ???
|