| Author: caro... asked 10/05/2010 | | Question: I have a pair of HS trecking stretch trousers and i wish to order another pair. the size I have say 20 but I do notknow the UK equivelant. can you help please? | | Answer: Size 20 shown on HS Outerwear clothing is a ladies UK size 12. |  |
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: '11214',
name: $('form_name').value,
mail: $('form_email').value,
question: $('form_question').value}});
return true;
}});
|