Forum: JavaScript / DHTML / AJAX Oct 31st, 2006 |
| Replies: 3 Views: 1,112 Re: Is my code wrong or is Opera? I'm having the same type of problem with Opera and a CSS/javascript menu. I don't know the answer but it is happening to me as well. Works fine with all other browsers. |
Forum: JavaScript / DHTML / AJAX Oct 30th, 2006 |
| Replies: 2 Views: 1,797 |
Forum: JavaScript / DHTML / AJAX Oct 30th, 2006 |
| Replies: 1 Views: 2,252 opera problems with hover menu Hi,
I am using a CSS hover menu (with a IE fix) to navigate a website. It is working fine in all browsers except for Opera for Windows (and possibley old version of NN). What happens is the menu... |
Forum: PHP Oct 27th, 2006 |
| Replies: 1 Views: 1,447 call linux process without wait Hi, I am calling a linux process from php as:
$cmd = `/blah/something_startup start &;`;
It's seems fairly obvious that php is waiting for something to be returned. It just kind of hangs around... |
Forum: JavaScript / DHTML / AJAX Oct 27th, 2006 |
| Replies: 2 Views: 1,797 Posting to same page and re-running javascript Hi,
I have a PHP/Javascript page and I need to POST code to the same page in which it is posting from. It posts correctly and PHP picks up the information but the javascript code that deals with... |