<%@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>
|