Perhaps you could write a JavaScript function that takes the value from the confirm box and enters it into the address bar parameters.
<script language=javascript>
var con = confirm("Click yes to postback");
if(con)window.location="readpostback.asp?heClicked =OK";
</script>
Is this what you wanted?
Snib
P2P Member
<><