Results 1 to 13 of 13

Thread: back button issue
      
   

  1. #1
    smys123 is offline Private First Class
    Join Date
    Oct 2006
    Posts
    6

    Default back button issue

    I have a page, we will call it mypage.html

    it is loaded with code, not all mine, so i am kinda fishing here, but....

    the page will go back to the previous page by clicking back in firefox, however it will not go back in internet explorer 6.0 or 7.0.

    is this done with javascript, frames, meta tags, or cookies.....i need to know where to look to attempt to solve the problem

    any assistance would be appreciated.

    thanks

  2. #2
    bill2006's Avatar
    bill2006 is offline Lieutenant General
    Join Date
    May 2006
    Posts
    3,422

    Default Re: back button issue

    Did you hit refresh on your IE6?
    If you have published that page, might help if we can see it.

  3. #3
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: back button issue

    Hi, are you using BV? As it has back & forward buttons built into the software under advance buttons.

    Chris.

  4. #4
    smys123 is offline Private First Class
    Join Date
    Oct 2006
    Posts
    6

    Default Re: back button issue

    http://msstate.edu

    click oncampus link and attempt to go back after that


    could be a mod that we have on the page...not sure tho

    maybe someone else has had this before....but we are pretty sure it isnt a mod or our portal specific since FF goes back

    thanks for any assistance

  5. #5
    bill2006's Avatar
    bill2006 is offline Lieutenant General
    Join Date
    May 2006
    Posts
    3,422

    Default Re: back button issue

    Ok, I see it, it loops back to same page only in IE6
    I have to defer to the more knowledgeable guys here.

  6. #6
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: back button issue

    Try hitting Alt+TAB and see what happens.

    Andy
    PHP- is a blast!

  7. #7
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: back button issue

    Your problem is more than normal. Your back button WORKS, but when you go from the main page to the campus page, it actually goes through 3 pages because of the login script in your page.

    Click "back" 3 times, fast (otherwise the ligin script has the time to take you again to it's page) and you will see that you get back to the main page.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  8. #8
    smys123 is offline Private First Class
    Join Date
    Oct 2006
    Posts
    6

    Default Re: back button issue

    thanks for all the feedback...

    yes, there are three documents that load to this page, some of the info is pulled xml....and my guess was that IE did not know which of the three documents to reload so it didnt go back....

    i did manage to find a way around this yesterday, we placed the page inside a frame with another hidden frame, this seemed to work as it would reload the main frame instead....

    i appreciate all the help again thanks

  9. #9
    bill2006's Avatar
    bill2006 is offline Lieutenant General
    Join Date
    May 2006
    Posts
    3,422

    Default Re: back button issue

    Not working yet.
    When you click the browser's back button a small windows pops up very quickly and closes. http://oncampus.msstate.edu/cp/home/check/pre

  10. #10
    smys123 is offline Private First Class
    Join Date
    Oct 2006
    Posts
    6

    Default Re: back button issue

    yeah it has not been posted to our production server yet....it works fine on our test server, but it might take a while to get it approved to place on prod....

    we just needed some feedback as to the cause of the problem

    thanks

  11. #11
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: back button issue

    The cause is that you go through 3 pages. The first campus page is calling the login page, which then calls another page yet. If you click once on Back, it goes to the secong page, which loops back to the third. If you press Back 3 times it goes straight back to the main page.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  12. #12
    smys123 is offline Private First Class
    Join Date
    Oct 2006
    Posts
    6

    Default Re: back button issue

    so aside from a frameset....is there a work around for this that you would know of, say in javascript or something

  13. #13
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: back button issue

    Place a back button directly in the page. This is the code:

    <FORM>
    <input type="button" class="but" value="< BACK " onclick=history.go(-3)>
    </FORM>

    I beleive -3 is the correct value, however, you can test it to dee if it needs to be -2.

    Place this code in a html box in your page, than move it around to the position you like it.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49