⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 diy.jsp

📁 程序为种种闪字图程序试用版,本程序采用JSP+MSSQL开发
💻 JSP
📖 第 1 页 / 共 2 页
字号:
        阴影颜色<input type=text id=d_shadow1 name=d_shadow size=7 value="">
        <img src="images/Rect.gif" style="cursor:hand" id=s_shadow1 onClick="SelectColor('shadow1')">
        <br><input type="checkbox" name="effects" id="effects1">3D 特效
        背景颜色<input type=text id="d_3dEffects1" name="d_3dEffects" size=7 value="">
        <img src="images/Rect.gif" style="cursor:hand" id=s_3dEffects1 onClick="SelectColor('3dEffects1')">
        背景颜色2<input type=text id="d_3dEffects21" name="d_3dEffects2" size=7 value="">
        <img src="images/Rect.gif" style="cursor:hand" id=s_3dEffects21 onClick="SelectColor('3dEffects21')">
        </label></td>
      </tr>
      <tr>
        <td align="center"><label>
        文字坐标:
        X <input name="xz" type="text" id="xz1" value="" size="8" onChange="addSelect('hd1','xz1');">&nbsp;&nbsp;&nbsp;&nbsp;
        Y <input name="yz" type="text" id="yz1" value="" size="8" onChange="addSelect1('hd1','yz1');"> (可输入值)
       </label></td>
      </tr>
      <tr>
        <td align="center">
          <input type="submit" name="button1" id="button1" value="效果预览" onClick="javascript:show1();"></td>
      </tr>
    </table></td>
  </tr>
</table>
<table width="1000" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>
<table width="1000" border="0" cellpadding="5" class="p4">
  <tr>
    <td width="1%">
    <div name=Mtext style="width:<%=width%>px;height:<%=height%>px;overflow=hidden;border:dashed 1px;top:0;left:0"><img src="<%=imgurl%>">
        <div onMouseDown="init();" onMouseMove="moveIt2();" onMouseUp="end();" style="position:absolute;top:0;left:0">
            <div id="hd2"> 
            	<img src="images/wz.gif">            </div>
        </div>
    </div>    </td>
    <td rowspan="2" valign="top"><table border="0" cellpadding="2">
      <tr>
        <td class="p1x"><B>第三帧参数设置</B></td>
      </tr>
      <tr>
        <td class="p1x"><label>输入文字:
          <input name="text" type="text" id="text2" size="35" maxlength="35">
        </label></td>
      </tr>
      <tr>
        <td class="p1x">选择字体:
          <label>
          <select name="fonts" id="fonts2">
            <c:forEach var="row" items="${fontssql.rows}">
            	<option value="${row.fontsurl}">${row.fontsName}</option>
            </c:forEach>
          </select>&nbsp;&nbsp;
          字体大小:
          <select name="fontSize" id="fontSize2">
          <c:forEach begin="12" end="100" var="sz">
            <option value="${sz}">${sz}</option>
          </c:forEach>
          </select>
          像素</label></td>
      </tr>
      <tr>
        <td class="p1x"><label>字体颜色:
            <input type=text id=d_bgcolor2 name=d_bgcolor size=7 value="">
            <img src="images/Rect.gif" style="cursor:hand" id=s_bgcolor2 onClick="SelectColor('bgcolor2')"> &nbsp;字体样式:<input type="checkbox" name="isb" id="isb2">加粗&nbsp;
            <input type="checkbox" name="isx" id="isx2">倾斜
            <input type="checkbox" name="jc" id="jc2">
            消除锯齿</label></td>
      </tr>
      <tr>
        <td class="p1x"><label>特效:
        <br><input type="checkbox" name="outline" id="outline2">描边效果
        轮廓颜色<input type=text id=d_outline2 name=d_outline size=7 value="">
        <img src="images/Rect.gif" style="cursor:hand" id=s_outline2 onClick="SelectColor('outline2')">&nbsp;&nbsp;
        <br><input type="checkbox" name="engrave" id="engrave2">雕刻效果
        背景颜色<input type=text id=d_engrave2 name=d_engrave size=7 value="">
        <img src="images/Rect.gif" style="cursor:hand" id=s_engrave2 onClick="SelectColor('engrave2')">&nbsp;&nbsp;
        <br><input type="checkbox" name="shadow" id="shadow2">阴影效果
        阴影颜色<input type=text id=d_shadow2 name=d_shadow size=7 value="">
        <img src="images/Rect.gif" style="cursor:hand" id=s_shadow2 onClick="SelectColor('shadow2')">
        <br><input type="checkbox" name="effects" id="effects2">3D 特效
        背景颜色<input type=text id="d_3dEffects2s" name="d_3dEffects" size=7 value="">
        <img src="images/Rect.gif" style="cursor:hand" id=s_3dEffects2s onClick="SelectColor('3dEffects2s')">
        背景颜色2<input type=text id="d_3dEffects22" name="d_3dEffects2" size=7 value="">
        <img src="images/Rect.gif" style="cursor:hand" id=s_3dEffects22 onClick="SelectColor('3dEffects22')">
        </label></td>
      </tr>
      <tr>
        <td align="center"><label>
        文字坐标:
        X <input name="xz" type="text" id="xz2" value="" size="8" onChange="addSelect('hd2','xz2');">&nbsp;&nbsp;&nbsp;&nbsp;
        Y <input name="yz" type="text" id="yz2" value="" size="8" onChange="addSelect1('hd2','yz2');"> (可输入值)
       </label></td>
      </tr>
      <tr>
        <td align="center">
          <input type="submit" name="button2" id="button2" value="效果预览" onClick="javascript:show2();"></td>
      </tr>
    </table></td>
  </tr>
