Programming Tools
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingProgramming Tools

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old January 4th, 2003, 12:11 AM
pk2003 pk2003 is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Posts: 2 pk2003 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
implementing table using javascript

hi all,
i am creating an html editor ,i want to include table and table alterations.how do i implement a table using javascript,please suggest

i have written something like this
function doCell()
{
var rowno=prompt('please enter the no of rows','');
var colno=prompt('please enter the no of cols','');
iView.document.write(rowno);
iView.document.write("<table width=100% border=1>");
if(rowno!=''||colno!='')
for( i=1;i<=rowno;i++)
{ iView.document.write("<tr>");
for( j=1;j<=colno;j++)
{
iView.document.write("<td width=25% height=50%>");
iView.document.write("</td>");
}
iView.document.write("</tr>");
}

iView.document.write("</table>");
}

this gets implemented on the click of a table image.
how do i implement alterations to the table please suggest

Regards

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingProgramming Tools > implementing table using javascript


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway