/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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);