" + gt);
fillerwin.document.close();
}
if (fillerwin != null)
{
if (fillerwin.opener== null)
fillerwin.opener= self
}
}
function about(){
alert('The LiveFORM technology used in this form allows you to store '
+ 'information entered by you in this form on your computer. You can '
+ 'use this saved information to fill other LiveFORM(s) by clicking just '
+ 'one button on those forms.'
+ '\nThis locally saved information will act as your Electronic Business '
+ 'Card, "ebCARD", that can be used to automatically fill out LiveFORM.'
+ '\n\nTo create and use your ebCARD:'
+ '\n 1. Fill out this form'
+ '\n 2. Click "Create ebCARD" button'
+ '\n 3. Save ebCARD as per instructions'
+ '\n 4. On forms that can accept ebCARD, click "Accept ebCARD" or "Fill-up LiveFORM" to fill the form'
+ '\n\nFor more information, visit: http://www.patils.com');
}
function winhelp()
{
fillerwin= open(ebhelphtm, "ebhelpwin",
"resizable=yes,scrollbars=yes,menubar=yes,width=400,height=360");
}
function help()
{
if (helpindg) about();
if (helpinwin) winhelp();
}
function fnameselect(thisform)
{
if (inform== 0 )
{
inform= 1;
if (helpfocus)
help();
}
}
function setstatus(str){
top.defaultstatus= str;
}
function okprocess(thisform)
{
if (fillerwin== self)
{
return true;
}
if (fillerwin.opener != null)
{
if (fillerwin.opener== self)
{
alert("Still creating ebCARD."
+ "\nSave your ebCARD and dismiss the window containing ebCARD."
+ "\nClick submit again.");
return false;
}
}
return true;
}
function cancelprocess(thisform)
{
// Your handler for cancel form goes here
}
function onld()
{
// Your handler for onLoad event goes here
}
function afterfill()
{
inform= 1;
handfilled= false;
}
// -->