Forum: JavaScript / DHTML / AJAX May 25th, 2009 |
| Replies: 6 Views: 400 |
Forum: JavaScript / DHTML / AJAX May 25th, 2009 |
| Replies: 6 Views: 400 i have a string like this:
location = '#http://www.website.com';
how can i take off that hash sine?
regards |
Forum: JavaScript / DHTML / AJAX Mar 17th, 2009 |
| Replies: 4 Views: 434 you should look into jquery. its a javascript framework that has a lot of neat functions built in. it makes js much more easy to digest. |
Forum: JavaScript / DHTML / AJAX Mar 16th, 2009 |
| Replies: 2 Views: 880 all you need to do is have a row in your db called active. then you can run a query on your db with "php" it would look for all members with the value as online. |