📄 index.html
字号:
<table cellpadding="5" cellspacing="1" width="100%" border="0"> <tr><th colspan="2" bgcolor="#DBEAF5"><font face="tahoma, verdana" size="2">Try out the script with this demo form</font></td></tr> <!-- Make sure you have valid named HTML form --> <form name="tcp_test"> <tr> <td bgcolor="#ffffff" valign="top" nowrap><font face="tahoma, verdana" size="2">Select color from Web safe palette:</font></td> <td bgcolor="#ffffff" valign="top"> <!-- Add input box to the form --> <input type="Text" name="input0"> <!-- Put icon by the input control. Make it the link calling picker popup. Specify input object reference as first parameter to the function and palete selection as second. --> <a href="javascript:TCP.popup(document.forms['tcp_test'].elements['input0'])"><img width="15" height="13" border="0" alt="Click Here to Pick up the color" src="img/sel.gif"></a> </td> </tr> <tr> <td bgcolor="#ffffff" valign="top" nowrap><font face="tahoma, verdana" size="2">Select color from Windows system palette:</font></td> <td bgcolor="#ffffff" valign="top"> <input type="Text" name="input1"> <a href="javascript:TCP.popup(document.forms['tcp_test'].elements['input1'], 1)"><img width="15" height="13" border="0" alt="Click Here to Pick up the color" src="img/sel.gif"></a> </td> </tr> <tr> <td bgcolor="#ffffff" valign="top" nowrap><font face="tahoma, verdana" size="2">Select color from Mac OS palette:</font></td> <td bgcolor="#ffffff" valign="top"> <input type="Text" name="input4"> <a href="javascript:TCP.popup(document.forms['tcp_test'].elements['input4'], 3)"><img width="15" height="13" border="0" alt="Click Here to Pick up the color" src="img/sel.gif"></a> </td> </tr> <tr> <td bgcolor="#ffffff" valign="top" nowrap><font face="tahoma, verdana" size="2">Select color from grayscale palette:</font> </td> <td bgcolor="#ffffff" valign="top"> <input type="Text" name="input2"> <a href="javascript:TCP.popup(document.forms['tcp_test'].elements['input2'], 2)"><img width="15" height="13" border="0" alt="Click Here to Pick up the color" src="img/sel.gif"></a> </td> </tr> <tr> <td bgcolor="#ffffff" valign="top" nowrap><font face="tahoma, verdana" size="2">Picker reads initial value from the input:</font></td> <td bgcolor="#ffffff" valign="top"> <input type="Text" name="input3" value="#DBEAF5"> <a href="javascript:TCP.popup(document.forms['tcp_test'].elements['input3'], 1)"><img width="15" height="13" border="0" alt="Click Here to Pick up the color" src="img/sel.gif"></a> </td> </tr> </form> <tr><td colspan="2" bgcolor="#DBEAF5"> </td></tr> </table> </td></tr></table><br> <br> <table cellpadding="3" cellspacing="1" border="0" width="100%"> <tr><td class="header2">Notes</td></tr> <tr> <td class="intd"> Above please find a form with Tigra Color Picker attached to the fields. Note, that you can have multiple pickers on the same page independently.<br> </td> </tr> <tr><td><img src="/img/pixel.gif" width="250" height="1" border="0"></td></tr> <tr><td class="header2">Advantages</td></tr> <tr> <td class="intd"> <p><b>Easy color input</b> - With Tigra Color Picker color input is simple and intuitive. Visitors can select any color from three available palettes with few clicks. <p><b>Cost Saving Component</b> - Don't waste your time coding color convertors and validators all over again for each new project. Get the colors on server side ready for further processing. <p><b>Professional Look</b> - Simple great looking improvement to the user interface of your web application.</p><br> </td> </tr> <tr><td class="header2">Getting Started</td></tr> <tr> <td class="intd"> <p>The script is really easy to setup. To see an example just open this document with plain text editor and find comments. Didn't it help? Ask for help in <a href="http://www.softcomplex.com/forum/forumdisplay_52/">Product Forum</a>.<br> </td> </tr> <tr><td><img src="pixel.gif" width="1" height="1" border="0"></td></tr> <tr><td class="header2">Vote for the script</td></tr> <tr> <td class="intd"> If you like the script, please vote for it. We do appreciate this much. <form action="http://www.scriptsearch.com/cgi-bin/rateit.cgi" method="post" target="_new"> <input type="hidden" name="ID" value="7340"> <a href="http://www.scriptsearch.com/details/7340.html"><b>ScriptSearch.com</b></a> : <select name="rate" size="1" style="font-size:10px;"> <option value="5" selected>Excellent!</option> <option value="4">Very Good</option> <option value="3">Good</option> <option value="2">Fair</option> <option value="1">Poor</option> </select> <input type="submit" value="Vote!" style="font-size:10px;"> </form> <form action="http://www.hotscripts.com/cgi-bin/rate.cgi" method="POST" target="_new"> <input type=hidden name="ID" value="40102"> <a href="http://www.hotscripts.com/Detailed/40102.html"><b>HotScripts.com</b></a> : <select name="rate" size="1" style="font-size:10px;"> <option selected value="5">Excellent!</option> <option value="4">Very Good</option> <option value="3">Good</option> <option value="2">Fair</option> <option value="1">Poor</option> </select> <input type="submit" value="Rate It!" style="font-size:10px;"> </form><br> </td> </tr> <tr><td><img src="pixel.gif" width="1" height="1" border="0"></td></tr> <tr><td class="header2">Let us know about your experience with Tigra Color Picker</td></tr> <tr> <td class="intd"> <p>We like to hear from you. Please, let us know what do you like about the script and what needs to be improved. We will not rest until our every customer is completely satisfied. Some testimonies may be published on the product page.</p> <form action="http://www.softcomplex.com/cgi-bin/mgr.pl"> <input type="Hidden" name="class" value="feedback"> <input type="Hidden" name="action" value="submit"> <input type="Hidden" name="product_id" value="18"> <table cellpadding="0" cellspacing="1" border="0" bgcolor="#4682B4" width="100%"><tr><td> <table cellpadding="4" cellspacing="0" border="0" width="100%" bgcolor="#DBEAF5"> <tr><td nowrap align="right">Name or nickname:</td><td width="50%"><input type="Text" name="name" style="width:100%"></td> <td align="right">Location:</td><td width="50%"><input type="Text" name="location" style="width:100%"></td></tr> <tr><td colspan="4"><textarea name="message" rows="4" cols="40" style="width:100%"></textarea></td></tr> <tr><td colspan="4" align="right"><input type="Submit" name="submit" value="Submit"></td></tr> </td></tr></table> </table><br> </form> </td> </tr> </table> </td></tr></table></td></tr></table><!-- /Body --><!-- Footer --><table cellpadding="3" cellspacing="0" width="100%" border="0" height="22"><tr bgcolor="#4682B4"> <td nowrap><font color="white">Copyright ©2002-2005 SoftComplex Inc. All rights reserved.</font></td> <td align="right"> | <a href="http://www.softcomplex.com/"><font color="white">company info</font></a> | <a href="http://www.softcomplex.com/site_agreement.html"><font color="white">terms of service</font></a> | <a href="http://www.softcomplex.com/privacy_policy.html"><font color="white">privacy policy</font></a> | </td></tr></table><!-- /Footer --></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -