Hey, Not sure if this is the right place but I think it's close enough... I need some quick help hopefully someone here could direct me to the right place... I'm looking to change the default browser 'Yes' 'No' box when asking if to delete a file and to put something designed instead... How do I do that? anyone got a tutorial I could follow up? Thanks in advance
You only have a limited ability to change the alert box - if you need it to be fancier you'll need to popup a new window. How you do that will depend on what javascript library you are already using (jquery, prototype etc). Let us know and we'll be able to give more info.
Thanks for the quick help, I am using jQuery this is the function that call out the alert box I changed it to be more readable since its all dynamic and changes with file name <a href="?op=my_files/file" onClick="return confirm('delete file')"><img src="images/delimg.png" title="delete"></a>
search up https://www.google.co.nz/search?q=jquery+dialog+boxes there are some good options in the results