Hi all,
I don't know what page this is in but I have only looked at it on default.asp.
<script language="JavaScript" type="text/javascript">
<!--
function unsub_confirm(link){
var where_to= confirm("Do you really want to Unsubscribe?");
if (where_to== true) {
popupWin = window.open(link,'new_page','width=400,height=400')
}
}
//-->
</script>
I found this code...what is this for and what does it do???
is it some sort of a newsletter mod or something?