以下代碼 只有紅色部分可顯示,為何其它的不能。
顯示結果為: how are you True
<Script Language="VBScript">
msgbox "how are you " + "<%=obj1st%>"
Select Case "<%=objexist%>"
Case "True"
' Top.frame1.Location.Replace "1.asp"
'top.frame2.location.replace "1.asp"
msgbox "<%=obj1st%>", 48,"fdsa"
msgbox "how are you3 "
Case Else
Top.frame1.Location.Replace "../login/blank.asp"
Top.frame2.Location.Replace "../login/howareyou.asp"
MsgBox "can not enter!", 48, "fdsa"
msgbox "how are you4 "
End Select
msgbox "how are you2 "
</Script>