[url]javascript:window.history.go(-1)[/url]
Can anyone get this working, or is it not possible?
Last edited by ssss (2012-02-24 03:20:19)
Offline
That's not going to work that way. Don't you need javascript <>s?
And what's the point of this? All I need to do is hold right mouse button and drag left.
Offline
what-the wrote:
That's not going to work that way. Don't you need javascript <>s?
And what's the point of this? All I need to do is hold right mouse button and drag left.
You can use javascript:var test = "blah blah blah"; alert(test);... all on one line and put it in the address bar or make a link go to that.
Offline
Use this:
[url]javascript:history.go(-1)[/url]
EDIT: Oh and I just remembered that JavaScript does NOT work in the forums. It is insecure.
Last edited by nathanprocks (2012-02-24 03:32:00)
Offline
What do you need it for?
Offline
Eh, upload to a webpage, link to the webpage and it might work, but change it to -2 or else it would just bring you back to the forums.
Offline
WindowsExplorer wrote:
Eh, upload to a webpage, link to the webpage and it might work, but change it to -2 or else it would just bring you back to the forums.
That would work! Forgot about that
Offline
This can be done with redirects.
Refresh The Page
[url=http://dl.dropbox.com/u/60598636/back_through_redirect/refresh.html]Refresh The Page[/url]
[url=http://dl.dropbox.com/u/60598636/back_through_redirect/back1.html]Go Back[/url]
Modified from an example on wikipedia.
Alt-Click (or Option-Click) to download the source code.
Last edited by zippynk (2012-02-24 23:46:24)
Offline
zippynk wrote:
This can be done with redirects.
Refresh The PageCode:
[url=http://dl.dropbox.com/u/60598636/back_through_redirect/refresh.html]Refresh The Page[/url]Code:
[url=http://dl.dropbox.com/u/60598636/back_through_redirect/back1.html]Go Back[/url]Modified from an example on wikipedia.
Alt-Click (or Option-Click) to download the source code.
Hmm. Not bad. Very good.
Offline
I've done this before.
Offline