Displaying 3 results from an estimated 3 matches for "a_key".
Did you mean:
_key
2005 Dec 08
2
Prototype.js Hash Methods
...39;'}>
var qs = h.toQueryString();
alert(qs);
//returns john%20doe&email=john%40doe.com&msg=say%20hello%20to%20me
var mer = h.merge(h);
alert(mer.name);
//returns john doe
alert(mer.email);
//returns john-Ch9RrZxMC0c@public.gmane.org
alert(mer.msg);
//returns say hello to me
var a_keys = h.keys();
alert(a_keys);
//returns name, email, msg
var a_values = h.values();
alert(a_values);
//returns john doe,john-Ch9RrZxMC0c@public.gmane.org,say hello to me
I want to know if this is the correct usage and how the merge function really works.
Any help would be appreciated.
Thanks in a...
2006 May 04
6
Login generator ALWAYS says login unseccesfull
...NULL default ''0000-00-00 00:00:00'',
`last_attack` timestamp NOT NULL default ''0000-00-00 00:00:00'',
`password` varchar(40) default NULL,
`points` int(30) NOT NULL default ''0'',
`activated` int(1) NOT NULL default ''0'',
`a_key` int(6) NOT NULL default ''0'',
`email` varchar(100) NOT NULL default '''',
`xw` int(100) NOT NULL default ''0'',
`w` int(100) NOT NULL default ''0'',
`m` int(100) NOT NULL default ''0'',
`l` int(100) NOT NULL...
2006 May 05
0
Login generator ALWAYS says login unsuccessfull
...00-00-00 00:00:00'',
> `last_attack` timestamp NOT NULL default ''0000-00-00 00:00:00'',
> `password` varchar(40) default NULL,
> `points` int(30) NOT NULL default ''0'',
> `activated` int(1) NOT NULL default ''0'',
> `a_key` int(6) NOT NULL default ''0'',
> `email` varchar(100) NOT NULL default '''',
> `xw` int(100) NOT NULL default ''0'',
> `w` int(100) NOT NULL default ''0'',
> `m` int(100) NOT NULL default ''0'',
>...