Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: shifter480
  • Content: Threads
  • Order by date
  1. shifter480

    dynamically adding and deleting input boxes

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

    SQL query logic problem

    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...
  3. shifter480

    Getting a value from an html select which is not in a form

    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(...
  4. shifter480

    RewriteRule help

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

Part and Inventory Search

Back
Top