Android Question can not find local web pages in /files

John Woodsmall

Active Member
Licensed User
Longtime User
i have a main web page in the /file folder
i also have a sub web page in the /file folder

main page opens ok.
then

i use location.href ="sub_page.html" from a button

i get "can not find file:///sub_page.html"


how to reference local pages from previous pages ???

thanks
 
Top