</table>
<table width="1000" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>
<table width="1000" border="0" cellpadding="5" class="p4" style="margin-bottom:5px">
  <tr>
    <td width="1%">
    <div name=Mtext style="width:<%=width%>px;height:<%=height%>px;overflow=hidden;border:dashed 1px;top:0;left:0"><img src="<%=imgurl%>">
        <div onMouseDown="init();" onMouseMove="moveIt3();" onMouseUp="end();" style="position:absolute;top:0;left:0">
            <div id="hd3"> 
            	<img src="images/wz.gif">            </div>
        </div>
    </div>    </td>
    <td rowspan="2" valign="top"><table border="0" cellpadding="2">
      <tr>
        <td class="p1x"><B>第四帧参数设置</B></td>
      </tr>
      <tr>
        <td class="p1x"><label>输入文字:
          <input name="text" type="text" id="text3" size="35" maxlength="35">
        </label></td>
      </tr>
      <tr>
        <td class="p1x">选择字体:
          <label>
          <select name="fonts" id="fonts3">
            <c:forEach var="row" items="${fontssql.rows}">
            	<option value="${row.fontsurl}">${row.fontsName}</option>
            </c:forEach>
          </select>&nbsp;&nbsp;
          字体大小:
          <select name="fontSize" id="fontSize3">
          <c:forEach begin="12" end="100" var="sz">
            <option value="${sz}">${sz}</option>
          </c:forEach>
          </select>
          像素</label></td>
      </tr>
      <tr>
        <td class="p1x"><label>字体颜色:
            <input type=text id=d_bgcolor3 name=d_bgcolor size=7 value="">
            <img src="images/Rect.gif" style="cursor:hand" id=s_bgcolor3 onClick="SelectColor('bgcolor3')"> &nbsp;字体样式:<input type="checkbox" name="isb" id="isb3">加粗&nbsp;
            <input type="checkbox" name="isx" id="isx3">倾斜
            <input type="checkbox" name="jc" id="jc3">
            消除锯齿</label></td>
      </tr>
      <tr>
        <td class="p1x"><label>特效:
        <br><input type="checkbox" name="outline" id="outline3">描边效果
        轮廓颜色<input type=text id=d_outline3 name=d_outline size=7 value="">
        <img src="images/Rect.gif" style="cursor:hand" id=s_outline3 onClick="SelectColor('outline3')">&nbsp;&nbsp;
        <br><input type="checkbox" name="engrave" id="engrave3">雕刻效果
        背景颜色<input type=text id=d_engrave3 name=d_engrave size=7 value="">
        <img src="images/Rect.gif" style="cursor:hand" id=s_engrave3 onClick="SelectColor('engrave3')">&nbsp;&nbsp;
        <br><input type="checkbox" name="shadow" id="shadow3">阴影效果
        阴影颜色<input type=text id=d_shadow3 name=d_shadow size=7 value="">
        <img src="images/Rect.gif" style="cursor:hand" id=s_shadow3 onClick="SelectColor('shadow3')">
        <br><input type="checkbox" name="effects" id="effects3">3D 特效
        背景颜色<input type=text id="d_3dEffects3" name="d_3dEffects" size=7 value="">
        <img src="images/Rect.gif" style="cursor:hand" id=s_3dEffects3 onClick="SelectColor('3dEffects3')">
        背景颜色2<input type=text id="d_3dEffects23" name="d_3dEffects2" size=7 value="">
        <img src="images/Rect.gif" style="cursor:hand" id=s_3dEffects23 onClick="SelectColor('3dEffects23')">
        </label></td>
      </tr>
      <tr>
        <td align="center"><label>
        文字坐标:
        X <input name="xz" type="text" id="xz3" value="" size="8" onChange="addSelect('hd3','xz3');">&nbsp;&nbsp;&nbsp;&nbsp;
        Y <input name="yz" type="text" id="yz3" value="" size="8" onChange="addSelect1('hd3','yz3');"> (可输入值)
       </label></td>
      </tr>
      <tr>
        <td align="center">
          <input type="submit" name="button3" id="button3" value="效果预览"onClick="javascript:show3();"></td>
      </tr>
    </table></td>
  </tr>
