D
Deepan - M.Sc(SE) - 03MW06
Hi all,
I am having a function named change() in abc.js file. I am
referring this file in a CGI file delete.cgi. When the user clicks a
submit button i am calling this function change() for the onClick
event in the CGI file.
Inside the change() function i am using confirm("Are you sure to
delete this entry?"). Now how can i pass the users selection[as
whether he/she selected okay or cancel] to the CGI script?
Please help to solve this?
Thanks,
Deepan
I am having a function named change() in abc.js file. I am
referring this file in a CGI file delete.cgi. When the user clicks a
submit button i am calling this function change() for the onClick
event in the CGI file.
Inside the change() function i am using confirm("Are you sure to
delete this entry?"). Now how can i pass the users selection[as
whether he/she selected okay or cancel] to the CGI script?
Please help to solve this?
Thanks,
Deepan