In wml you can do <do type='options' label='Help'> <go href='help.jsp'/> </do> Which will add a menu item to a "soft-option" (or what ever you want to call it) that is accessible via a special menu key. How can I do this with XHTML?
XHTML itself doesn't have a way to do this. You will have to link the file with a WML page containing the code described.
Forum Rules