Hello, I will precise a little bit my question:
On the http://www.transilien.com website, I want to change the "Arrivée" textbox's value from an <a href> link from another website. Is it possible.
I tried typing
Code:
javascript:document.getElementById(lieuDepart).value='Hello';
and
Code:
javascript:document.getElementById(RechercheFormSeDeplacer).lieuDepart.value='Hello';
in the adress bar when I was on the transilien website but it didn't work.
Can anyone help me?
|