Client Side Things
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesClient Side Things

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old June 1st, 2007, 07:58 AM
asim0s asim0s is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: nicosia,cyprus
Posts: 48 asim0s User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 3 m 31 sec
Reputation Power: 2
Send a message via ICQ to asim0s Send a message via Yahoo to asim0s
Delete row with javascript

hello everyone.


i created this little script that creates dynamically a row.

my problem is that when i want to delete a row it always deletes the last one, they way i have it mind that it will only delete the selected row.

here is my code any help is appreciated


Code:
<script type="text/javascript">
var position_color = 1;
var position_size = 1;
function delete_row(pos,color_index)
{
	var tbl = document.getElementById(color_index);
	var lastRow = tbl.rows.length;
	if (lastRow > 1)
		tbl.deleteRow(pos);
}

function addRow(text)
{
//alert(text);
	if(text == "color")
		position_color++;
	else if(text == "size")
		position_size++;

	var tbody = document.getElementById(text).getElementsByTagName  ("tbody")[0];
	var row = document.createElement("tr");
	var cell1 = document.createElement("td");
	if(text == "color")
		cell1.innerHTML = "Add Another Color";
	else if(text == "size")
		cell1.innerHTML = "Add Another Size";
	
	var cell2 = document.createElement("td");	
	if(text == "color")
		cell2.innerHTML = <?php echo $select_; ?>;
	else if(text == "size")
		cell2.innerHTML = <?php echo $select_size; ?>;

		
	var cell3 = document.createElement("td");
	cell3.setAttribute("align","right");
	
	var inp3 =  document.createElement("input");
	inp3.setAttribute("type","button");
	inp3.setAttribute("value","Delete");
	if(text == "color"){
		alert(position_color)
		inp3.setAttribute("id",position_color);
		inp3.setAttribute("onclick", "delete_row(" + position_color +",'"+ text + "');");
	}
	else if(text == "size"){
		inp3.setAttribute("id", position_size);
		inp3.setAttribute("onclick", "delete_row(" + position_size +",'"+ text + "');");
	}

	cell3.appendChild(inp3);	
	row.appendChild(cell1);	
	row.appendChild(cell2);
	row.appendChild(cell3);
	tbody.appendChild(row);
	//alert(row.innerHTML);
}


<table width="500" align="center" id="color" border="1">	
    <tr>
	  <td width="188"><a href="#" onclick="addRow('color');">Add Color</a></td>
      <td>&nbsp;</td>
	  <td>&nbsp;</td>
    </tr>
</table>
<table width="500"  align="center" id="size">
    <tr>
	  <td width="188"><a href="#" onclick="addRow('size');">Add Size</a></td>
      <td>&nbsp;</td>
	  <td>&nbsp;</td>
    </tr>
</table>
</script>

Last edited by asim0s : June 1st, 2007 at 08:56 AM.

Reply With Quote
  #2  
Old September 4th, 2007, 09:41 AM
DanDaBeginner DanDaBeginner is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Philippines
Posts: 334 DanDaBeginner User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 12 h 30 m
Reputation Power: 2
you can use CSS.. visibility....
__________________
my dreams are coming true...

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesClient Side Things > Delete row with 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



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

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





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT