473,386 Members | 1,602 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,386 software developers and data experts.

Is it possible to add and remove tabs "on the fly"?

OAM
Hi

Is it possible to add and remove tabs "on the fly" ?
Anybody have a (ajax...) script to do this ?

Thanks

Olivier.
Aug 8 '06 #1
6 2388

OAM wrote:
Is it possible to add and remove tabs "on the fly" ?
You can remove tabs in your code with your delete key, otherwise you're
going to have to provide some more information about what you're trying
to achieve. ;-)

Aug 8 '06 #2
OAM
:-(

I create tabs. After I would like to add a tab to these tabs if possible
without reload the page (ajax technology... perhaps)
"Bobbo" <ro******@gmail.coma écrit dans le message de news:
11**********************@m73g2000cwd.googlegroups. com...
>
OAM wrote:
>Is it possible to add and remove tabs "on the fly" ?

You can remove tabs in your code with your delete key, otherwise you're
going to have to provide some more information about what you're trying
to achieve. ;-)

Aug 8 '06 #3
OAM said the following on 8/8/2006 5:12 AM:
:-(

I create tabs. After I would like to add a tab to these tabs if possible
without reload the page (ajax technology... perhaps)
Whether you can do that or not depends on how you are creating them to
start with. The simple process of adding "tabs" should be able to be
functionalized and added to the page. Getting the content for those tabs
can be accomplished several ways.
Answer:It destroys the order of the conversation
Question: Why?
Answer: Top-Posting.
Question: Whats the most annoying thing on Usenet?

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Aug 8 '06 #4
OAM
I would like to use a script like this

http://onlinetools.org/tools/domtabdata/
or
http://webfx.eae.net/dhtml/tabpane/demo.html

The tabs are created during the body onload

"Randy Webb" <Hi************@aol.coma écrit dans le message de news:
xv******************************@comcast.com...
OAM said the following on 8/8/2006 5:12 AM:
>:-(

I create tabs. After I would like to add a tab to these tabs if possible
without reload the page (ajax technology... perhaps)

Whether you can do that or not depends on how you are creating them to
start with. The simple process of adding "tabs" should be able to be
functionalized and added to the page. Getting the content for those tabs
can be accomplished several ways.
Answer:It destroys the order of the conversation
Question: Why?
Answer: Top-Posting.
Question: Whats the most annoying thing on Usenet?

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices -
http://www.JavascriptToolbox.com/bestpractices/

Aug 8 '06 #5
OAM said the following on 8/8/2006 8:54 AM:
I would like to use a script like this
And I would like to read posts where people don't top-post. This is my
second time asking.

Answer:It destroys the order of the conversation
Question: Why?
Answer: Top-Posting.
Question: Whats the most annoying thing on Usenet?
http://onlinetools.org/tools/domtabdata/
or
http://webfx.eae.net/dhtml/tabpane/demo.html

The tabs are created during the body onload
Then use the same function the onload does to create a new tab.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Aug 8 '06 #6
OAM
>I would like to use a script like this
>http://onlinetools.org/tools/domtabdata/
or
http://webfx.eae.net/dhtml/tabpane/demo.html

The tabs are created during the body onload

Then use the same function the onload does to create a new tab.
It doesn't work ! I think it's not so easy...

Olivier.
Aug 9 '06 #7

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

Similar topics

1
by: Ghee | last post by:
Hello, I have a (java) DOM object that adheres to an XML schema. I want to manipulate it in code, but to ensure that the object still sticks to the schema (ie, validation during the life-cycle...
11
by: Paul D.Smith | last post by:
Can Python create a variable "on-the-fly". For example I would like something like... make_variable('OSCAR', 'the grouch'); print OSCAR; ....to output... the grouch
2
by: George Marsaglia | last post by:
I have a set of, say, 2000 points in the 8-dimensional simplex S={(x_1,x_2,...,x_8),x_1+x_2+...+x_8=1, x's>=0}. To help analyze that 8-dimensional set, I wish to project the set of points onto...
35
by: David Cleaver | last post by:
Hello all, I was wondering if there were some sort of limitations on the "if" statement? I'm writing a program which needs to check a bunch of conditions all at the same time (basically). And...
3
by: gregory_may | last post by:
According to this article, I cant change "CanStop" on the fly!!! ...
2
by: Chuck Anderson | last post by:
I have a web page/script that displays image files residing on disk. I do not know what size they are (in pixels), so I want to be able to resize an image if it is bigger than the limit I allow...
16
by: Mark Chambers | last post by:
Hi there, I'm seeking opinions on the use of regular expression searching. Is there general consensus on whether it's now a best practice to rely on this rather than rolling your own (string)...
3
by: Atropo | last post by:
Hi, all. As you can see I'm just begining on C. with the tutorial "Sams Teach Yourself C in 24 Hours" as a starter. on aix 5.2 when compiling a helloWorld the gcc throws some warnings the...
3
by: Evan | last post by:
Hello, one of my PC is window system, and in "control panel -Network Connections", I can see some network connections such as PPPOE or VPN which I created by click "create a new connection". ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.