Hi,
I have a button on an html-page.
how do I jump to a next html-page when clicking on the button ?
sample code :
function btnNext_onclick () {
here do I want to jump to page2.html but how do I implement it ????
}
thanks for any help.
chris
I have a button on an html-page.
how do I jump to a next html-page when clicking on the button ?
sample code :
function btnNext_onclick () {
here do I want to jump to page2.html but how do I implement it ????
}
thanks for any help.
chris
Comment