%Dim l_Style, l_Skin, read l_Skin = request.QueryString("Skin") l_Style = Request.QueryString("Style") Read = "1|7|15" Dim i,nStyle,n,xStyle,showNum,ShowWidth,ShowHeigh IF l_Style = "" Then l_Style = "standard650" End IF IF l_Skin = "" Then l_Skin = "office2003" End IF showNum = False For i=1 to Ubound(aStyle) nStyle = Split(aStyle(i),"|||") for n=0 to Ubound(nstyle) IF Lcase(nStyle(0)) = Lcase(l_Style) Then ShowWidth = nStyle(4) ShowHeigh = nStyle(5) showNum = True Exit for End if next IF showNum = True then Exit for End IF next %>
导航 : 示例首页 > 系统自带全部样式演示
您可能通过不同的组合来实现不同的效果。
注意:以下的样式是和后台同步的,当您在后添加一个新样式时,这里也将显示。
系统全部样式导航: | ||||
" & VBCrlf Response.Write " | " if y mod showlistnum = 0 Then Response.Write "||||
系统自带皮肤方案: | ||||
> | > | > | > | > |
> | > | > | > | > |
当前样式演示: |
样式调用事例: | ||||
<input type="hidden" name="content1" value=""> <iframe id="eWebEditor1" src="../ewebeditor.html?id=content1&style=<%=l_style%>&skin=<%=l_skin%>" frameborder="0" scrolling="no" width="<%=ShowWidth%>" height="<%=ShowHeigh%>"></iframe> |