P
Paul Delaney
Hi there
Could someone please help, I have very little grasp of javascript, I have
tried but cannot get either of the two things I want to do together to
work.
I have a webpage with frame with nav buttons - Next and Prev - at the
bottom whilst the top frame hs a URL from a search engine along the lines
of page1search.htm. What I want to do is to press Next and it call a
function to change the top frame to page2search.htm but despite trying for
some time I can't get my head round how to do it!
My variables don't seem to add the pages on - var num=0 outside the
function and then num=num+1 each time its called added into the string as
"page"+num+"search.htm", that is correct?
And I also am having problems trying to open the page in the top frame, it
doesn't seem to no mater what method I use!
Could someone please point me in right direction??
Many thanks
Paul
Could someone please help, I have very little grasp of javascript, I have
tried but cannot get either of the two things I want to do together to
work.
I have a webpage with frame with nav buttons - Next and Prev - at the
bottom whilst the top frame hs a URL from a search engine along the lines
of page1search.htm. What I want to do is to press Next and it call a
function to change the top frame to page2search.htm but despite trying for
some time I can't get my head round how to do it!
My variables don't seem to add the pages on - var num=0 outside the
function and then num=num+1 each time its called added into the string as
"page"+num+"search.htm", that is correct?
And I also am having problems trying to open the page in the top frame, it
doesn't seem to no mater what method I use!
Could someone please point me in right direction??
Many thanks
Paul