Accept no imitations or limitations. There is only one Timex IRONMAN* Triathlon?. Stylish enough for the weekend warrior, technical enough for the extreme athlete. Don't swim, bike, run, jump, climb, throw, or kick without one.
|
|
Dialog.confirm($('form').innerHTML, {className:"alphacube", width:600,
okLabel: "Send", cancelLabel: "Cancel",
onOk:function(win){
new Ajax.Request('ajax_ask_a_question.php', {
method: 'get',
parameters: {pID: '1397',
name: $('form_name').value,
mail: $('form_email').value,
question: $('form_question').value}});
return true;
}});
|