有些浏览器没有正确重定向

编程入门 行业动态 更新时间:2024-10-24 20:22:00
本文介绍了有些浏览器没有正确重定向的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我一直遇到基于Gecko的浏览器出现问题而没有正确重定向 。 这就行重定向的代码: Response.Redirect(" Validation.asp?BookingNo = 1234567") 基于Gecko的浏览器将此URL更改为阅读验证 BookingNo = 1234567当然,结果会得到404错误。以上 代码适用于其他所有浏览器而无故障。那么为什么基于Gecko的 浏览器会出现问题。是Gecko只是为了一块废话而工作 软件。 感谢您的帮助。 Kenneth

解决方案

尝试完整的网址 Response.Redirect( http://server/directory/Validation.a...kingNo=1234567 ) dlbjr 恳求睿智的灌输!

> Gecko是否只是为一块垃圾软件而工作。 没有IE设法获得这种荣誉,因为他们未能带来任何新的和安全的IE / b 3年多了。 PS - 你是如何管理k的?而不是d在你的键盘上? Bob Lehmann " Kenneth Keeley" <柯******* @ hotmail>写在消息 新闻:uD ************** @ TK2MSFTNGP11.phx.gbl ...

我一直遇到基于Gecko的浏览器没有正确重定向的问题。 这是重定向的代码行: Response.Redirect(" Validation.asp ?BookingNo = 1234567") 基于Gecko的浏览器将此URL更改为验证 BookingNo = 1234567。当然,结果会得到404错误。上面的代码适用于所有其他浏览器而没有错误。那么为什么基于Gecko的浏览器存在问题呢? Gecko是否只是为了一块废话软件而工作。 感谢您的帮助。 Kenneth

> > Gecko是否只是为一块废话软件而工作。

没有IE设法获得这一荣誉,因为他们未能将带来任何新的,并且安全的,现在已经超过3年了。 他们当然不会。每当他们尝试做任何事情时,一些混蛋 就会跳起来,因为比尔虽然是第一次。 福特推出一款新车,与其他车型完全不同的车辆在路上行驶时没有人抱怨。但干草,富人带来了他自己的软件的新设计 他得到的只是麻烦。 PS - 你是如何管理k的?而不是d在你的键盘上?

这是错误的。

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

解决方案

Try the full URL Response.Redirect (server/directory/Validation.a...kingNo=1234567) dlbjr Pleading sagacious indoctrination!

> 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> 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

> > 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.

更多推荐

有些浏览器没有正确重定向

本文发布于:2023-10-31 19:09:28,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1547009.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:重定向   浏览器   正确

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!