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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

No graphic element visible in NS4

Status
Not open for further replies.

MICMAC

Programmer
Jan 26, 2001
3
BE
Sorry for my poor english.
I have a form with 5 tags <img>.
For each image, there is a table containing several tags INPUT (text,checkbox) and SELECT.
When I click on an image, the corresponding table is made &quot;visible&quot; and others &quot;hidden&quot;. These swiches go right.The problem is that the graphic elements &quot;INPUT&quot; for any table are invisible and all values of the elements &quot;SELECT&quot; are displayed as normal texts (one after others).
If I put each table inside a tag &quot;form&quot; with no other attribute, all the elements are visible but are not &quot;POSTED&quot; when I submit the page.
Can Anyone help me ?
 
ns doesnt' go well with form elements that are not within form tags
that's why putting each table inside a form tag makes them appear
now why don't you use only one big form tag for all the page ?
if it doesn't post, it's only because you miss the ACTION part in your form tag
tell me if i wrote enough to help, or post some more details if you need more help !


 
In first coding, all the images and tables were in a same form.And because of problems, I have to put 5 forms.One solution is to put a 6th form with as many &quot;hidden&quot; elements as there are in the 5 previous forms; and when I submit the page, move all the values of the 5 forms into the 6th form and submit it.But not very fine...
Any idea why the elements are invisible instead of being in a form ?
 
what problem did you get when you put everything on the same form ?? there shouldn't be any problem !!
&quot;Any idea why the elements are invisible instead of being in a form ? &quot; --> it's NS which requires proper tag closing and form including to display form elements ...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top