Forum: JavaScript / DHTML / AJAX Nov 28th, 2006 |
| Replies: 4 Views: 2,197 I have always been told not to rely on using Javascript, as it is possible that the files I create might be viewed by someone with Javascript functionality turned off in their system. Is there... |
Forum: JavaScript / DHTML / AJAX Nov 27th, 2006 |
| Replies: 4 Views: 2,197 I have been requested to create a file which will act like an XML page (expandable tree-like structure). I have been given the following requirements:
1. End user requires that the page be an xml... |
Forum: JavaScript / DHTML / AJAX Oct 19th, 2006 |
| Replies: 5 Views: 3,242 Maybe I'm just doing this wrong somehow, but it's not working for me. I'm using PHP, and I tried the preg_replace() function you mentioned, but I can't get it to work for the escape characters I'm... |
Forum: JavaScript / DHTML / AJAX Oct 18th, 2006 |
| Replies: 5 Views: 3,242 Thank you for your kind assistance with this; that appears to be exactly what I want to use.
Next question-what kind of code is needed to prevent it from escaping the single-quote character? ... |
Forum: JavaScript / DHTML / AJAX Oct 17th, 2006 |
| Replies: 5 Views: 3,242 I have two questions, somewhat linked together. I'm trying to create a webform, and for a few pieces of it I'll need to be able to enter descriptions into a field. I've been requested to make the... |