|
Posted by keeper on 10/01/06 00:35
<a href="javascript:history.back(1)" target="myframe1">Go back</a>
i dunno about forward, I rarely use javascript.. infact i avoid it at
all costs. but theres the basic premise behind keeping history. Thouhg
i doubt you'll be able to keep any type of state unless your using a
server side language. Javascript:history.back will act the same way as
pressing your browsers back button. To accually control one frame and
keep it completely seperate from the other, you'll need to keep state.
and that requires some interesing programing. (see php or perl ).
gkorland@gmail.com wrote:
> Hi,
>
> I have a page with two frames.
> I want to add backward & forward buttons to each of the frames.
> How can I control each of the frames history?
>
> Thanks,
> Guy
Navigation:
[Reply to this message]
|