Making the Browser Visit a URL:让浏览器访问一个appletURL

xiaoxiao2026-08-10  7

<script>function StorePage(){d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(keyit=window.open('http://www.365key.com/storeit.aspx?t='+escape(d.title)+'&u='+escape(d.location.href)+'&c='+escape(t),'keyit','scrollbars=no,width=475,height=575,left=75,top=20,status=no,resizable=yes'));keyit.focus();}</script> try { // The following 2 lines of code must be // on the same line getAppletContext().showDocument(new URL( getDocumentBase(), "http://hostname/page.html")); } catch (MalformedURLException e) { }
转载请注明原文地址: https://www.6miu.com/read-5050969.html

最新回复(0)