Forum: JavaScript / DHTML / AJAX 5 Days Ago |
| Replies: 8 Views: 336 Sorry can't help - perhaps somebody else? |
Forum: JavaScript / DHTML / AJAX 5 Days Ago |
| Replies: 8 Views: 336 503 Service Unavailable
The server is currently unavailable (because it is overloaded or down for maintenance).Generally, this is a temporary state.
This means that the site is still functioning... |
Forum: JavaScript / DHTML / AJAX Jun 28th, 2009 |
| Replies: 3 Views: 609 Why not upload to something like Vimeo ac just embed the code that it spits out? Use Vimeo's bandwidth! |
Forum: JavaScript / DHTML / AJAX Jun 22nd, 2009 |
| Replies: 1 Views: 723 You need to 'quote' your vars:
onclick = "agU('<?=$u;?>','<?=$msg;?>');"
I've used 'short tags' above - which is frowned upon [PLEEZE no more self-righteous 'I disagrees'!! IDGAD], but you... |
Forum: JavaScript / DHTML / AJAX Jun 22nd, 2009 |
| Replies: 8 Views: 1,058 Awesome. The class tag is pretty trivial in the current list as all the CSS is controlled by ul id, but being able to use the args attribute would certainly be better. BTW, will XHTML fail validation... |
Forum: JavaScript / DHTML / AJAX Jun 21st, 2009 |
| Replies: 8 Views: 1,058 I used Chrome, FF, Opera, Safari and IE7. IE7 worked, but not the others. So for once, IE fared better than the rest. I bet I could get the others to work if I worked at it, but like I said, I don't... |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 8 Views: 1,058 Unfortunately, I can't get args to work. For some reason js won't recognize it. I'll try and use some other tag - perhaps the class tag can hold some data.
//EDIT
Yup, that worked! The cursor... |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 8 Views: 1,058 That's fantastic Airshow. Really appreciate it - diolch yn fawr. |
Forum: JavaScript / DHTML / AJAX Jun 19th, 2009 |
| Replies: 8 Views: 1,058 Hi all, I'm a bit of a jobber with JS, so please excuse me.
I'm use prototype quite a lot for ajax calls, but have always used inline onclicks. I'm trying to be less obtrusive by creating event... |
Forum: JavaScript / DHTML / AJAX Jun 9th, 2009 |
| Replies: 10 Views: 1,637 Listen to Shawn! However, am I right in thinking that it only works with php5.2 and above? This function is especially useful for ajax when a set of values need to be returned from a php script. I... |