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