hungnguyen
Programmer
Hi helpers,
I do have a little problem. I have two pages: one contents and the other main. In contents pages, there are all buttons. In main pages, there are forms and document. When I open a form in the main section and like to get back to both previous form by clicking back button in the contents pages. How can I do it?
I do use the window.parent.history.go(-1); but it does not work for main section.
Please help me if you can.
Thanks
Hung
I do have a little problem. I have two pages: one contents and the other main. In contents pages, there are all buttons. In main pages, there are forms and document. When I open a form in the main section and like to get back to both previous form by clicking back button in the contents pages. How can I do it?
I do use the window.parent.history.go(-1); but it does not work for main section.
Please help me if you can.
Thanks
Hung