javascript包含html集合referer,.swf的ipAddress

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript包含html集合referer,.swf的ipAddress相关的知识,希望对你有一定的参考价值。

shows that 2 required args to the swf are being set in JS
'swflink' contains 'referer' , 'IpAddress' arg values so they will not be undefined
  1. var tempsite = gup('src_url');
  2.  
  3. if(tempsite){
  4. var sitelink = tempsite;
  5. var ipUrl = "vortexme.com";
  6. }
  7. else {
  8. var sitelink=window.location.href;
  9. var ipUrl=sitelink.substring(7,sitelink.indexOf("/",7));
  10. }
  11.  
  12. var swflink="http://"+ipUrl+"/iJam/VTX000056/VTX000056.swf?referer="+sitelink+"&ver=2.0&IpAddress="+ipUrl;
  13. var so = new SWFObject(swflink, "mymovie", "200", "510", "8", "white");

以上是关于javascript包含html集合referer,.swf的ipAddress的主要内容,如果未能解决你的问题,请参考以下文章

在 Firestore 中通过类型为“reference”的字段进行查询

JavaScript-Runoob-JS HTML DOM :集合(Collection)

您如何通过 javascript include 获取 Url Referer?

[HTML5] Add an SVG Image to a Webpage and Get a Reference to the Internal Elements in JavaScript(代码片

asp.net c# javascript 控件集合无法修改,因为控件包含代码块(即<% ... %>)

JavaScript中数组的集合和映射