I am using<a href> shows different message in windows and linux server
<a href=" <?=base_url(); ?>index.php/admins/candidate/inactive/<?=$list['candidateid']; ?>" onclick="return confirm('Are you sure you want to inactive this candidate ?');"><img src='/images/inactive.png'> </a>
for the delete/inactivate confirmation message in my project.
When I run in my local system I see below message when I click on inactivate link.
and when I deploy the application to linux production server, I get below message. please see below image.
but here in production server, it shows "The page at www.xyz.xom says: ". Why it is that?
Please help, I want to show only message, not the above "The page at..." text.
那一些東西,不能被操縱......這是一個瀏覽器的問題..所有的瀏覽器都有自己的顯示提示框的可能。 http://stackoverflow.com/questions/7853130/how-to-change-the-style-of-alert-box – codepixlabs