Main > Free Download Search >

Free querystring script

querystring

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 11
How to use the QueryString in ASP

How to use the QueryString in ASP


This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page. more>> This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page.<<less
Added: 2005-04-20 License: Other Free / Open Source License Price: Free
1664 downloads
Request.QueryString() for Javascript 1.1

Request.QueryString() for Javascript 1.1


A client-side script to retrieve data from URLs in a similar way to ASP using an almost identical syntax. Using the script is a matter of including a script tag and src attribute that points to the script on your web-server. The script correctly decodes more>> A client-side script to retrieve data from URLs in a similar way to ASP using an almost identical syntax. Using the script is a matter of including a script tag and src attribute that points to the script on your web-server. The script correctly decodes URL data and builds a collection of keys and values for them. As well as basic functionality it also supports child methods Count(), Key() and Item() plus enumeration. So the script is simple enough for beginners to use, but has all of the power of ASPs Request.QueryString() object for more advanced users. Offered as free but requires the copyright message to be left intact.<<less
Added: 2001-12-10 License: Freeware Price: 0.00
12 downloads
Encoding URL strings

Encoding URL strings


While passing variables as an URLs querystring, you should need to encode the string. All special characters like space must be written in adress bar in a form for browser. more>> While passing variables as an URLs querystring, you should need to encode the string. All special characters like space must be written in adress bar in a form for browser.<<less
Added: 2006-09-06 License: Freeware Price: Free
1172 downloads
jspListView 1.0

jspListView 1.0


Given parameters in a simple XML file, this listview presents columns of data fetched from any SQL database that may be scrolled or sorted by the user. The listview will transfer fields back to the calling page either by populating fields on a form, or more>> Given parameters in a simple XML file, this listview presents columns of data fetched from any SQL database that may be scrolled or sorted by the user. The listview will transfer fields back to the calling page either by populating fields on a form, or through a querystring. The listview is presented to the client as standard HTML and JavaScript.<<less
Added: 2002-06-03 License: Freeware Price: $0.00USD
10 downloads
 
Other version of jspListView
jspListViewback to the calling page either by populating fields on a form, or through a querystring. The listview is presented to the client as standard HTML and JavaScript
License:Freeware
Download
2700 downloads
Added: 2002-06-03
Web Access Logging to MS Access

Web Access Logging to MS Access


A simple way to log access to your pages to a MS Access database. Simple place one line of code on each page you would like to log. Stores date, time, page, ip, querystring, and user name (if using wi more>> A simple way to log access to your pages to a MS Access database. Simple place one line of code on each page you would like to log. Stores date, time, page, ip, querystring, and user name (if using windows authentication).<<less
Added: 2004-10-19 License: GPL Price: Free
1852 downloads
ASP Session Transfer across domains 1.0

ASP Session Transfer across domains 1.0


You may have a situation where you have two ASP websites, which could be on different servers, and you need to pass a visitor from the first site to the second site, whilst retaining all the session variables. This is the purpose of the XSess Session more>> You may have a situation where you have two ASP websites, which could be on different servers, and you need to pass a visitor from the first site to the second site, whilst retaining all the session variables. This is the purpose of the XSess Session transfer script. Note: session array objects are not transferred. The session variables are passed in the querystring, and are encrypted to protect the confidentiality of the contents of the session variables. XSess consists of a function, and a few supporting functions, contained in an include file.<<less
Added: 2003-10-16 License: Freeware Price: 0.00
11 downloads
 
Other version of ASP Session Transfer across domains
ASP Session Transfer across domainsThe session variables are passed in the querystring, and are encrypted to protect the confidentiality of the contents of the session variables. XSess consists of a function, and a few supporting
License:Freeware
Download
2222 downloads
Added: 2003-10-16
How to Find the Current URL with ASP

How to Find the Current URL with ASP


This article will tell you how to find the full URL of the current page with ASP: domain name, path and the QueryString. more>> This article will tell you how to find the full URL of the current page with ASP: domain name, path and the QueryString.<<less
Added: 2005-04-22 License: Other Free / Open Source License Price: Free
1656 downloads
SQLView (DotNetNuke Module) 4.0.1

SQLView (DotNetNuke Module) 4.0.1


Features include: - specify sql query as a select from a table, view or stored procedure - sorting ascending/descending on each column - customizable formatting for the grid, header row, even row and odd row - display an additional header and/or more>> Features include: - specify sql query as a select from a table, view or stored procedure - sorting ascending/descending on each column - customizable formatting for the grid, header row, even row and odd row - display an additional header and/or footer comment - token replacement for PortalId, ModuleId, TabId and UserId, plus QueryString parameters - restriction of any sql text with INSERT, SELECT INTO, DELETE, UPDATE or DROP statement (this option may be disabled with a web.config setting) - optional OLEDB connection string option if you dont want to query the default portal database - includes MS SQL and Access Data Provider<<less
Added: 2004-10-07 License: Freeware Price: $0.00USD
11 downloads
ASP.NET Graphical Hit Counter Code

ASP.NET Graphical Hit Counter Code


Create a nice looking hit counter using ASP.NET and MS Access. Very easy to setup and use. This is a pure hit counter, it will count each and every hit. To track hits on a new page, simply add a row t more>> Create a nice looking hit counter using ASP.NET and MS Access. Very easy to setup and use. This is a pure hit counter, it will count each and every hit. To track hits on a new page, simply add a row to the database and change the querystring on the counter code to point to the new database row.<<less
Added: 2004-07-23 License: GPL Price: Free
1972 downloads
PHP Functions urlencode 1

PHP Functions urlencode 1


You should encode string values while passing in an querystring. We use UrlEncode to Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign followed by two hex digits and spaces encoded as plus more>> You should encode string values while passing in an querystring. We use UrlEncode to Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign followed by two hex digits and spaces encoded as plus (+) signs.<<less
Added: 2008-08-27 License: Freeware Price: $0.00USD
11 downloads
PHP Functions : urlencode()

PHP Functions : urlencode()


You should encode string values while passing in an querystring. We use UrlEncode to Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign fol more>> You should encode string values while passing in an querystring. We use UrlEncode to Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign followed by two hex digits and spaces encoded as plus (+) signs.<<less
Added: 2006-10-14 License: Freeware Price: Free
1110 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1