Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hello,

my URL in local host is

http://localhost:63292/eFASTManifolds/Default.aspx#login_form thats by login form popup not shows in IE7 Or IE8 .

so please give me any alternate solution to replace # in url and if you have other alternative then please give me.

href="#login_form" class="overlay" id="login_form">

and this href is in anchor tag calling from

AgreementPageUrl = "~/Default.aspx#login_form";

so please give me solution if you have.

Thanks
Shubham Gupta
7836062847
Posted
Updated 17-Feb-15 23:15pm
v2
Comments
DamithSL 17-Feb-15 0:21am    
update the question with the code which you use to open popup

1 solution

Looks like you are using some kind of client side routin mechanism. These rely on the hashchanged event of the current location.
Older IE's don't support this.

Have a look at hasher.js, which should help to resolve that problem.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900