asp.netÈçºÎ×öµ¹¼ÆÊ±£¿ - .NET¼¼Êõ / ASP.NET
http://www.redbaby.com.cn/product/Time-offers.aspx?site=01
ÈçÕâ¸öÀïÃæµÄÏÞÊ±ÌØ¼ÛÈçºÎ×ö£¿
JScript code:
<script language= "javascript ">
var nduration = 900
function dojishi(){
nduration --;
if(nduration ==0)
{
//Ö´ÐÐÄãµÄ²Ù×÷
}
else
{
document.all.item( 'dd ').value = nduration;
}
}
window.setInterval( "dojishi() ",1000)
</script>
<body>
<input id= 'dd ' type=text>
</body>
</script>
<body>
<input id= 'dd ' type=text>
</body>
lzÔÚÌύʱֻҪ¼Çסnduration Öµ¾ÍÐÐÁË¡£
¶ø¼Çסnduration Öµ¿ÉÒÔͨ¹ýcookie£¬session£¬querystring£¬
JScript code:
ÔÚ¸øÄã¸öµ¹¼ÆÊ±µÄJS
JScript code
<SCRIPT LANGUAGE="JavaScript">
<!--
var maxtime = 60*60 //Ò»¸öСʱ£¬°´Ãë¼ÆË㣬×Ô¼ºµ÷Õû!
function CountDown(){
if(maxtime>=0){
minutes = Math.floor(maxtime/60);
seconds = Math.floor(maxtime%60);
msg = "¾àÀë½áÊø»¹ÓÐ"+minutes+"·Ö"+seconds+"Ãë";
document.all["timer"].innerHTML=msg;
if(maxtime == 5*60) alert('×¢Ò⣬»¹ÓÐ5·ÖÖÓ!');
--maxtime;
}
else{
clearInterval(timer);
alert("ʱ¼äµ½£¬½á
Ïà¹ØÎÊ´ð£º
ÓÐÒ»¸öÀà
class adc
{
dim a,b,c
}
ÈçºÎÔÚÁíÍâÒ»¸öÀàÖÐÈ¡µÃÀà³ÉÔ±¼°³ÉÔ±¸öÊý
class getmenber
{
dim menbers()
function getmenbers(resclass)
'resΪһδ֪Àà
'getmenber ......
function CheckOpwd(){//ÑéÖ¤Óû§Ãû
var pwd=document.all.txtOpwd;
var div1=document.getElementById("divPwd");
if (pwd.value=="")
{
......
C# code:
SqlConnection conn = CsDB.sqlcon();
SqlDataAdapter da = new SqlDataAdapter("select fwCoding from bjmuma_fwCoding where OrderNumber='" + Order + & ......
¾ÍÊÇÒ»¸ö°´Å¥£¬µã»÷Ö®ºó´ò¿ª¶Ô»°¿ò£¬È»ºóѡȡͼƬ¡£¾ÍÕâÑùÉÏ´«¡£¡£
ÔõôʵÏÖ¡£ÔÚÍøÉÏËѵ½ÄÇô¶àµÄ´úÂ룬ȫÊǺܶàµÄÄÇÖÖ£¬²»ÖªµÀ£¬¿´²»ÏÂÈ¥¡£
ËùÒÔÔÚÕâÀïÏëÇë´ó¸ç´ó½ã°ï°ïæ¡£
ʹÓÃ×Ô´øµÄfileupload¿Ø¼þ¿ÉÒÔʵÏÖ ......
ĿǰÊÇA.aspÃæÒ³ÓÐÒ»¸ö±äÁ¿aa,Ôõô²Å¿ÉÒÔ´«µ½B.aspÒ³Ãæ,²»ÊÇÓÃURL´«,ÏëÓÃ<inupt >¿Ø¼þÔõô´«°¡!Çë´ó¼ÒÖ¸µã!
ÓÃ±íµ¥´«Öµ
´«Öµ£¬GETºÍPOST£¬ÒªÃ´´ø²ÎÊý£¬ÒªÃ´ÓÃform
¶øÇÒ£¬Èç¹ûÄãÁ½¸öÒ³ÃæÃ»ÓÐÈκιØÁª£¬´«Ö ......