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.
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.
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 . "')\""; ?> >...
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.
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...
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.