473,396 Members | 1,734 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,396 software developers and data experts.

Some Browsers not redirecting properly

Hi,
I have been having problems with Gecko based browsers not redirecting
properly.

This is the line of code that does the redirecting:
Response.Redirect ("Validation.asp?BookingNo=1234567")

The Gecko based browsers change this URL to read "Validation
BookingNo=1234567" and of course they get a 404 Error as a result. The above
code works on every other browser without fault. So why do Gecko based
browsers have a problem. Is Gecko just nother work for piece of crap
software.

Thanks for any help.
Kenneth
Jul 19 '05 #1
10 1847
Try the full URL

Response.Redirect (http://server/directory/Validation.a...kingNo=1234567)
dlbjr
Pleading sagacious indoctrination!
Jul 19 '05 #2
> Is Gecko just nother work for piece of crap software.
No IE has managed to garner that honor with their failure to bring anything
new, and secure, to the table for over 3 years now.

PS - How did you mange to hit "k" instead of "d" on your keyboard?

Bob Lehmann

"Kenneth Keeley" <ke*******@hotmail.com> wrote in message
news:uD**************@TK2MSFTNGP11.phx.gbl...
Hi,
I have been having problems with Gecko based browsers not redirecting
properly.

This is the line of code that does the redirecting:
Response.Redirect ("Validation.asp?BookingNo=1234567")

The Gecko based browsers change this URL to read "Validation
BookingNo=1234567" and of course they get a 404 Error as a result. The above code works on every other browser without fault. So why do Gecko based
browsers have a problem. Is Gecko just nother work for piece of crap
software.

Thanks for any help.
Kenneth

Jul 19 '05 #3
> > Is Gecko just nother work for piece of crap software.
No IE has managed to garner that honor with their failure to bring anything new, and secure, to the table for over 3 years now. Of course they havn't. Every time they do try to do anything, some asshole
jumps up and down because Bill though of it first. No body complains when
Ford brings out a new car that has total different parts to any other car on
the road. But hay, somebody rich brings out a new design of his own software
and all he gets is trouble.
PS - How did you mange to hit "k" instead of "d" on your keyboard?

This was done by mistake.
Jul 19 '05 #4
dlbjr wrote on 16 aug 2004 in microsoft.public.inetserver.asp.general:
Try the full URL

Response.Redirect
(http://server/directory/Validation.a...kingNo=1234567)


Quoting necessary !

Response.Redirect("http://../Validation.asp?BookingNo=1234567")

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 19 '05 #5
> No IE has managed to garner that honor with their failure to bring
anything
new, and secure, to the table for over 3 years now.


XP SP2 makes IE6 pretty secure, in my limited experience so far (I only run
XP at home).

What "new" features are you expecting?

--
http://www.aspfaq.com/
(Reverse address to reply.)
Jul 19 '05 #6
Aaron [SQL Server MVP] wrote:

What "new" features are you expecting?


For starters:
http://www.w3.org/Style/Examples/007/alternatives.html

--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.
Jul 19 '05 #7
> > What "new" features are you expecting?

For starters:
http://www.w3.org/Style/Examples/007/alternatives.html


OK, so has anyone explicitly asked for this functionality? I wasn't even
aware of it until you pointed it out...

AFAIC, they're not really failing unless they are ignoring or turning down
things that people are actually asking for. I don't think anybody's
complaining that I haven't added forums or a SQL blog to my web site, for
example, or that MySQL hasn't added stored procedure support... ;-)

In other words, just because something is out there, doesn't mean it's on
the dev team's radar -- unless you have put it there.

--
http://www.aspfaq.com/
(Reverse address to reply.)
Jul 19 '05 #8
Same as a lot of people...
http://blogs.msdn.com/ie/archive/2004/07/23/193120.aspx

Bob

"Aaron [SQL Server MVP]" <te*****@dnartreb.noraa> wrote in message
news:eM*************@TK2MSFTNGP12.phx.gbl...
No IE has managed to garner that honor with their failure to bring anything
new, and secure, to the table for over 3 years now.


XP SP2 makes IE6 pretty secure, in my limited experience so far (I only

run XP at home).

What "new" features are you expecting?

--
http://www.aspfaq.com/
(Reverse address to reply.)

Jul 19 '05 #9
Aaron [SQL Server MVP] wrote:
What "new" features are you expecting?
For starters:
http://www.w3.org/Style/Examples/007/alternatives.html


OK, so has anyone explicitly asked for this functionality?
I wasn't even aware of it until you pointed it out...


Absolutely. Alternate stylesheets aren't just eye candy. They are useful
accessibility tools, among other things. And it has been in the HTML 4.01
recommendation since 1999, so you would think MS might have bothered trying
to accommodate it.
http://www.w3.org/TR/html401/present....html#h-14.3.1
AFAIC, they're not really failing unless they are ignoring or
turning down things that people are actually asking for.
OK, then how about attribute selectors in CSS?
http://www.w3.org/TR/REC-CSS2/select...bute-selectors
...just because something is out there, doesn't mean it's on
the dev team's radar -- unless you have put it there.


I don't really think of W3C recommendations as just things that happen to be
out there. I, for one, can still remember writing for the wildly divergent
NN4/IE4 "standards", and appreciate that I can achieve greater and greater
consistency across browsers and platforms today. Internet Explorer stands
out among browsers for its resistance to meeting W3C recommendations. That's
sad.

--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.
Jul 19 '05 #10
Hi,
Sorry it to so long to reply but I have to report that the suggested
option did not resolve the problem. the browser that was identified in the
log file appears to be Netscape 7.2

Has any body else got an idea of what is wrong.

Kenneth

"dlbjr" <oo**@iforgot.com> wrote in message
news:u9**************@TK2MSFTNGP10.phx.gbl...
Try the full URL

Response.Redirect (http://server/directory/Validation.a...kingNo=1234567)

dlbjr
Pleading sagacious indoctrination!

Jul 19 '05 #11

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

Similar topics

2
by: Birch | last post by:
I have a python script that uses the print function throughout, and as well uses calls to os.system() to spawn DOS commandline executables. My issue is that I redirect all of the output from this...
9
by: For Example: John Smith | last post by:
Hi, I thought this was simple to do but I have not had any luck. I would like to have two versions of my web site which are optimised for different browsers. One version for IE and one version...
53
by: Cardman | last post by:
Greetings, I am trying to solve a problem that has been inflicting my self created Order Forms for a long time, where the problem is that as I cannot reproduce this error myself, then it is...
3
by: Jeff | last post by:
Hi All: I'm writing a page that I'm going to need some assistance with, using the IFrames... I know how to use them, but what I'd like to do is write a page (using ASP here BTW) that has 2-5...
4
by: TG | last post by:
Hi, I have a question concerning redirecting users who have logged in using our login page. Once they have properly filled out the form they should be redirected back to the last page they were...
2
by: Magesh | last post by:
Hi, I am trying to do the following 1. On form submit, open a window with three frames 2. Set the target as one of the frames 3. Set the action for the frame It is working properly in...
5
by: Peter Michaux | last post by:
Hi, I just did a bunch of testing and was surprised with the results. If anyone doesn't know this stuff here is what I found about event.clientX. The event.clientX property in Safari is in...
19
by: Justin | last post by:
Harlow... i need some help on these... im actually trying to do a page using php... the function is to receive certain parameters from a 3rd party provider... and i need to redirect my page to...
7
by: Michael7 | last post by:
Hi Everyone, I created my website with extremely simple HTML coding. I aimed at having the website accessible to even really old browsers, to make it as accessible to everyone as possible, even...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.