473,379 Members | 1,511 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

history.back() not getting filtered result on back page in IE

when i am using history.back();(on second page)
it is going back page(first page) but not getting filtered result which was filtered by ajax using different select tags before leaving that page(first page) in IE but it is working in firefox.
please help me for getting correct result on IE.
Mar 21 '12 #1
2 1569
acoder
16,027 Expert Mod 8TB
You will need to code a solution which retains Ajax history. You could use the hash fragment as one way.

A quick search for "ajax history" should give you a workable solution to support history/the back button when using Ajax.
Mar 21 '12 #2
Fary4u
273 100+
history.back() method has no parameter. It just go to the previous page which is equivalent to history.go(-1)

even if you specify history.back(2), it will still go 1 page back.
so the only solution is to use history.go(-2)
Mar 21 '12 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: theouimets | last post by:
After submitting a form from a PHP script and using the back button I get a page cannot be displayed error. Everything works find except when the back button is used. Using IE with SP2 on Windows...
4
by: John Davis | last post by:
<html> <body> <Form action="calc.asp" method="post" name="calc"> <P>NUM1: <input type="text" name="num1"> <P>NUM2: <input type="text" name="num2"> <P>RESULT: <input type="text" name="result">...
2
by: Tyson | last post by:
I have got this little piece of code that fires on exit of a text box. It run's my query perfectly based of my form input. But I don't know how to bring result in my query back to a text box on my...
1
by: J. C. Clay | last post by:
I'm a creating a dataView in the following manner: VW_PRODMAIN = new DataView(ProdMain,"product_id='" + this.PRODUCT_ID + "'" ,"product_id",DataViewRowState.CurrentRows); when I do it in...
1
by: Jeya | last post by:
Hi all, Is it possible to remove filtered result from dataview ? Say Mydataview.RowFilter ="Select='True' and tmp='False'" Say the Fitered row count is 8. i want to remove only 8 row...
13
by: tshad | last post by:
I have some nested DataGrids in my Datalist. There could be 20 datalist items. If I scroll down to the 18th item and expand it to show the DataGrid, the page always goes back to the beginning...
3
by: Dipti Singh | last post by:
Hi All, Please help me, I am trying it from 2 days. I have a login page in asp that is including other pages using #include..... after login user in the same page but enters in the database. I...
1
by: Ganesh | last post by:
Hi There, I've a GridView contains hyperlink in each row. If user click that link it will open another detail page with all information. After seeing the details user can go back to search...
0
by: sejal17 | last post by:
Hello everyone, I have problem with getting a print of page in my application(ASP>NET,C#). I have reciept page in my application.in this page a data which i want to print comes from...
15
denny1824
by: denny1824 | last post by:
I have a working website. I copied all the files to a new folder in inetpub/wwwroot and then set that folder as a Virtual Directory in IIS. I try going to that site from the new folder and i am...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.