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"...
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...
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.