2013年8月30日 星期五

html 2 form communication


2 html communication

fire side

function_3V9175OVO()     {
if (window.showModalDialog) {
var returnTarget=window.showModalDialog
("Customer_List.php",this,
"dialogWidth:600px;dialogHeight:400px;
resizable:0;scroll:0;");
} else  {
var returnTarget=window.open("Customer_List.php",this,
"height=400px,width=600px,toolbar=no,
directories=no,status=no,memubar=no,
modal=yes,location=no,resizable=no,
menubar=no,scrollbars=no,copyhistory=no");
}
cookiefunction_3V9175OVO()}


function cookiefunction_3V9175OVO(){
returnTarget=$.cookie("example");
$.cookie("example", null);
if(returnTarget != undefined && returnTarget.length > 1)
{
}}





 function function_3V9175OVP()     {
if (window.showModalDialog) {
var returnTarget=window.showModalDialog("InvoiceList.php",this,
"dialogWidth:600px;dialogHeight:400px;resizable:0;scroll:0;");
} else  {
var returnTarget=window.open("InvoiceList.php",this,
"height=400px,width=600px,toolbar=no,directories=no,
status=no,memubar=no,modal=yes,location=no,
resizable=no,menubar=no,scrollbars=no,copyhistory=no");
}


Source Side


<tr
onClick="thisrecno('<?php echo $i;?>');"
class="row"
onDblClick="winexit('
<?php echo
"<datetimer>".$datetimer[$i]."</datetimer>".
"<invoice>".$invoice[$i]."</invoice>".
"<date>".$date[$i]."</date>".
"<customer>".$customer[$i]."</customer>";?>');" >







沒有留言:

張貼留言