Take a look at the history plugin. Among other things, it takes the URL fragment and uses it to perform the needed ajax query (or what-have-you) on pageload. For example, you could link to "newpage.html#tab2" and the ajax tab referred to by '#tab2' would be opened on pageload. (this presumes that you've included the history plugin and properly initialized it and so on) It also allows you to use back/forward browser buttons and bookmarks.
j On Tue, Jun 10, 2008 at 8:50 PM, Screenblind <[EMAIL PROTECTED]> wrote: > > I looked all over for tutorial or explanation to my issue to no avail. > I need to be able to open a target ajax tab in an external page > > Basically homepage (link) ------> new page with selected tab > opened... > >