</table>
<table width="1000" border="0" cellpadding="5" cellspacing="0" class="p4">
  <tr>
    <td align="center"><label>
    <input name="textb" id="textb" value="" type=hidden>
    <input name="fontsb" id="fontsb" value="" type=hidden>
    <input name="fontSizeb" id="fontSizeb" value="" type=hidden>
    <input name="d_bgcolorb" id="d_bgcolorb" value="" type=hidden>
    <input name="isbb" id="isbb" value="" type=hidden>
    <input name="isxb" id="isxb" value="" type=hidden>
    <input name="jcb" id="jcb" value="" type=hidden>
    <input name="outlineb" id="outlineb" value="" type=hidden>
    <input name="d_outlineb" id="d_outlineb" value="" type=hidden>
    <input name="engraveb" id="engraveb" value="" type=hidden>
    <input name="d_engraveb" id="d_engraveb" value="" type=hidden>
    <input name="shadowb" id="shadowb" value="" type=hidden>
    <input name="d_shadowb" id="d_shadowb" value="" type=hidden>
    <input name="effectsb" id="effectsb" value="" type=hidden>
    <input name="d_3dEffectsb" id="d_3dEffectsb" value="" type=hidden>
    <input name="d_3dEffects2b" id="d_3dEffects2b" value="" type=hidden>
    <input name="xzb" id="xzb" value="" type=hidden>
    <input name="yzb" id="yzb" value="" type=hidden>
    <input type="submit" name="button4" id="button4" value=" === 生成图片 === " onClick="javascript:show4('parameters.jsp');">
    </label></td>
  </tr>
</table>
</form>
<table width="1000" border="0">
  <tr>
    <td><jsp:include page="bottom.jsp" /></td>
  </tr>
</table>
</c:catch>
<c:if test="${!empty isok}">
    <jsp:forward page="error.jsp" />
</c:if>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -