|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| Question |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: |
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<head>
<script language="JavaScript">
<!--
function again(){
document.icaptcha.SetVariable("again","OK");
}
function checking(){
document.icaptcha.SetVariable("code",document.validate.code.value);
}
function send(){
document.validate.submit();
}
//-->
</script>
<script src="../../../../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<form action="save.asp" method="post" name="validate">
<!-- Here put form's imputs to send //-->
Text to send:
<br>
<input type="text" name="text" size="20" maxlength="20" value="" />
<br><br>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','width','200','height','50','id','icaptcha','src','icaptcha','flashvars','ok=Correct&wrong=Wrong Code&c1=2&c2=1&c3=0&c4=1&c5=1&mar=10&gro=7&vel=100&vim=50&leng=asp&color=16711680','scale','exactfit','bgcolor','#7FFFFF','name','icaptcha','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','icaptcha' ); //end AC code
</script><noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="200" height="50" id="icaptcha">
<param name="FlashVars" value="ok=Correct&wrong=Wrong Code&c1=2&c2=1&c3=0&c4=1&c5=1&mar=10&gro=7&vel=100&vim=50&leng=asp&color=16711680">
<param name="movie" value="icaptcha.swf" />
<param name="bgcolor" value="#7FFFFF" />
<param name="scale" value="exactfit" />
<embed src="icaptcha.swf" FlashVars="ok=Correct&wrong=Wrong Code&c1=2&c2=1&c3=0&c4=1&c5=1&mar=10&gro=7&vel=100&vim=50&leng=asp&color=16711680" scale="exactfit" bgcolor="#7FFFFF" width="200" height="50" name="icaptcha" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object></noscript><br>
<!-- This line is optional. It's to repeat other scurity code //-->
<a onClick="again()" style="cursor:pointer"><u><font color="#0000FF">Generate another code</font></u></a>
<br><br>
Write security code:
<br>
<input type="text" name="code" size="7" maxlength="5" value="" />
<br>
<input type="button" name="send" value="SEND" onClick="checking()">
</form>
</body>
|
Advertisement
| Hall of Fame |