473,785 Members | 2,811 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Site works with Firefox, not with IE ( Response.Redire ct )

I recently developed an internal website with various queries against
our SQL server. I added buttons with Response.Redire ct. These buttons
do not work with Internet Explorer, however when using Firefox the page
works flawless. Does anyone know why this is happening or how to fix it?

Mar 20 '06
15 6397
Oops... I forgot to mention these, the fact that my sample code worked
for Lars makes me think one of these lines might be the issue.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">

and
<html xmlns="http://www.w3.org/1999/xhtml" >

Mar 21 '06 #11
I have a feeling this might work, trying it now...
http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd

Mar 21 '06 #12
KBuser <Ky********@gma il.com> wrote:
Thank you Jon. The page I showed was the menu (top row) of the
frameset.


Okay - so the first thing to do is try to reproduce the problem outside
frames. Create the shortest page you can that still demonstrates the
problem. Get rid of things one at a time until the problem goes away -
or start from scratch. Once you've got that minimal example, the cause
of the problem may well be apparent - and if it's not, it will be
*much* easier for others to help you.

This is a great strategy for problem-solving in general, not just
asp.net problems.

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Mar 21 '06 #13
I have the same problem:
I have big asp.net , c# project with many buttons and image buttonsthat
suddenly stop firing, when you click on button form -nothings happen.
It is a project more than 6 months old and all the time so far all
buttons worked just fine, but now...not

What strange that in Firefox they are still work fine, but not in IE.

When I create another project buttnons work without problems so itseems
my project is somehow screwed up.

I tried move project to another computer - same thing.

I tried to reinstall framework (aspnet_regiis. exe), it didn't help

Anybody knows solution ???

Thanks


*** Sent via Developersdex http://www.developersdex.com ***
Mar 31 '06 #14
Fixed! It was one problematic javascript on my page that prevent page
to be rendered in IE properly.When I remove that javascript everything
went smoothly.

Anybody with same problem: pay attention on javascript on your pages

Regards;

*** Sent via Developersdex http://www.developersdex.com ***
Apr 3 '06 #15
It seems to be this piece of code that is causing the issue for me.
<BASE href="" target="Results ">
</BASE>

Apr 9 '06 #16

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1795
by: Geoff Wickens | last post by:
I have been trying to control access to some pages on my website for some time without success. I have tried copying the code found on the web: I created a page (loginform.asp) with the following form: <form action=loginhandler.asp method=post> Username: <input type=text name='username'><BR> Password: <input type=password name='password'><BR> <input type=submit Value='Log In'><BR> </form>
2
4997
by: Ron Howard | last post by:
I am trying to use the following in an ASP page to redirect a user to a non-anonymous FTP site: response.redirect("ftp://myusername:mypassword@ftp.mysite.com") but I keep getting a "permission denied" error. If I just put the same address string in IE6's Address box and go to it, IE opens myusername's FTP home page just fine, so I know the FTP site is working as expected. Also, if I put in an anonymous ftp site, without the username...
7
2213
by: Tom Petersen | last post by:
I must have the format of the below line wrong for IE: click <a href="cal.asp?sdate=<% =strDate1 %>&location=<% =strLocation %>&eTime=<% =strDate2 %>">here</a> to add this information to your Calendar<br> When I hover my mouse over the link, the status bar at the bottom of the page for IE says: shortcut to 2006 11:00 AM With Firefox I get: http://sd-school/forms/cal.asp?sdate=10/18/2006 10:00 AM&location=Library&eTime=10/18/2006 11:00...
4
2603
by: Wayne P. | last post by:
I'm working on a shopping cart webapp and I need to perform a form POST of data to a 3rd party site (a payment processor, StormPay). I seem to be having problems doing this. I have an image button which when clicked performs the data validation. After successful validation, I need the browser to redirect to the payment processer with a form post. How can I do this? I have tried a few things, failed. Below were my most 'reasonable...
3
1493
by: eswanson | last post by:
I have a main site www.example.com which has a form. On the form is 2 command buttons. One button I can to go to testa.aspx and one button I want to go to testb.aspx. www.example.com/sitea/testa.aspx www.example.com/siteb/testb.aspx What is the syntax for the server.transfer or the linkbutton?
3
3396
by: KBuser | last post by:
I recently developed an internal website with various queries against our SQL server. I added buttons with Response.Redirect. These buttons do not work with Internet Explorer, however when using Firefox the page works flawless. Does anyone know why this is happening or how to fix it?
0
1035
by: Stu | last post by:
Hi, I need to post log in details from one web site to another to log the user in to one of two sites. The user will enter a username and password in to textboxes on site 'A', and depending on the format of the username they will be logged in to either site B or site C. I am generating a form post from the code behind, but the login page I am posting to returns a code 200 (OK), but no redirect URI - so the original page just reloads....
20
4285
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site is structured as an upside-down tree, and (if I remember correctly) never more than 4 levels. The site basically grew (like the creeping black blob) ... all the pages were created in Notepad over the last
6
2283
by: =?Utf-8?B?S2VsbHk=?= | last post by:
We just switched our web application from .NET 1.1 to 2. Once client can't login out of several that have been successful. They enter a correct user name and password, click the login button and they are redirected back to login with no errors or login failure. The same login account works fine from other machines at different locations. This client had no problem logging in before we switched. The login procedures are essentially the...
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10324
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8971
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6739
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5380
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4050
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2879
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.