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

Query String Woes

Hi

We are using ActiveHTML (ASP Processor)

if I go to a url say /index.asp the page is processed find, however if I go
to say/index.asp?redir=xx

I get page not found. This should work and I simply cant see what Im doing
wrong?

Regards

John Berman
jo*********@blueyonder.co.uk
Jul 19 '05 #1
2 1142
I don't see anything wrong either, unless index.asp has code that says:

<%
Dim sRedirect
sRedirect = Request.Querystring("redir")
If sRedirect <> "" Then Response.Redirect sRedirect
%>

Your "redir" name is suspicious and makes me think that's what's happening.

Ray at home
"John Berman" <Jo*********@blueyonder.co.uk> wrote in message
news:Xa****************@news-binary.blueyonder.co.uk...
Hi

We are using ActiveHTML (ASP Processor)

if I go to a url say /index.asp the page is processed find, however if I go to say/index.asp?redir=xx

I get page not found. This should work and I simply cant see what Im doing
wrong?

Regards

John Berman
jo*********@blueyonder.co.uk

Jul 19 '05 #2
Hi,
We are using ActiveHTML (ASP Processor)

if I go to a url say /index.asp the page is processed find, however if I go
to say/index.asp?redir=xx

I get page not found. This should work and I simply cant see what Im doing
wrong?


Would you please uninstall ActiveHTML, download and install
http://www.selisoft.com/download/ActiveHTML_1010012.exe and try again.

Hope that helps,

Josef Lindinger
seliSoft Softwareentwicklung

mailto:in**@selisoft.com
http://www.selisoft.com
Jul 19 '05 #3

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

Similar topics

3
by: jcouse | last post by:
I am trying to find if a string exists in a file. If it doesn’t, it should return a “-1” and I’ll make my decision based on that Here is a sniplet of the text file game name mapp...
1
by: KevinGPO | last post by:
I am wondering about what's the best and easiest way to strip trailing whitespace from every single file in a folder, recursively. I want to write a program/script so that you pass in a folder...
3
by: Gordon | last post by:
Hi; My goal is to remove the file name, minus the extension, from the following string = \\aServer\dir1\dir2\dir3\myfile.txt. I tried all sorts of combinations of Instr() , revInstr() ex. ...
0
by: Caffiend | last post by:
Hello again! I am still having problems with the code under the title "newbie woes", but I have moved on for now to another exercise. The book has asked me to write a program that will use two...
3
by: bobdydd | last post by:
Hi Everybody I am trying to use string functions to extract data from a field called Me.txtDataRaw and put part of it into another field called Me.txtCurrent Me.txtDataRaw gets data as...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.