Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.        function DoSubmit(){
  2.        document.getElementById("city_from").setAttribte('id', 'departure_ac');
  3.         document.getElementByName("city_from_name").setAttribte('name', 'departure_ident');
  4.         document.getElementById("city_from_ident").setAttribte('id', 'departure_ident');
  5.         document.write('work');
  6.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement