helloi have 2 files, called file1.php and file2.php i made it so people cant click with left mouse button on download, they must click with right mouse button and then chose save as. but i want to delete this, so people can click with left mouse button, the next is the code for it i think: <a href="#" target=_BLANK onClick="javascript:window.open('download1.php?id=<? echo $id; ?>','Download','location=0,status=0,toolbar=0,locationbar=0,menubar=0,scrollbars=0,resizable=0,width=900,height=900');return false;">Download</a> Code (markup): and <a href="<?php echo $type; ?>" onClick="return false;">Download</a> Code (markup): so how can i remove the function of 'left mouse button closed' can someone please edit and post it here please