I cannot get anywhere after page 2 of the Queen + Paul Rodgers forum, I can go to page 1 and 2 but if I click a higher page number I still get only to page 2
Richard Orchard · Member since
can you post a link to one of these topics?
pittrek · Member since
I try to explain it to you step-by-step
I go to the main forum page at http://www.queenzone.com/queenzone/forumnew/forum.aspx
I click "Queen + Paul Rodgers Tour", after it I get to http://www.queenzone.com/queenzone/forumnew/forum_view.aspx?Q=9 - until now it's correct.
I click the number 2 which should take me to page 2 of this forum. It executs the javascript function
javascript:__doPostBack('ctl00$mainContent$forumGrid$ctl01$ctl01','') and takes me to the correct page 2.
Now the problem starts - I want to get to page 3, so I click the number 3, which should execute javascript:__doPostBack('ctl00$mainContent$forumGrid$ctl01$ctl02','') and take me to the page 3, but instead of it I am still on page 2.
I want to get to page 1 but I am STILL on page 2 !
Isn't it a javascript code error ?
I have checked the first line and shouldn't
if (!theForm.onsubmit || (theForm.onsubmit() != false))