Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,038

HOME > ASP > ASP Forum > ไม่สามารถใช้งาน Javascript และ VBScript ได้ ใช้ได้ตัวใดตัวหนึ่งเท่านั้น



 

ไม่สามารถใช้งาน Javascript และ VBScript ได้ ใช้ได้ตัวใดตัวหนึ่งเท่านั้น

 



Topic : 033191



โพสกระทู้ ( 46 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์




สวัสดีครับ ผมเขียน ASP โดยใช้ Script 2 ค่าย ครับ 1. Javascript 2. VBScript
โดย Javascript ผมเขียนสำหรับ Select All ส่วน VBScript ใช้ตรวจสอบ ASCII Key ครับ
ปัญหาของผมคือว่า ถ้าเอา Script ตัวใดตัวนึงไปไว้ก่อน Script อีกตัวนึง ตัวที่อยู่ก่อนจะทำงาน ตัวที่อยู่ถัดมาจะไม่ทำงาน มีวิธีที่ให้ทำงานได้ทั้ง 2 Script ไหมครับ ผมส่งโปรแกรมที่เขียนมาให้ด้วยครับ
Ext.
<head>
<!-- ¿Ñ§¡ìªÑ蹡Òà check enter (ascii code = 13) ¨ÐâªÇì message àµ×͹ ¶éÒäÁè error-->

<SCRIPT Language ="VBScript">
Sub KeyCheck1
Wdatatype = window.form1.Sdatatype.Value
Wplandate = window.form1.Splandate.Value
document.getElementById("Serror1").innerHTML=""
window.form1.Serror2.Value = "0"
Wcheck1 = "0"

If Window.Event.KeyCode = 13 Then
if Wdatatype = "" then
document.getElementById("Serror1").innerHTML="Please input data type"
window.form1.Serror2.Value = "1"
Wcheck1 = "1"
end if
if (Wdatatype <> "001" and Wdatatype <> "002" and Wdatatype <> "003") and Wcheck1 = "0" then
document.getElementById("Serror1").innerHTML="Data type not correct"
window.form1.Serror2.Value = "1"
Wcheck1 = "1"
end if
if Wplandate = "" and Wcheck1 = "0" then
document.getElementById("Serror1").innerHTML="Please input plan date"
window.form1.Serror2.Value = "1"
Wcheck1 = "1"
end if

if Wcheck1 = "0" then
Wplandd = mid(Wplandate,1,2)
Wplanmm = mid(Wplandate,3,2)
Wplanyy = mid(Wplandate,5,4)
Wplandate1 = Wplanyy * 10000 + Wplanmm * 100 + Wplandd
window.form1.Splandate1.value = Wplandate1
msgbox window.form1.Srunning.value
' window.form1.Srunning.value = "RR20090903"

if Wdatatype = "001" then
window.form1.Sheading1.value = "Base-Plan-Seq"
window.form1.Sheading2.value = "Product Code"
call WSHSC010()
call CheckStatus()
end if
if Wdatatype = "002" then
window.form1.Sheading1.value = "Machine-Plan"
window.form1.Sheading2.value = "Final item no"
call WSHSC011()
call CheckStatus()
end if
if Wdatatype = "003" then
window.form1.Sheading1.value = "Delivery due"
window.form1.Sheading2.value = "Item no"
call WSHSC012()
call CheckStatus()
end if
msgbox window.parent.document.getElementById("retDeletePageValue1").value

end if
End If
End Sub
</SCRIPT>

<script language="vbscript">
function call1(Sdatatype)
msgbox Splandate

document.getElementById("Serror1").innerHTML="ok"
if Sdatatype = "001" then
call WSHSC010()
call CheckStatus()
end if
if Sdatatype = "002" then
call WSHSC011()
call CheckStatus()
end if
if Sdatatype = "003" then
call WSHSC012()
call CheckStatus()
end if
end function
</script>

<script language="vbscript">

sub WSHSC010()
msgbox "WSHSC010"
set ooldFrame = document.getElementById("fraDelete")
if Not (ooldFrame Is nothing) then
window.clipFrame.removeChild(ooldFrame)
End If
sFrame="<iframe id='fraDelete' frameborder='0' width='400px' height='300px' style='Display:None' src='WSHSC010.asp?"
sFrame=sFrame & "Fuser=" & window.form1.Suser.Value
sFrame=sFrame & "&Frunning=" & window.form1.Srunning.Value
sFrame=sFrame & "&Fplandate=" & window.form1.Splandate1.Value
sFrame=sFrame & "&Fdatatype=" & window.form1.Sdatatype.Value
sFrame=sFrame & "'></iframe>"
Set oFrame = document.createElement(sFrame)
window.clipFrame.appendChild(oFrame)
end sub

sub WSHSC011()
msgbox "WSHSC011"
msgbox window.form1.sdatatype.value
msgbox window.form1.splandate1.value
set ooldFrame = document.getElementById("fraDelete")
if Not (ooldFrame Is nothing) then
window.clipFrame.removeChild(ooldFrame)
End If
sFrame="<iframe id='fraDelete' frameborder='0' width='400px' height='300px' style='Display:None' src='WSHSC010_MEAW.asp?"
sFrame=sFrame & "Fuser=" & window.form1.Suser.Value
sFrame=sFrame & "&Frunning=" & window.form1.Srunning.Value
sFrame=sFrame & "&Fplandate=" & window.form1.Splandate1.Value
sFrame=sFrame & "&Fdatatype=" & window.form1.Sdatatype.Value
sFrame=sFrame & "'></iframe>"
Set oFrame = document.createElement(sFrame)
window.clipFrame.appendChild(oFrame)
end sub

sub WSHSC012()
msgbox "WSHSC012"
set ooldFrame = document.getElementById("fraDelete")
if Not (ooldFrame Is nothing) then
window.clipFrame.removeChild(ooldFrame)
End If
sFrame="<iframe id='fraDelete' frameborder='0' width='400px' height='300px' style='Display:None' src='WSHSC012.asp?"
sFrame=sFrame & "Fuser=" & window.form1.Suser.Value
sFrame=sFrame & "&Frunning=" & window.form1.Srunning.Value
sFrame=sFrame & "&Fplandate=" & window.form1.Splandate1.Value
sFrame=sFrame & "&Fdatatype=" & window.form1.Sdatatype.Value
sFrame=sFrame & "'></iframe>"
Set oFrame = document.createElement(sFrame)
window.clipFrame.appendChild(oFrame)
end sub

sub CheckStatus()
msgbox "bbb"
set ooldFrame = document.getElementById("fraStatus")
if Not (ooldFrame Is nothing) then
window.clipFrame.removeChild(ooldFrame)
End If
sFrame="<iframe id='fraStatus' frameborder='0' width='400px' height='300px' style='Display:None' src='CheckStatusPage.asp?"
'sFrame=sFrame & "uid=" & window.form1.txtUserID.Value
' sFrame=sFrame & "&cname=" & window.form1.txtCompanyName.Value
sFrame=sFrame & "Fuser=" & window.form1.Suser.Value
sFrame=sFrame & "&Frunning=" & window.form1.Srunning.Value
sFrame=sFrame & "'></iframe>"
Set oFrame = document.createElement(sFrame)
window.clipFrame.appendChild(oFrame)

end sub
</script>

<!-- Script for select all document -->
<script type="text/javascript"><!--

var formblock;
var forminputs;

function prepare() {
formblock= document.getElementById('form_id');
forminputs = formblock.getElementsByTagName('input');
}

function select_all(name, value) {
for (i = 0; i < forminputs.length; i++) {
// regex here to check name attribute
var regex = new RegExp(name, "i");
if (regex.test(forminputs[i].getAttribute('name'))) {
if (value == '1') {
forminputs[i].checked = true;
} else {
forminputs[i].checked = false;
}
}
}
}

if (window.addEventListener) {
window.addEventListener("load", prepare, false);
} else if (window.attachEvent) {
window.attachEvent("onload", prepare)
} else if (document.getElementById) {
window.onload = prepare;
}

//--></script>
</HEAD>



Tag : - - - -







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2009-10-17 15:23:40 By : naranont View : 1255 Reply : 0
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : ไม่สามารถใช้งาน Javascript และ VBScript ได้ ใช้ได้ตัวใดตัวหนึ่งเท่านั้น
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 05
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2025 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่