-
Moving contents of one table cell to another.
Hi there!
Imagine a table with two cells c1 and c2. In the first on (c1) i have an
image, which has an onclick event. How can I make the image move to the second
table cell (c2) then the onclick event of the image is fired.
Here is the code for the table:
<table>
<tr>
<td name='c1'><img name='img' src='theimage.gif' onclick='gotoc2()'></td>
<td name='c2'></td>
</tr>
How should the gotoc2() function look like ???
Thanks in advance.
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