Navigation between pages in blackberry webworks -


i want know how handle navigation between html pages. when using

window.location.href = "screen1.html"; 

i able load new page, when click button, application gets terminated. how can handle this?

in native java blackberry, screen on stack, how done in webworks?

i think better way use html url
<a href="screen1.html" >
@ second page when click on button take previews screen "as normal browser do"


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -