|
Guys i need help my javascript is running fine in firefox but not in IE.
<script language="Javascript">
function enter() {
var r=confirm("Are you sure you want to delete");
if(r==true){
document.eventform.delete.name="delete";
document.eventform.submit();
}
}
function redirect(){
return confirm("Are you sure you want to delete.");
}
</script>
if u can provide me with any help it would be wonderful.
|