estou tentnado loga e enviar os dados de uma pagina para outro dominio, tentei o seguinte mas não tive sucesso. <%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Teste</title>
<script type="text/javascript" src="Js/jquery-1.3.2.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
var xuser = $("input:hidden[name='user']").val()
var xsenha = $("input:hidden[name='password']").val()
var xevent = $("input:hiddeb[name='event']").val()
var xx = $.post("http://atilla.hinttech.nl/fseconomy/userctl",{user: xuser, password: xsenha, event: xevent});
var ss = $.post("http://atilla.hinttech.nl/fseconomy/editaircraft.jsp",{accounting: "1", bonus: "0", home: "SBEG", maxRentTime: "14400", registration: "PR-MLD", rentalPriceDry: "0", rentalPriceWet: "0", sellPrice: ""});
})
</script>
</head>
<body>
<input type="hidden" name="user" value="user" />
<input type="hidden" name="password" value="senha" />
<input type="hidden" name="event" value="Agree & Log in" />
</body>
</html> no meu pouco conhecimento já tentei de varias maneiras mas não tive sucesso. alguém sabe como posso fazer isso ? Grato Clicio Lopes