Hi I found in UI.Jquery google groups that you can use an iframe to do
this
however i cant get to make it work

for a start i m sure i m adding the frame in the wrong place (just
after  $("#tabs  > ul").tabs())
and i just append an iframe to the first tab (this doesnt look to
goood)

then i m trying to bind on click

$("a", thetabs).bind("click", function(event){
                        var currentTabNumber = $
(thetabs).data('selected.tabs');
                        document.getElementById('maincontent').src =
event.target.href;

                });

here hte event.target.href is completely empty
however i can get the currentTabNumber any ideas?


also here while this is happening the title changes to loading wich is
wrong

Thanks for yr help
On Aug 19, 12:11 pm, roundcrisis <[EMAIL PROTECTED]> wrote:
> hi there
>
> I would like to load a tab with external domain data , 
> somethinghttp://www.google.comis this posible and how
> Thanks

Reply via email to