Forum: JavaScript / DHTML / AJAX Apr 16th, 2006 |
| Replies: 2 Views: 1,979 It was the latter but ive solved it with .\ should I use the full url? |
Forum: JavaScript / DHTML / AJAX Apr 13th, 2006 |
| Replies: 2 Views: 1,979 I have a Javascript that I want to access from several different web pages.
I want to locate the .js file in the web root (httpdocs) folder and access it from different webpages in sub folders.... |
Forum: MySQL Apr 13th, 2006 |
| Replies: 4 Views: 3,516 Thanks, I ended up by using a nice little Java Script function which can be found here (http://www.barelyfitz.com/projects/filterlist/) to filter the options
Adam |
Forum: MySQL Apr 5th, 2006 |
| Replies: 4 Views: 3,516 I need to be able to limit to a search criteria which I wont know until after the page is displayed. I can not construct the where part of the sql at the time I first need the records so I need to be... |
Forum: MySQL Apr 5th, 2006 |
| Replies: 4 Views: 3,516 Hi I'm new here so be gentle! ;)
I have a php form which poppulates an HTML <Select> tag with a list of approx 2500 items which consist of an id; a code and a name. The items come from a MySql... |