Firefox JavaScript to fill Form


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. javascript: void(document.getElementById('roundTripTaborigin').value = 'ORD'); void(document.getElementById('roundTripTaborigin').onchange());void(document.getElementById('roundTripTabdestination').value = 'ATL'); void(document.getElementById('roundTripTabdestination').onchange());void(document.getElementById('roundTripTabdepartureDate').value = '01/12/2009'); void(document.getElementById('roundTripTabreturnDate').value = '01/14/2009'); void(document.getElementById('roundTripTabnumberAdults').value = '1'); void(document.getElementById('roundTripTabnumberSeniors').value = '1'); void(document.getElementById('roundTripTabnonStop').checked=true);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.