|
I am trying to do these 2 actions, and can't get the history.go to work. The idea is to go to site1, then imediately go back and open a new window (site2). I know this seems really strange, but it's a dirty workaround to get a hit counter working.
I tried the following with no success.
<a href="/site1" onclick="history.go(-1); window.open('/site2','newwin');><a/>
any ideas?
|
|
|
|
|
|
|
|