You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OboutSuite/Splitter/vb_withslidemenu_left.aspx

16 lines
696 B

<%@ Page Inherits="vb_withslidemenu_left" Src="vb_withslidemenu_left.aspx.vb" %>
<%@ Register TagPrefix="osm" Namespace="OboutInc.SlideMenu" Assembly="obout_SlideMenu3_Pro_Net" %>
<%@ Register TagPrefix="oajax" Namespace="OboutInc" Assembly="obout_AJAXPage" %>
<html>
<head runat="server">
<script language="javascript">
function LoadMainPage(cId)
{
// select the click-ed node from the slidemenu using a callback to the server and a callbackpanel for update
ob_post.post(null, 'UpdateSlideMenu', function(){}, {"cId":cId});
// load the right content page with the details
window.parent.mySpl.loadPage('RightContent', 'vb_withslidemenu_main.aspx?cId=' + cId)
}