[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

Using the softkey 2 to link to other form

Ricky Wong

6/19/2002 5:12:00 PM


Thanks in Advance.

Does anyone happen to get the softkey (Option Key) to
work and link to different form?


i did manage to show the "Menu" as the softkey2. but my
problem is not able to link that Menu to another form.

<mobile:DeviceSpecific id="DeviceSpecific1" runat="server">
<Choice Filter="supports2SoftKeys">
<ScriptTemplate>
<do type="options" label="Menu">
<go href="#Form3" />
</do>
</ScriptTemplate>
</Choice>
</mobile:DeviceSpecific>

I tested it on Openwave emulator Motorola i1000. Nothing
happen when i click on it.

Any idea?


1 Answer

(Nathan Enright)

6/20/2002 3:57:00 PM

0

Hi Ricky,
You will need to use the following method to do what you want...

Q312572 PRB: Cannot Navigate to a Specific Form Via the #FormName Syntax
http://support.microsoft.com/support/kb/articles/q31...

Nathan

This posting is provided "AS IS" with no warranties, and confers no rights.