What browser do you use (I've learned to ask as more often then not when people have issues I can't see they are using firefox)...
Cheers!
EDIT:
Pretty strange...
The template with the download is this:
Quote:
<div><a href=javascript:deletead(); >Delete This Ad</a></div>
|
This calls the following function:
Quote:
<SCRIPT language=JavaScript>
function deletead()
{
var answer = confirm ("Are you sure you want to delete this ad?")
if (answer) {
window.location="http://www.DOMAIN.com/sr_classifieds.php?do=deletead&adid=5"
} else {
alert ("The ad has not been deleted");
}
}
</SCRIPT>
|
I just don't see an error here ?