473,325 Members | 2,480 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,325 software developers and data experts.

insert a row into a DIV

mickey0
142 100+
Hello folk,
I need to insert a 3 rows into DIV; i tried with
div = document.getElementById("yes");
var row = div.insertRow(-1);
............
but there isn't insertRow (it seems....). How Can I do?? How many ways?
thanks.
Expand|Select|Wrap|Line Numbers
  1. <table>
  2.    <div id="yes">   </div>
  3. </table>
  4.  
Jan 25 '08 #1
5 2319
gits
5,390 Expert Mod 4TB
i think that would really produce invalid markup ... btw. simply set the innerHTML of the div ...

kind regards
Jan 25 '08 #2
mickey0
142 100+
Sorry, but this doesn't work. How do?
Expand|Select|Wrap|Line Numbers
  1.   div = document.getElementById("yes");
  2.   div.innerHTML = "HELLO";
  3.  
  4. <table>
  5.    <div id="yes">   </div>
  6. </table>
  7.  
Problem is that <div> must be inside the table...and I have to find a way to put more than one line into the div; with this above Hello appear over my table (firefox) and it doesn't appear with IE6....
Jan 25 '08 #3
gits
5,390 Expert Mod 4TB
why do you have use that div? it is not valid as direct child of a table ... you may use the tbody-tag of the table in case you need a container here ...

kind regards
Jan 25 '08 #4
mickey0
142 100+
sorry but Does innerHTML method work properly with IE6?
div.innerHTML = " Hello <br />"; //seems don't work
Jan 26 '08 #5
gits
5,390 Expert Mod 4TB
do you get an error in IE? you should add the tbody for a table too, the tbody contains the rows ... innerHTML works with IE but there might be a problem with tables ... since IE always require the tbody when appending tr-nodes dynamically.

kind regards
Jan 26 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Howard Hinnant | last post by:
I recently asked for a survey of multimap insert with hint behavior, in support of a paper I'm writing concerning lwg issue 233. My sincere thanks to Beman Dawes, Raoul Gough, Russell Hind, Bronek...
6
by: Mark P | last post by:
Some time ago I posted here about inserting into a set with a hint: ...
14
by: serge | last post by:
I have a scenario where two tables are in a One-to-Many relationship and I need to move the data from the Many table to the One table so that it becomes a One-to-One relationship. I need to...
16
by: Philip Boonzaaier | last post by:
I want to be able to generate SQL statements that will go through a list of data, effectively row by row, enquire on the database if this exists in the selected table- If it exists, then the colums...
8
by: Carl | last post by:
Hi, I hope someone can share some of their professional advice and help me out with my embarissing problem concerning an Access INSERT query. I have never attempted to create a table with...
4
by: Chris Kratz | last post by:
Hello all, We have run into what appears to be a problem with rules and subselects in postgres 7.4.1. We have boiled it down to the following test case. If anyone has any thoughts as to why...
2
by: Geoffrey KRETZ | last post by:
Hello, I'm wondering if the following behaviour is the correct one for PostGreSQL (7.4 on UNIX). I've a table temp_tab with 5 fields (f1,f2,f3,...),and I'm a launching the following request :...
3
by: MP | last post by:
Hi Posted this several hours ago to another ng but it never showed up thought i'd try here. using vb6, ado, .mdb, jet4.0, no access given table tblJob with field JobNumber text(10) 'The...
6
by: lenygold via DBMonster.com | last post by:
Hi everybody: What is the best way to I have 10 tables with similar INSERT requiremnts. INSERT INTO ACSB.VAATAFAE WITH AA(AA_TIN, AA_FILE_SOURCE_CD, .AA_TIN_TYP) AS ( SELECT AA_TIN,...
1
by: EJO | last post by:
with sql 2000 enterprise Trying to build a stored procedure that will take the rows of a parent table, insert them into another table as well as the rows from a child table to insert into...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.