AccessKey doesn't work when load pdf document on XP?

D

david cheng

I am trying to load the pdf document through AccessKey. Here is the
code

<HTML>
<body bottomMargin="0" bgColor="gray" leftMargin="0" topMargin="0"
rightMargin="0">
<form id="Form1" method="post" runat="server">
<table height="100%" width="100%">
<TBODY><tr>
<td vAlign="top" width="80">
<asp:imagebutton id="IBtn1" accessKey="1" runat="server"
ImageUrl="images/1.gif"/><BR>
<asp:imagebutton id="IBtn2" accessKey="2" runat="server"
ImageUrl="images/2.gif"></asp:imagebutton></td>

<td width="*"><iframe id="iframe1" width="100%" height="100%"
runat="server"></iframe></td>
</tr></TBODY></table>
</form>
</body>
</HTML>

private void IBtn1_Click(object sender,
System.Web.UI.ImageClickEventArgs e)
{ iframe1.Attributes.Add("src", "1.pdf"); }

private void IBtn2_Click(object sender,
System.Web.UI.ImageClickEventArgs e)
{ iframe1.Attributes.Add("src", "2.pdf"); }

==========================================================
Mouse click always works for switching pdfs. But AccessKey doesn't
work on XP. Accesskey works on windows 2000. Any ideas? Thankx in
advance.

BTW, this behavior (switching documents using AccessKey) only applies
to .pdf, .doc or other documents requiring plug-ins to open. It will
work fine with .txt or html contents.

David
 

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

Members online

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,111
Latest member
KetoBurn
Top