Direct link to a subsection

Discussion in 'General' started by tom123, Jan 7, 2013.

  1. tom123

    tom123 Member

    Hi,
    is possible to make a direct link to a subsection, for example, from dashboard to sites/web_subdomain_list ?
     
  2. tom123

    tom123 Member

    any help???
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    The interface is ajax based, so you have to load content into the content area by callung a ajax function. e.g.:

    onclick="loadContent('sites/web_subdomain_list.php');"
     
  4. tom123

    tom123 Member

    Ok but this will not change the active tab
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Above, you posted a link to a list page and list pages are loaded like this. If you want to switch to a different module, then use the ajax function:

    capp(module, redirect)
     
  6. tom123

    tom123 Member

    I would like do to both things.
    I have to change tab and subsection of the new tab, at the same time, for example, going from DNS tab to database creation page that is in a different tab.
     

Share This Page