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/TextMenu/vb_inside_usercontrol.ascx.vb

16 lines
499 B

Imports System
Imports OboutInc.TextMenu
public class vb_inside_usercontrol
Inherits System.Web.UI.UserControl
private Sub Page_Load(ByVal sender As object, ByVal e As System.EventArgs)
Dim tm1 as TextMenu = new TextMenu()
tm1.ID = "tm1"
tm1.Add(nothing, "brands", "Brands", "javascript:alert('you clicked me');void(0);", nothing)
tm1.Add("brands", "ibm", "IBM")
tm1.Add("brands", "microsoft", "MICROSOFT")
tm1.Add("brands", "obout", "OBOUT", "http://www.obout.com/", "_top")