Kevin,
- <html>
-
- <head>
- <script type="text/javascript">
-
- function jumpTo(strMenu) {
- if (strMenu.value != "")
- top.location.href = strMenu.value;
-
- return true;
- }
- </script>
-
- <%
- Dim css
- css = "style.css"
-
- if Request.QueryString("css") <> "" then
- css = Request.QueryString("css")
- end if
- %>
- </head>
- <body>
- <form name="theForm" action="/asp/Get_HtmlContent.asp" method="post">
- <div id="Common">
- <table id="RadioList" border="0">
- <tr>
- <td>
- <input type="radio" name="RadioList" value="Using-External-Style-Sheets.asp?css=/asp/style.css" onclick="jumpTo(this)" />style.css
- </td>
- <td>
- <input type="radio" name="RadioList" value="Using-External-Style-Sheets.asp?css=/asp/backgroundimage.css" onclick="jumpTo(this)" />backgroundimage.css
- </td>
- <td>
- <input type="radio" name="RadioList" value="Using-External-Style-Sheets.asp?css=/asp/style.css,/asp/backgroundimage.css" onclick="jumpTo(this)" />style.css+backgroundimage.css
- </td>
- </tr>
- </table>
- <%
- Dim editor
- Set editor = New CuteEditor
-
- editor.ID = "Editor1"
- editor.Text = css
- editor.EditorWysiwygModeCss = css
- editor.Draw()
-
- ' Request.Form(ID) access from other page
- %>
- </form>
- </body>
- </html>
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx