我有一個來自服務器A的網頁,我只想將它的形式連接到服務器B. 表單位於此網頁的右上角,width: 252px; height: 436px;
這個JavaScript可以做到嗎?或只是簡單的HTML和CSS工作?如何將從服務器A到服務器B的網頁的一部分iframe?
例如,我把服務器B這個腳本,它會顯示網頁的左上角:http://www.example.com/example.html
<html>
<head>
<title></title>
<style type="text/css">
</style>
</head>
<body>
<div id="container">
<iframe src="http://www.example.com/example.html" scrolling="no" width="252" height="436"></iframe>
</div>
</body>
無法獲取服務器端的資源 –
Hello Pekka,我有權訪問服務器B – peipei