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 Mike Lewis 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: *

  1. fohanlon

    css position div but visible elsewhere

    Hi Can someone show me if its possible to have a block of content in a div tag at the bottom of a webpage but make that content visible in middle of page. Trying to place lengthy form element data at bottom page for SEO reasons Many thanks.
  2. fohanlon

    array of input elements - build name

    Thanks so much. This solved my issue. Apologies over the php script. First time poster so I know not to post server side scripting again. Much appreciated. Fergal.
  3. fohanlon

    array of input elements - build name

    Sorry I omitted a <td> and a </tr> from above.
  4. fohanlon

    array of input elements - build name

    Hi There is a loop in the form to create rows in a table (num_rows) <tr> <input name="list_<?php echo $count; ?>[]" value="..."></td> <td valign="top"><input name="list_<?php echo $count; ?>[]" value="..." <?php if($count == 0) echo "onChange=\"change_num(this, '" . $num_rows . "')\""; ?> >...
  5. fohanlon

    array of input elements - build name

    Hi Thanks for your response. Tried your code and I am getting an object does not support this property or method. update is the name of my form if this helps. Regards Fergal.
  6. fohanlon

    array of input elements - build name

    Hi I have a loop in javascript as follows: for(i = 0; i < num_rows; i++) { document.update.list_i[1] = num.value; } What I am trying to do is use the i variable in a loop to build the name of the form element each time for example: document.update.list_0[1] = num.value...

Part and Inventory Search

Back
Top