Author: laado | Posted on: 12/19/2009 3:00:15 AM | Views : 1076

i have following code for signup


<html>

<HEAD>

<SCRIPT LANGUAGE="JavaScript">
var africaArray = new Array("('Select country','',true,true)",
"('Ethiopia')",
"('Somalia')",
"('South Africa')",
"('Other')");
var middleeastArray = new Array("('Select country','',true,true)",
"('Egypt')",
"('Iran')",
"('Israel')",
"('Kuwait')",
"('Lebanon')",
"('Morocco')",
"('Saudi Arabia')",
"('Syria')",
"('Turkey')",
"('U. A. Emirates')",
"('Other')");
var asi ...

Go to the complete details ...