![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveDynamic src files for javascript
From: <afadich@gmail.com>
Date: Thu Dec 01 2005 - 22:57:23 CET
Hi,
I am creating a form (dialup signup form) with javascript enhancements
When someone enters their address a function is called that checks that
The way I do the query is through a url encoded html address that looks
var qdb_numcols = 3;
var qdb_heading = new Array();
qdb_heading[0] = "County";
var qdb_data = new Array();
qdb_data[0] = new Array();
I do these queries and have them as javascript sources at beginning of
I can create the address properly with a function but I don't know how
Any help would be greatly appreciated
|