Click here to Skip to main content
15,923,845 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: IE not rendering consistantly with Opera and FF Pin
Johnny ²22-Nov-06 14:00
Johnny ²22-Nov-06 14:00 
GeneralRe: IE not rendering consistantly with Opera and FF Pin
JimmyRopes22-Nov-06 14:31
professionalJimmyRopes22-Nov-06 14:31 
Questionjavascript 'new RegExp()' notation Pin
pint_of_best22-Nov-06 0:31
pint_of_best22-Nov-06 0:31 
AnswerRe: javascript 'new RegExp()' notation Pin
Guffa22-Nov-06 5:46
Guffa22-Nov-06 5:46 
QuestionIE Extension Pin
Richard Andrew x6421-Nov-06 3:02
professionalRichard Andrew x6421-Nov-06 3:02 
AnswerRe: IE Extension Pin
Bradml21-Nov-06 22:16
Bradml21-Nov-06 22:16 
QuestionScript question.... Pin
KORCARI20-Nov-06 21:44
KORCARI20-Nov-06 21:44 
AnswerRe: Script question.... Pin
howardjr24-Nov-06 15:27
howardjr24-Nov-06 15:27 
Firstly the removed in your Insert row button should be onClick. That's the event that gets called when you click the button, and executes your insRow() function.

It not clear to me what you want when you say "so values NEW CELL1 and NEW CELL2 can be inserted by user in two different textboxes".

With onClick instead of removed in your button, the code inserts a two new cells into your table. Are these the two different textboxes you are refering to?

If not then you need to add them to your page, either using javascript or as HTML tags, similar to the way you created the button. Then, assuming that the textboxs you add have ids of textbox1 and textbox2, it's just a matter of adding statements like this to your insRow() function:
textbox1.value = "NEW CELL1";
textbox2.value = "NEW CELL2";

Questiondiv with display inline & span not working with text-overflow ellipsis Pin
shefali_sinha20-Nov-06 12:15
shefali_sinha20-Nov-06 12:15 
AnswerRe: div with display inline & span not working with text-overflow ellipsis Pin
Shog923-Nov-06 8:30
sitebuilderShog923-Nov-06 8:30 
QuestionActivex Controls in IE 6.0 Pin
Bhargavi19-Nov-06 23:42
Bhargavi19-Nov-06 23:42 
Question.htm Pages are closing automatically after some time. Pin
SIJUTHOMASP19-Nov-06 22:26
professionalSIJUTHOMASP19-Nov-06 22:26 
AnswerRe: .htm Pages are closing automatically after some time. Pin
Bradml19-Nov-06 23:13
Bradml19-Nov-06 23:13 
GeneralRe: .htm Pages are closing automatically after some time. Pin
SIJUTHOMASP20-Nov-06 6:07
professionalSIJUTHOMASP20-Nov-06 6:07 
QuestionMy Webserver have problem Pin
Hy Chanhan19-Nov-06 16:26
professionalHy Chanhan19-Nov-06 16:26 
AnswerRe: My Webserver have problem Pin
MatrixCoder19-Nov-06 16:37
MatrixCoder19-Nov-06 16:37 
GeneralRe: My Webserver have problem Pin
Hy Chanhan19-Nov-06 17:22
professionalHy Chanhan19-Nov-06 17:22 
AnswerRe: My Webserver have problem Pin
Ginu U Santhark19-Nov-06 19:28
Ginu U Santhark19-Nov-06 19:28 
GeneralRe: My Webserver have problem Pin
Hy Chanhan19-Nov-06 20:02
professionalHy Chanhan19-Nov-06 20:02 
AnswerRe: My Webserver have problem Pin
Bradml19-Nov-06 19:58
Bradml19-Nov-06 19:58 
GeneralRe: My Webserver have problem Pin
Hy Chanhan19-Nov-06 20:03
professionalHy Chanhan19-Nov-06 20:03 
GeneralRe: My Webserver have problem Pin
Bradml19-Nov-06 20:08
Bradml19-Nov-06 20:08 
GeneralRe: My Webserver have problem Pin
Hy Chanhan19-Nov-06 20:11
professionalHy Chanhan19-Nov-06 20:11 
GeneralRe: My Webserver have problem Pin
Bradml19-Nov-06 20:22
Bradml19-Nov-06 20:22 
GeneralRe: My Webserver have problem Pin
Hy Chanhan19-Nov-06 20:36
professionalHy Chanhan19-Nov-06 20:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.