473,396 Members | 2,037 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Javascript sizable html table

I have a little challenge for javascript beast. I'm looking for a html
table that could be sizable by the user. If you what an example juste
go there http://www.activewidgets.com/ You see that by clicking the
headers you can resize the column. If they can do it with some java, we
should be able to find a way! So lets start with a simple table :

<html>
<head>
<title></title>
</head>
<body ms_positioning="gridlayout">
<table>
<tbody>
<tr id="tr0">
<th id="th1">head 1</th>
<th id="th2">head 2</th>
<th id="th3">head 3</th>
</tr>
<tr id="tr1">
<td id="td1">1</td>
<td id="td2">2</td>
<td id="td3">3</td>
</tr>
<tr id="tr2">
<td id="td4">4</td>
<td id="td5">5</td>
<td id="td6">6</td>
</tr>
<tr id="tr3">
<td id="td7">7</td>
<td id="td8">8</td>
<td id="td9">9</td>
</tr>
</tbody>
</table>
</body>
</html>
Thanks

Apr 7 '06 #1
6 1185
wi*************@gmail.com wrote:
I have a little challenge for javascript beast. I'm looking for a html
table that could be sizable by the user. If you what an example juste
go there http://www.activewidgets.com/ You see that by clicking the
headers you can resize the column. If they can do it with some java,
They do not use Java.
we should be able to find a way!


You better RTSL.
PointedEars, amused
Apr 7 '06 #2
How do you think they do it?
It seems client-side thing

Apr 7 '06 #3
wi*************@gmail.com wrote:
How do you think they do it?
Are you referring to something?
It seems client-side thing


It /is/ client-side, but it is _not_ Java.

Yet a discussion about it would be on-topic here. See?
PointedEars
Apr 7 '06 #4

Thomas 'PointedEars' Lahn wrote:
It /is/ client-side, but it is _not_ Java.

Yet a discussion about it would be on-topic here. See?
PointedEars


PointedEars is PointingOut that Java and JavaScript are namesakes but
not the same. Some might say not even very similar.

I'm interested in this resizable table stuff too and experimenting with
these sorts of things but I plan on not having all the id="tr0" if I
can help it. Google TurboWidgets and look at their grid.

Peter

Apr 8 '06 #5
pe**********@gmail.com wrote:
Thomas 'PointedEars' Lahn wrote:
It /is/ client-side, but it is _not_ Java.

Yet a discussion about it would be on-topic here. See?
[...]


PointedEars is PointingOut that Java and JavaScript are namesakes
but not the same. Some might say not even very similar.


Killjoy ;-b
PĀ°intedEars
Apr 8 '06 #6
Sorry for the missunderstanding, I should have said javascript.

Peter u can take the ids u want :-)

If someone has somekind of idea it whould be interresting.

Thanks

Apr 10 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: f1crazed | last post by:
Ok, The following html works wonderful in IE. It does not work in FireFox. Can someone please tell me the work around for FireFox to get this to work. HTML DOCUMENT: <html> <head>...
3
by: Mad Joe | last post by:
Hi! I have a window form that contains 4 elements (2x2) on one panel. Those 4 elements are GroupBoxes of the exact same size, sorted like this: groupBox1 groupBox2 groupBox3 groupBox4 ...
9
by: tshad | last post by:
This is from my previous post, but a different issue. I have the following Javascript routine that opens a popup page, but doesn't seem to work if called from an asp.net button. It seems to work...
4
by: bboyle18 | last post by:
Hi, I am working with a table sorting script which can be found here http://www.workingwith.me.uk/articles/scripting/standardista_table_sorting This script works very nicely, but when there is a...
8
by: Pratik Patel | last post by:
Hello, I used innerHTML to assign HTML content. but in my HTML page content have also some javascript function and it will run when page load. bu when HTML code assgin thru innerHTML then this...
2
by: sorobor | last post by:
dear sir .. i am using cakephp freamwork ..By the way i m begener in php and javascript .. My probs r bellow I made a javascript calender ..there is a close button ..when i press close button...
1
by: KRISHNA PRAVI | last post by:
the error is "runtime error object expected" here is the code....................................................................................... <script language="javascript"...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.