|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I am having trouble with using the histoy command javascript:history.back() in frames. does anyone have any suggestions for how to fix this?
my exact command is: a href="javascript:go(-1)" target="main" |
|
#2
|
|||
|
|||
|
Hi Broberts,
I had a similar problem using frames in Netscape 6, so posted here and was given two alternatives to try. Both worked..here they are give them a try Hope it helps. <FORM><INPUT type=button value=" Back " onClick="history.back();"></FORM> <FORM><INPUT type=button value=" Back " onClick="parent.history.back(); return false;"></FORM> good luck Tony |
|
#3
|
|||
|
|||
|
What you need is parent.history.back();
|
|
#4
|
|||
|
|||
|
ichsie> while I'm sure you mean well, please don't dredge up 7 year old posts and reply to them. It's possible the OP has already found an answer by now.
It seems as though you've done this with a few other posts as well. Please stop.
__________________
"Seriously, we're not a search engine, we're actual people." ~ ManiacDan BookMooch.com : Give books away. Get books you want. |
|
#5
|
|||
|
|||
|
lol, well..
Had to register just to post this.
Just did a google tonight for "javascript back" and devshed was 3rd, so here we are. Was a useful addition ichsie, thank you. :-P ![]() |
|
#6
|
|||
|
|||
|
I also came here from a google search, it was the first result for me. i don't know why but I can never remember the exact syntax of this command, though I do use it fairly often.
So ichsie's response may have been a bit tardy, but it gave me an answer that I needed. So thank you ichsie! Moderator's Note: Abusive content removed by Nilpo. Last edited by Nilpo : January 17th, 2009 at 10:17 PM. |
|
#7
|
|||
|
|||
|
Thank you for the post
I have to say I DISAGREE with lnxgeek. The answer was pertinent, regardless of the age of the original post.
Thank you for the answer, it is also what I was looking for! |
|
#8
|
|||
|
|||
|
Quote:
I agree with the others, and also registered just to say this. I forget the syntax of things sometimes and just google for them. Since this was one of the top hits, why do you want people not to find devshed in the rankings? It was useful to me, and others. It drives more traffic to the site. The history.back() functionality hasn't been replaced with google.api.ninja.expandbackbutton.coolbeans() yet, so it's not obsolete. Who cares how old it was? It's not just about replying to the author of the post but about resolving issues. How annoying to find this buried thread and not find an answer on it! If threads still exist after 7 years, then should we not read them? Why so negative? |
|
#9
|
||||
|
||||
|
The issue isn't that it's seven years old, it's that someone replied to it recently, and thus bumped it to the top of the forum. The top of the forum means it's an active or recently active conversation or problem-shooting thread, which this obviously wasn't. If this happens often, it causes the front page to be cluttered with extremely old questions, many with answers and many of no help to anyone. Being a google result is fine, people reading it is fine, cluttering up the forum is not.
Giving an answer seven years after the original question isn't that helpful to the original person; maybe it's useful to those who find the thread through Google, but in this case the question had already been answered (by tchick). It wasn't even a useful seven year bump. Personally, I wish Devshed would lock threads after X months without a response, and maybe try to purge threads that never got a proper answer after they've been locked.
__________________
I'd rather teach you to fish than give you a fish. I reserve the right to also slap you with the fish. |
|
#10
|
||||
|
||||
|
Can a mod look at all these "new" users to see if they are coming from the same IP address? I have a sneaking suspicion they are all the same guy responding back about how great he is. I find it highly unlikely that so many new users appeared and disappeared just to agree with this guy.
Perhaps this thread could be locked. |
|
#11
|
|||
|
|||
|
Quote:
Feel free. I'm not any of the above people. I do think the point here is that if people don't want old threads appearing on the front page, then that is a problem/issue with the design of the site. If the facility is there to reply to a thread, ie it's not locked, it's public and they feel they have something to say, then chastising them for doing so is ridiculous. And suggesting that it's more likely that someone is playing a trick on you is also a bit telling. |
|
#12
|
|||
|
|||
|
Just a note
1. I use "javascript: history.go(-1)"
lnxgeek why are you looking at such old threads yourself If you have a problem with posting? Yes they may come up on the main thread pages but then you also post on it? It is an old topic but there was no confirmed answer and it is high up on a google search so Fair enough I think! And yes I am A new user not those above!! But Really I don't see the trouble posting an answer as it helps others? Those that live on threads that matter enough to complain well get a life! I found the code before but I was checking it for a storyboard for my site. And I am a new user cus I say this thread. If I see a new topic I will maybee add a post to it By the way I used javascript: history.go(-1) It does the same job just for anyone who wants it! |
|
#13
|
|||
|
|||
|
I also registered to answer this thread. It was the 5th link on the second page of Google results. If people are still searching for answers to this question then it IS a current problem. If it is such a crime to dig up the past, the devs would delete old posts. Period.
|
![]() |
| Viewing: Dev Shed Forums > Web Design > JavaScript Development > javascript:history.back(1) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|