I wanted to build a table code generator for my application where the user can create tables in their website using this tool... It would be like
1.the user clicks on the create table button
2. pop up window appears asking the user to enter
a) no of row and columns
b) width and border size of the table
c) cellpadding and cellspacing values
Once the user enter these values, corresponding table should be generated...
So Could you please help me to find out the javascript code for this so that I can integrate it with my tool..
Otherwise, Please help me with the algorithm on how to do it...
So Could you please help me to find out the javascript code for this so that I can integrate it with my tool..
There is not such a think. A javascript code is a custom code. It will satisfy custom needs. No more no less. You must code that code by yourself. There is no room for complete automatization in this branch. Either you know JavaScript and you write your code (even if you use a framework), or you let a professional to do that.
Bookmarks