skmMenu: An ASP.NET Menu Control

Menu.GenerateShimCall Method 

For Internet Explorer 5.5 and up, IFRAMEs are used. This method returns the client-side JavaScript to show/hide the IFRAME.

protected virtual string GenerateShimCall(
   string state,
   string id
);

Parameters

state
A string vaue containing either the string true or false. A value of true makes the IFRAME visible; false hides it.
id
The client-side id of the IFRAME.

Return Value

A client-side JavaScript function call that will show/hide the IFRAME.

See Also

Menu Class | skmMenu Namespace