-
How to refresh and add controls in an IFRAME...like Coldfusion Grid
Hello ....
am trying to develop a grid control dynamically adding rows and deleting
columns...
is there anything available readily as free source..just resembling coldfusion
grid....
ok...i cant find till so i tried to develop on my own..i was just using an
iframe and another form having two buttons as ADD and DELETE and two hidden
tags for holding row values and column values..to start the row value will
be 0 columns can be predefined......when add is clicked the
row will be added by one and the iframe has to be refreshed with new sert
of controls...by looping and parents.frame(0).documents.add("<input type=text
name = row" + rowVal + " Col " + colVal + ">");
this is my idea..but i couldnnt refresh the iframe ..i heared i can by using
clear function...
any advice and help in this regard is welcome
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks