
15th January 2013, 16:41
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,886
Thanks: 691
Thanked 4,188 Times in 3,205 Posts
|
|
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');"
|