Tagged Questions

2
votes
1answer
101 views

Right way to deal with an IE Back button issue?

I have a page in an eCom process that works like this: if you want an extra membership card click here. You get the same page and a PHP $_SESSION var is set to recognize your choice, the database is ...
1
vote
1answer
349 views

asp.net ScriptManager EnableHistory=“true” InvalidOperationException

I manage ajax browser history using asp.net's(v. 4.0) EnableHistory="true" of the ScriptManager & everything has worked fine till today. I fire my browser from localhost today and I get this error ...
1
vote
1answer
1k views

How to show Internet Explorer's History in a control?

I just got a requirement to emmbed an IE control into a form, and the user wants to get access to all the browser histories. I think the history manager in IE will do this, so how can I emmbed the ...
0
votes
1answer
66 views

Hidden frame for Browser History support

Can anyone tell me the purpose of the following code and when/where you would use it. Is it some way to manipulate the browser history in IE? <html> <head> <META ...
0
votes
2answers
244 views

IFRAME and back / forward button

I am working on a simple .hta application which has a control pane and an IFRAME. I have added a back and forward button, but they do not appear to work. If links "a" and "b" in the following example ...
0
votes
2answers
143 views

Windows Mobile Internet Explorer History

How do I grab Internet Explorer's history on Windows Mobile 5.0 in C# running on the Compact Framework 1.0? I only need to get the most recently visited URL. Even if you just know where this is ...
0
votes
2answers
685 views

IE History Tracking, IFRAMES, and Cross Domain error

So here's the deal. We have a Flash application that is running within an HTML file. For one page we call a legacy reporting system in ASP.NET that is within an IFRAME. This page then communicates ...
0
votes
1answer
79 views

What does IUrlHistoryStg::BindToObject Method do?

I'm looking for a way to access the address bar search so that i can append some personnal url at the end of the current list, and i found 'IUrlHistoryStg::BindToObject' but there is no documention ...
-1
votes
3answers
594 views

Copy on delete of browser history

I'd like to know if there is a programming hook or some other feature in windows vista and IE 7 or 8 that would let a computer administrator let the user think they were deleting their web browser ...