Ah yes that works! Thank you very much.
The limit of 10 was just me messing around. Not checked server side as it is not important but a good point regardless!
Much appreciated.
Joe
Hi,
I currently have some JS that allows me to dynamically add input boxes. Once submitted each dynamically added box value is added to an array.
I want to add a button that will allow me to delete the last dynamically added box.
Here is my attempt
<script language="javascript"...
Well - Good question.. No results came back (as they would with no facilities selected) so thats a good start. However admittedly I need to add some more test data. I just wanted to know if I have the logic correct before I start changing my php code.
:-)
Yes what you are saying makes sense, sort of..
So with this in mind, would this query achieve the following.
WHERE region = 'scotland' AND course_type.course_typeid ='1' AND town='ascot' AND country='UK' AND we have a yes in one or many of these fields...
Hi,
I have a query which I dont know how to solve..
The problem is that I am adding some data to this dynamically. These are the facility fields at the bottom "AND library = 'yes' OR garden = 'yes' OR language_lab = 'yes' OR self_study_center = 'yes'".
The trouble is that the facilities seem...
By the way I have tried both
getElementsByName
getElementById
as I know that the getElementById refers to the id which is in the select.
Neither of them work
Hi,
Thanks,
I see what you mean but am i missing something as it is now returning this...
[object HTMLSelectElement]
function GetAllDetails(str)
{
xmlhttp=GetXmlHttpObject();
if (xmlhttp==null)
{
alert ("Browser does not support HTTP Request");
return;
}
//var level =...
Hi,
Is it possible to get the value from an html select if it is not in a form
For example i have this code which is php.
echo '<label>Course Level: *</label>';
echo "<select name='courselevel'><option value=''>$courseLevel</option>";
$last = "";
while( $row = mysql_fetch_array(...
Hi,
I am having some trouble using a perl cgi script to perform some desired functionality. My code is as follows:
Options ExecCGI FollowSymLinks Includes MultiViews
RewriteEngine on
RewriteRule ^/NORTH_090518(.*) /C:/Projects/441/Source/nph-xredirect.cgi/$1 \
[T=application/x-httpd-cgi,L]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.