| Line 9... |
Line 9... |
| 9 |
$('<form id = "tempForm" onsubmit = "closeColorBox() "style = "text-align:center" method = "GET" action = "'+ linkurl +'">').appendTo('body');
|
9 |
$('<form id = "tempForm" onsubmit = "closeColorBox() "style = "text-align:center" method = "GET" action = "'+ linkurl +'">').appendTo('body');
|
| 10 |
|
10 |
|
| 11 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "7">Mahipalpur</input>'));
|
11 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "7">Mahipalpur</input>'));
|
| 12 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "12">Goregaon</input></br>'));
|
12 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "12">Goregaon</input></br>'));
|
| 13 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "13">Biwandi</input>'));
|
13 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "13">Biwandi</input>'));
|
| 14 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "16">Mum-Amazon</input><br/><br/>'));
|
14 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "16">Mum-Amazon</input><br/>'));
|
| - |
|
15 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "1765">Bangalore</input>'));
|
| - |
|
16 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "1768">Bangalore-SR</input><br/>'));
|
| - |
|
17 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "1771">BAN-AMZ/Bangalore</input><br/><br/>'));
|
| 15 |
$('form#tempForm').append($('<input type = "submit" value = "Submit"/>'));
|
18 |
$('form#tempForm').append($('<input type = "submit" value = "Submit"/>'));
|
| 16 |
|
19 |
|
| 17 |
$.colorbox({
|
20 |
$.colorbox({
|
| 18 |
inline : true,
|
21 |
inline : true,
|
| 19 |
width : "325px",
|
22 |
width : "325px",
|
| 20 |
height : "175px",
|
23 |
height : "200px",
|
| 21 |
opacity : "0.30",
|
24 |
opacity : "0.30",
|
| 22 |
overlayClose : true,
|
25 |
overlayClose : true,
|
| 23 |
escKey : true,
|
26 |
escKey : true,
|
| 24 |
href : "#tempForm",
|
27 |
href : "#tempForm",
|
| 25 |
onClosed : function() {
|
28 |
onClosed : function() {
|