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/Window/aspnet_Window_RelativeEleme...

16 lines
452 B

<%@ Page Language="C#" %>
<%@ Register TagPrefix="owd" Namespace="OboutInc.Window" Assembly="obout_Window_NET"%>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>Window RelativeElementID</title>
<script runat="server">
void Page_Load(object o, EventArgs e)
{
if (bCondition.Checked)
myWindow.RelativeElementID = "bluedot";
else
myWindow.RelativeElementID = "";