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

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -