技术文档

iis6所有跳转代码 – HTTPS SSL 教程

<script type=”text/javascript”>

iis6所有跳转代码 &#8211; HTTPS SSL 教程

var url=window.location.href;

url=url.replace(“http:”,”https:”)

window.location.replace(url);</script>

 

<script type=”text/javascript”>

var targetProtocol = “https:”; if (window.location.protocol != targetProtocol) window.location.href = targetProtocol + window.location.href.substring(window.location.protocol.length);</script>

 

 

<script type=”text/javascript”>var url = window.location.href; if (url.indexOf(“https”) < 0) {

url = url.replace(“http:”, “https:”); window.location.replace(url);

}</script>

 

<script type=”text/javascript”>

var targetProtocol = “https:”; if (window.location.protocol != targetProtocol) window.location.href = targetProtocol + window.location.href.substring(window.location.protocol.length);</script>

 

<script type=”text/javascript”>var url = window.location.href; if (url.indexOf(“https”) < 0) {

url = url.replace(“http:”, “https:”); window.location.replace(url);

}</script>

 

©2020-2024   万云SSL证书  (www.sslssl.com.cn)  万云科技   豫ICP备2020034358号-10