edit.jsp

 



<html>
<head>
<meta http-equiv="Content-Type" content="text/html;CHARSET=iso-8859-1">
<meta name="description" content="BEA WebLogic Server">
<meta name="keywords" content="BEA WebLogic Server">
<title>Site Editing Page</title>

<LINK REL="stylesheet"
      TYPE="text/css"
      HREF="wls_examples.css"
      TITLE="BEA WebLogic Server">

</head>

<%
  String bgcolor = request.getParameter("bgcolor");
  if (bgcolor != null) 
  {
    application.setAttribute("Background", bgcolor);
  } 
  else 
  {
    if ((bgcolor=(String)application.getAttribute("Background")) == null)
      bgcolor="#cccccc";
  }
%>

<body bgcolor=<%="\""+bgcolor+"\""%> link="#3366cc" vlink="#9999cc" alink="#0000cc">



<!-- RED LINE -->
<table cellspacing="0" cellpadding="0"  border="0" width="100%">
  <tr>
    <td  width="100%" bgcolor="#ff0000" height="1">
      <p class="small">&nbsp;</p>
    </td>
  </tr>
</table>



<!-- TITLE -->
<table border=0 cellspacing="18" cellpadding="0">
<tr>
  <td valign="top">
    <a HREF="http://www.bea.com"><IMG SRC="images/logo_tm_onwt.jpg" alt="BEA Logo" border="0"></a>
    <h3>Site Editing Page</h3>
  </td>
 </tr>
</table>



<!-- RED LINE -->
<table cellspacing="0" cellpadding="0"  border="0" width="100%">
  <tr>
    <td  width="100%" bgcolor="#ff0000" height="1">
      <p class="small">&nbsp;</p>
    </td>
  </tr>
</table>



<!-- EXAMPLE CONTENT -->
<table summary="EXAMPLES_CONTENT" border=0 cellspacing="18" cellpadding="0">
  <tr>
    <td valign="top">

      <blockquote>

      <h4> Enter the new background color scheme </h4>

      <center>

        <p>
        <form method="post" action=<%= "\""+request.getRequestURI()+"\"" %> >
        <input type="submit" name="bgcolor" value="red">
        <input type="submit" name="bgcolor" value="white">
        <input type="submit" name="bgcolor" value="blue">
        </form>
        <p>
        <b><a href="../welcome.jsp>Return to welcome page</a></b>

      </center>

      </blockquote>

    </td>
  </tr>
</table>
<br>



<!-- RED LINE -->
<table cellspacing="0" cellpadding="0"  border="0" width="100%">
  <tr>
    <td  width="100%" bgcolor="#ff0000" height="1">
      <p class="small">&nbsp;</p>
    </td>
  </tr>
</table>



<!-- FOOTER -->
<table cellspacing="0" cellpadding="0" border="0" width="100%">
  <tr>
    <td align="left">
      <p class="copyright">Last updated: March 2002</p>
    </td>
  </tr>
</table>



<!-- RED LINE -->
<table cellspacing="0" cellpadding="0"  border="0" width="100%">
  <tr>
    <td  width="100%" bgcolor="#ff0000" height="1">
      <p class="small">&nbsp;</p>
    </td>
  </tr>
</table>


<p class="copyright"><a href="http://www.bea.com">Home</a> |
  <a href="http://www.bea.com/about/index.html" target="_top">Corporate Info</a> |
  <a href="http://www.bea.com/press/index.html" target="_top">News</a> |
  <a href="http://www.bea.com/solutions/index.html" target="_top">Solutions</a> |
  <a href="http://www.bea.com/products/index.html" target="_top">Products</a> |
  <a href="http://www.bea.com/partners/index.html" target="_top">Partners</a> |
  <a href="http://www.bea.com/services.html" target="_top">Services</a> |
  <a href="http://www.bea.com/events/index.html" target="_top">Events</a> |
  <a href="http://www.bea.com/download.html" target="_top">Download</a> |
  <a href="http://www.bea.com/purchase.html" target="_top">How to Buy</a>
  <br>Copyright 2003, BEA Systems, Inc. All rights reserved.
  <br>Required browser: Netscape 4.0 or higher, or Microsoft Internet Explorer 4.0 or higher.
  <br> <a href="http://www.bea.com/contact/index.html" target="_top">Contact BEA</a>
</p>

</body>
</html>