954,568 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Looping through arrays






<?php
display();//display form selection and input boxes
?>


assgar
Junior Poster in Training
89 posts since Oct 2006
Reputation Points: 24
Solved Threads: 0
 






<?php
display();//display form selection and input boxes
?>


assgar
Junior Poster in Training
89 posts since Oct 2006
Reputation Points: 24
Solved Threads: 0
 

function confirmSubmit(ttt,id) {
var msg;
msg= "Are you sure you want to delete the data ? " + ttt + " - ID= "+id;
var agree=confirm(msg);
if (agree)
return true ;
else
return false ;

shivamsoftware
Newbie Poster
5 posts since Apr 2007
Reputation Points: 10
Solved Threads: 1
 

[quote=shivamsoftware;351395]
Retrive check box value from child window to Parent window

shivamsoftware
Newbie Poster
5 posts since Apr 2007
Reputation Points: 10
Solved Threads: 1
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You