No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
JavaScript hit counter. HEADER SCRIPT [CODE] <SCRIPT LANGUAGE="JavaScript"> <!-- function nameDefined(ckie,nme) { var splitValues var i for (i=0;i<ckie.length;++i) { splitValues=ckie[i].split("=") if (splitValues[0]==nme) return true } return false } function delBlanks(strng) { var result="" var i var chrn for (i=0;i<strng.length;++i) { chrn=strng.charAt(i) if (chrn!=" ") result += chrn } return result …
$Firstname is already variable, but not is filled (register_globals = Off in the php.ini, should be is On if you wont to use this writable. It's right writable. $_POST['Firstname'] or $Firstname = $_POST['Firstname']; or this: [CODE] extract(($_POST), EXTR_PREFIX_ALL, 'post'); [/CODE] Then all your POST data will be $post_Firstname and etc.
Not a window.location. It's wrong )) window.location.href = '' or window.location.reload(URL);
[url]http://developer.yahoo.com/yui/datatable/[/url] - it's nice tables
I think is better write in config.php so: [CODE] switch ($_GET['page']) { case 'checkform': include("validate.php"); break; } [/CODE]
I have few question: 1. As I understand. The code in the first post, one that is now used, is it? 2. Do you have a place of storage for all pages of the project or they are stored somewhere? 3. Finally you say - "I have 3 pages involved, …
Because [COLOR="Red"]width & height should be a strings[/COLOR]. You set type "integer" into the string. But I think it's not this function call errors handler in the Explorer. But I'm to think the function haven't been the cause. Try change the href="javascript: bla bla bla" on the href="#" onclick="win_up(bla bla …
The End.