2个不同的网站,一个是我自己创建的,另一个是我无法访问代码的网站。
我有一个文本框和一个按钮,我想将文本框中的值传输到网站2的文本框中。
这甚至可能吗?怎么样?
我的网站,文字框和按钮
<form class="form-inline">
<fieldset>
<!-- Text input-->
<div class="form-group">
<div class="col-md-6">
<input id="email" name="email" type="text" placeholder="MEINE-EMAIL@ADRESSE.DE" class="form-control input-md" required="">
</div>
</div>
<!-- Button -->
<div class="form-group">
<div class="col-md-6">
<button id="submitbutton" name="submitbutton" class="btn btn-primary">Newsletter abonnieren</button>
</div>
</div>
</fieldset>
</form>
其他网站,我要转移价值的文本框
<div class="field-group>
<input type="email" autocapitalize="off" autocorrect="off" name="MERGE0" id="MERGE0" size="25" value="">
</div>
答案 0 :(得分:0)
如果您无权访问其他网站,则无法访问
答案 1 :(得分:0)
据我所知,您至少需要访问第二个网站的代码..如果您没有这将是一个安全漏洞。 所以不可能。