【调度系统】广东民航医疗快线调度系统源代码
wzp
2024-12-05 8a09f655eace34e9c90bbfc711eedb7a69e4e068
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<%@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://120.26.98.110/808gps/open/hls/index.html?lang=zh&vehiIdno=<%=CarLicense%>&
account=966120&password=a966120" width="49%" height="50%" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>
 
</body></html>