A question about JavaScript (转载)# DotNet - 窗口里的风景
f*e
1 楼
【 以下文字转载自 Internet 讨论区 】
发信人: flyfire (flyfire), 信区: Internet
标 题: A question about JavaScript
发信站: BBS 未名空间站 (Mon Jun 12 10:36:46 2006)
I would like to build a customized delete confirm window works just like
confirm() of javascript but with my own buttons. When the user want to delete
a file, the window pop up with "yes" and "no" option. If the user click "yes",
the file should be deleted and window closed. My question is, how to bind the
server side action (delete the file) with client side
发信人: flyfire (flyfire), 信区: Internet
标 题: A question about JavaScript
发信站: BBS 未名空间站 (Mon Jun 12 10:36:46 2006)
I would like to build a customized delete confirm window works just like
confirm() of javascript but with my own buttons. When the user want to delete
a file, the window pop up with "yes" and "no" option. If the user click "yes",
the file should be deleted and window closed. My question is, how to bind the
server side action (delete the file) with client side