moazzamahmed
01-31-2005, 04:32 PM
hi
Does REFRESH not work the same way as hitting the refresh button on the browser (IE)?
I have this line on top of my code:
<meta http-equiv="Refresh" content="60">
and it works after 60 seconds BUT what it does is
goes back to that page like it was the first time it got there.
Is there a way to get the page to POST back instead of "browse back" to it?
the reason I need this is cause I have a tree on that page. When you come into the page, the tree is collapsed (nothing selected). User can then traverse down to a sub-node.
now, when the page refreshes, I need it to go to where the user was (meaning to that node selected).
When I hit refresh on my browser, it works exactly like I want it to. How do I get the same from the REFRESH tag?
thanks
Moazzam
Does REFRESH not work the same way as hitting the refresh button on the browser (IE)?
I have this line on top of my code:
<meta http-equiv="Refresh" content="60">
and it works after 60 seconds BUT what it does is
goes back to that page like it was the first time it got there.
Is there a way to get the page to POST back instead of "browse back" to it?
the reason I need this is cause I have a tree on that page. When you come into the page, the tree is collapsed (nothing selected). User can then traverse down to a sub-node.
now, when the page refreshes, I need it to go to where the user was (meaning to that node selected).
When I hit refresh on my browser, it works exactly like I want it to. How do I get the same from the REFRESH tag?
thanks
Moazzam