iframe停止爆发,但不允许它

时间:2015-04-22 06:42:42

标签: javascript html iframe

我想做的就是在页面顶部显示用户名和密码,这样你就可以输入它而不是像往常一样继续。 (我不在乎它是否在此时停留或突破iframe)

许多人在同一帐户中登录以获取详细信息,因此目前我们有一个带有用户名和密码的html页面以及指向登录页面的链接。我已经尝试过将varibles传递到登录页面,但是不可悲。

要添加侮辱伤害,这必须在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>

编辑:我应该补充一点,我无法控制他们在世界各地运行的登录页面。我很高兴只显示用户名和密码,因此可以轻松地将其复制到字段

1 个答案:

答案 0 :(得分:0)

首先,您的结束标记需要像这样 也试试这个而不是你的代码! :) :

&#13;
&#13;
<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>
&#13;
&#13;
&#13;