Ciao a tutti ho importato in un iframe la home page di wetransfer ora vorrei scrivere il mio indirizzo in modo automatico senza falo reinserire all'utente.
Ho fatto diverse prove con javascript ma non ci sono riuscito 









codice HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<iframe src="https://www.wetransfer.com/" name="" width="700" height="500" frameborder="0" scrolling="auto" id="iframe" name="iframe" onLoad="mittente()"></iframe>
</body>
</html>
Grazie!