Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 12 of 12
Search took 0.07 seconds.
Search: Posts Made By: mamtakansal
Forum: DOM and JSON scripting 05-20-2004, 09:54 PM
Replies: 7
Views: 2,984
Posted By mamtakansal
Sure. I had variable number of rows with two...

Sure. I had variable number of rows with two fixed columns in the datatable. Here is what I did to remove the elements in the datatable:

while (tablebody.hasChildNodes()) { // while tbody...
Forum: Other server side languages/ issues 03-25-2004, 09:04 PM
Replies: 1
Views: 1,320
Posted By mamtakansal
Having problem with <input type="file"..

Hello,

I have the following form element in my jsp page:

<form method="post" enctype="multipart/form-data" action="<%=someUrl%>">
<input type="file" name="userfile">

which allows a user to...
Forum: DOM and JSON scripting 03-19-2004, 07:53 PM
Replies: 7
Views: 2,984
Posted By mamtakansal
Thanks for your response! I have figured out a...

Thanks for your response! I have figured out a way of removing nested elements in an html tag in IE.

Regards,
Mamta.
Forum: DOM and JSON scripting 03-19-2004, 06:16 PM
Replies: 7
Views: 2,984
Posted By mamtakansal
I have tried using document.createRange() as...

I have tried using document.createRange() as well. In that case also, I get the same javascript error:

Object doesn't support this property or method.

Thanks!
Forum: DOM and JSON scripting 03-19-2004, 03:32 PM
Replies: 7
Views: 2,984
Posted By mamtakansal
How to delete a range of nodes..

Hello,

I am trying to delete a selection of nodes as follows:

newRange = document.selection.createRange();
newRange.selectNodeContents(document.getElementById("id"));...
Forum: DOM and JSON scripting 03-18-2004, 03:19 PM
Replies: 20
Views: 24,374
Posted By mamtakansal
'tbody' tag is in DOM documentation. But you are...

'tbody' tag is in DOM documentation. But you are right, it's not clearly emphasized.
Forum: DOM and JSON scripting 03-18-2004, 02:47 PM
Replies: 20
Views: 24,374
Posted By mamtakansal
I tried 'tbody' tag and to my astonishment, it...

I tried 'tbody' tag and to my astonishment, it works! Thanks so much for your help!! I wonder, why it's not in DOM documentation..

Regards,
Mamta.
Forum: DOM and JSON scripting 03-16-2004, 09:38 PM
Replies: 20
Views: 24,374
Posted By mamtakansal
I am still having trouble in creating table rows...

I am still having trouble in creating table rows dynamically. Here is the complete code:

************************************************

<HTML>
<HEAD>
</HEAD>
<BODY TOPMARGIN="1"...
Forum: DOM and JSON scripting 03-15-2004, 02:11 PM
Replies: 20
Views: 24,374
Posted By mamtakansal
Thanks a lot for the response! It certainly...

Thanks a lot for the response! It certainly helped. I also found a great online resource to dynamically generate an HTML form:

http://www.pageresource.com/dhtml/ryan/part4-1.html
Forum: DOM and JSON scripting 03-09-2004, 10:16 PM
Replies: 20
Views: 24,374
Posted By mamtakansal
I need to create a variable number of rows (with...

I need to create a variable number of rows (with two data tags) in an html table, based on a variable evaluated in javascript code. The add() function given in this thread, somewhat solves this...
Forum: JavaScript programming 02-23-2004, 08:23 PM
Replies: 4
Views: 4,112
Posted By mamtakansal
Thanks for your response! I am dynamically...

Thanks for your response!

I am dynamically creating the multiple select box through Javascript. However, I don't know how to add a horizontal scroll bar to the select box via Javascript.
Forum: JavaScript programming 02-23-2004, 04:43 PM
Replies: 4
Views: 4,112
Posted By mamtakansal
Horizontal scroll bar in multiple list box..

Hello,

I need to have a horizontal scroll bar in a multiple select list box. As I have two columns in my multiple list box and text in one of the columns can be quite long(upto 250 characters). ...
Showing results 1 to 12 of 12

 
Forum Jump

All times are GMT +1. The time now is 12:40 AM.