how to go back to previous page but refresh it too.?
36 views
Skip to first unread message
Suleyman
unread,
Aug 24, 2004, 10:55:11 AM8/24/04
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi, I like to go back to the previous page and refresh it so it is called again and does what it normaly does. I tried going back with history.back and history.go(-1). Both functions work but don't refresh. I tried to get history.previous but it's empty. Document.referrer gives the url of the current page. I have tried everything I know.
Help please...
Thanks in advance.
Art
unread,
Aug 31, 2004, 5:34:11 PM8/31/04
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I wonder if window.location.reload() still works ?
Be careful you don't get caught in a continuous reload loop though. Maybe you can add it with a button on the page you're returning too.