【调度系统】广东民航医疗快线调度系统源代码
wzp
2024-12-05 9dc0d99742f5526321e1b5fdb0dec10e6725415e
1
2
3
4
5
6
7
8
9
10
11
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%Session.CodePage=65001%>
<!--#include virtual="/inc/chkadmin.gds"-->
<!--#include virtual="/inc/function.gds"-->
<%Set rs = Server.CreateObject("ADODB.Recordset")
CarLicense=SafeRequest(Request("CarLicense"))
CarLicense=Replace(CarLicense,"(奔)","")
CarLicense=Replace(CarLicense,"(奔驰)","")
%>
<html><head></head><body><iframe id="iframe" src="http://183.6.154.122:8088/808gps/open/player/video.html?lang=zh&vehiIdno=<%=CarLicense%>&account=966120&password=cms966120&close=10" width="100%" height="80%" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>
</body></html>