foyle,

1. jQuery UI TABS doesnt use ajax to display its affects.  It uses
CSS. it hides and unhides sections of your  page appropriately.

2. What do you mean by OPEN external files?  Do you want to display
the code inside them or just execute them when clicked on?
simply add 1 line to any of the divs in the sample:    include
("index.php"); or include("info.php");
don't forget that the paths are relative to where your sample is
located.
Your page will load all of the includes when it loads the TABS page
but the TABS script will hide all of it until you click on a tab.
So there will be know refreshing at all. even without ajax.

good luck.

On Aug 11, 9:06 pm, foyle <veronesimarcosa...@gmail.com> wrote:
> I'm currently working on a version of nested Jquery UI Tabs I took
> here:http://stilbuero.de/jquery/tabs_3/nested.html
>
> It does work very nicely but I would like to be able to force a few
> buttons to simply open external files, such as "index.php",
> "info.php", etc... without Ajax, but simply refreshing the page.
>
> How can I do that? Not being a programmer I have no clue what to do,
> so I humbly require your advice and indications.
> Thanks in advance.
>
> PS
> I still didn't modify the script and I'm working on a untouched
> version ofhttp://stilbuero.de/jquery/tabs_3/nested.html
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to