Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] querystring?


  • From: javascript@xxxxxxxxxx (Rodney Myers)
  • Subject: [Javascript] querystring?
  • Date: Fri, 21 Jun 2002 10:03:09 +0100

--------------D65CF9D3177CDAC016C397B4
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi Andrew,

Rather than attempt to "get the querystring using asp"  I would
structure the query string as if from a submitted get

i.e. ?AAA=aaa&BBB=bbbb&CCC=ccc

Then ASP will yield the values of the fields AAA BBB and CCC in the
Request.Querystring collection.

hth

Rodney

Andrew Dunn wrote:

>  I don't know where else to ask. Anyone know how to get the
> querystring using asp when there is a frame involved?

--------------D65CF9D3177CDAC016C397B4
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<font color="#000000">Hi Andrew,</font><font color="#000000"></font>
<p><font color="#000000">Rather than attempt to "get the querystring using
asp"&nbsp; I would structure the query string as if from a submitted get</font><font color="#000000"></font>
<p><font color="#000000">i.e. ?AAA=aaa&amp;BBB=bbbb&amp;CCC=ccc</font><font color="#000000"></font>
<p><font color="#000000">Then ASP will yield the values of the fields AAA
BBB and CCC in the Request.Querystring collection.</font><font color="#000000"></font>
<p><font color="#000000">hth</font><font color="#000000"></font>
<p><font color="#000000">Rodney</font><font color="#000000"></font>
<p><font color="#000000">Andrew Dunn wrote:</font>
<blockquote TYPE=CITE><font color="#000000"></font>&nbsp;<font color="#000000">I
don't know where else to ask. Anyone know how to get the querystring using
asp when there is a frame involved?</font></blockquote>
</html>

--------------D65CF9D3177CDAC016C397B4--