2015-04-22 117 views
1

正確的我想要做的是,在頁面的頂部顯示用戶名和密碼,以便您可以輸入它並繼續正常。 (我不在乎這個時候是否停留在iframe上)Iframe停止跳出,但不允許它

許多人登錄同一個帳戶以瞭解詳細信息,所以目前我們有一個html頁面,其中的用戶名和密碼爲以及作爲登錄頁面的鏈接。我試過把變量傳遞到登錄頁面上,但那是不可悲的。

要雪上加霜的是這已經在HTML中做,因爲它是從一個網絡驅動器的所有運行(我知道這一堆的廢話的廢話是不是我的,我也沒有辦法吧)

目前我可以停止跳出iframe的登錄頁面,但當然你無法登錄。任何想法或是不可能的,因爲有限制?

<html> 
<head> 
    <title>Test</title> 
</head> 
<body> 
    <p>Username: <b>******</b></p> 
    <p>Password: <b>******</b></p> 
    <iframe sandbox="allow-same-origin allow-scripts allow-popups allow-forms" name="Embedded Frame" src="LINK" height="100%" width="100%"></iframe> 
<body> 
</html> 

編輯:我要補充一點,我有超過他們跑我一些在世界各地不同的人的登錄頁面無法控制。我很高興只顯示用戶名和密碼,所以它可以很容易地複製到現場

回答

0

首先你的結束標籤需要是這樣的 也可以試試這個,而不是你的代碼! :) :

<html> 
 

 
<head> 
 
    <title>Test</title> 
 
    <script type="text/javaScript"> 
 

 
    function True/False() { //what youwant to do put it in here in javascript form:) try an if statement it should work if not use a switch! 
 
    } 
 
    function Input1() { 
 
     //Connect to whatever value you want it to load on. 
 
    } 
 
     function Input() 
 
     { 
 
     //password value goes here 
 
     } 
 

 
    </script> 
 
</head> 
 

 
<body> 
 

 
    <br> 
 
    <br> 
 
    <center> 
 

 

 
    <div id="Input1()"> 
 
     <input type="Username" value="" /> 
 
    </div> 
 
    <br> 
 
    <div id="Input2()"> 
 
     <input type="Password" Value="" /> 
 
    </div> 
 
    <!-- in the onclick make a function for it to load--> 
 

 
    <div id="True/False()"> 
 
     <input type="button" type="button" value="login" onclick="" /> 
 

 
    </div> 
 
    </center> 
 

 

 
<!-- you need to make this a function of True/false and tell it to load when to load. This is an error frame lol. 
 
<iframe sandbox="allow-same-origin allow-scripts allow-popups allow-forms" name="Embedded Frame" src="LINK" height="100%" width="100%"></iframe> 
 
--> 
 
</body> 
 

 
</html>