DotNetNuke Powered!
          
John Mitchell's (mostly DotNetNuke) Blog - Place a direct link to tab (page) in your DotnetNuke Skin
 Monday, May 08, 2006

Here is a quick and dirty way to add a link to a specifc Tab (page) by name directly into a skin.

<a href="?tabname=Home">Home</a>

The Tabname querystring variable will be processed by DotNetNuke and redirect to the TabId that coresponds to that name.

This could be useful if you wanted to create a clean and simple Navigation System, or if you are just typing some HTML text into a module and wanted to quickly insert a link to another tab.

5/8/2006 9:31:40 AM (Central Standard Time, UTC-06:00)  #    Comments [6]