ใช้ IIS กับ ASP แล้วโปรแกรมแจ้งข้อผิดพลาดว่า Microsoft VBScript compilation error '800a03f6' Expected 'End' แก้ยังไงค่ะ ขอบคุณล้วงน่าค่ะ
เขียนอะไรไว้ครับพวก Statement IF ครับ
Date :
2013-08-22 13:58:47
By :
mr.win
อันนนี้เข้าใจแล้ว จ้าาาาาาาาาาาาาาา
พึ่งแก้ได้ ปันหาอื่นๆก็ตามมา
Date :
2013-08-22 14:19:55
By :
แยม
Date :
2013-08-22 14:39:18
By :
mr.win
พี่หนูอยากรู้จักพี่ อะ คือหนูเรียนมหาลัย
ไม่รู้จะถามใครเลย จะสอบASP อีกห้าวันนี่ แหละ
งง ตึบ ขอเฟสส่วนตัวพี่ได้ปะ
อยากถามเรื่องเรียนอะค่ะ
Date :
2013-08-22 17:09:49
By :
แยม
เข้าไปอ่านใน ASP เลยครับ ไม่ยาก และอีกอย่าง ASP มันมีไม่กี่อย่าง ถือว่าน้อยมาก อ่านแป๊บเดียวจบ
Date :
2013-08-22 17:20:56
By :
mr.win
ไม่ยากเลยเนอะ
Date :
2013-08-22 19:01:56
By :
restafah
Code (SQL)
<center>
<font color="#008080" size="13">¡ÒèѴ¡ÒÃÊÔ¹¤éÒ </font> </a>
<br><hr>
<a href="?m=1">à¾ÔèÁ¢éÍÁÙÅÊÔ¹¤éÒ</a><br>
<a href="?m=2">áÊ´§ÃÒ¡ÒÃÊÔ¹¤éÒ</a><br>
</center>
<%
Set Dt = Server.CreateObject("ADODB.Connection")
Dt.Open "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("Dtb.mdb")
if request("m")=1 then
input()
end if
if request("m")=2 then
show()
end if
sub input()
if request("price")<>"" then
zz="insert into PRC (ID,name_price,name_price,price_buy,price_sell,price_number) values ('"&request("id")&"','"&request("name_price,")&"','"&request("price_buy")&"','"&request("price_sell")&"',"&request("price_number")&"') "
set s=Dt.execute(zz)
end if
%>
<hr>
<form onSubmit="return checkrequired(this)" >
ÃËÑÊ::<input type="text" name="id" maxlength="11"><br>
ª×èÍ::<input type="text" name="name_price"><br>
ÃÒ¤Ò«×éÍ::<input type="text" name="price_buy"><br>
ÃÒ¤Ò¢ÒÂ::<input type="text" name="price_sell"><br>
¨Ó¹Ç¹·Õè«×éÍÁÒ ::<input type="text" name="price_number"><br>
<input type="hidden" name="m" value="2">
<input type=submit value="µ¡Å§"> <input type=reset value="Reset">
</from>
<%end sub%>
<%
sub show()
z="select * from PRC"
set ff=Dt.execute(z)
do while not ff.eof
%>
<table>
<tr>
<td width="100" align="right"><%=s("ID")%></td>
<td width="150" align="left"><%=s("name_price")%></td>
<td width="170" align="right"><%=s("price_buy")%></td>
<td width="180" align="left"><%=s("price_sell")%></td>
<td width="180" align="left"><%=s("price_number")%></td>
<tr><td colspan="2"><center><input type="submit" name="edit" value="á¡éä¢"></center></td></tr>
<input type="hidden" name="m" value="1">
<%
s.movenext
loop
%>
</tr>
</table>
<%
ff.close '¶éÒ select ¨Ðµéͧ»Ô´àÊÁÍ
end sub
%>
Date :
2013-08-24 17:55:39
By :
ญโฺฌ?๋ฎ๓ฐ
Load balance : Server 04