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