3.2.0

problem to show form inside the grid? on firefox 1.04 or Netscape 8.0

HI!

Hope some one can help me... last nigh i was creating forms inside the grid, where each row of my grid has inputs and select tags to submit, with the usbmit button on the last column.

Under IE works Perfect, but when I tried under firefox 1.04 (and later on netscape 8.0) the information doesnt show up excatly where the <form> tag starts. here is the var myData for 1 row:

var myData = [

["Product Name","<form><input type=text name=cant>","<select name=unit><option value=1>1</option>..2..3.</option>","<input type=checkbox name=special>","<input type=submit name=submit value=send></form>"],

and so on each row, for each data on my DB .... ];

The probelm is on every row that when the tag <form> shows up all the data inside those cells desnt show up the result will be comething like this:

----------------------------------
| Product Name | | | | |
----------------------------------

under IE work perfect, even some javascript to manipulate a set of selects options work perfect. But under Netscape like browser, the data desnt show up.

Hope some one have already soplved this problem, or have any idea how to solve it!.


Regards
Roldan
July 21,

This topic is archived.

See also:


Back to support forum