Well, I don't think the status of moderator immediately makes you an expert. I've seen scripts examples written by you and they are horrid, no offence. :)
That will just change action parameter but won't submit the form. Keep submit but try onmousedown="this.form.action=\'?act=delete&id='.$data->shop_name.'\';"
That is a solution too. But I'm pretty sure if your main concern is too keep the page accessible to as many browsers as possible, you'd try to avoid using javascript completely and design your...
If Get_page is simple function like in your example, then yes, but what if it is more complicated and you cannot access the page other way then via some javascript manipulation? Well, unless we know...
No, you can't do this. All you can have is an annoying pop up when user moves from page to page, however you would not be able to detect if the user leaves the domain because this is a security...
Open reply, type something in then backspace it type something else then backspace it then something else then backspace it. Now click Ctrl+Z several times, you will see what you have typed then...
put 3 drop down <select> menus instead with predefined intervals. 1st will have 00 15 30 45 - 4 items for minutes, 2nd 12 items 0 1 2... for hours and 3rd 2 items for AM PM
You're pushing something in url2 but popping it out of url1?????? Doesn't make sense. Also url1.pop(); would just remove last element from url1. If you want to return the last element you need to...
Although onevent="function1(); function2();...." can work in some browsers it does not work in all browsers so I would not recommend doing it this way. Instead make a third function