| Line 179... |
Line 179... |
| 179 |
|
179 |
|
| 180 |
$('.link-requiring-itemid-for-productlabel').live('click', function(){
|
180 |
$('.link-requiring-itemid-for-productlabel').live('click', function(){
|
| 181 |
var linkurl = $(this).attr('href');
|
181 |
var linkurl = $(this).attr('href');
|
| 182 |
$('<form id = "tempForm" target=# onsubmit = "closeColorBox() "style = "text-align:center" method = "GET" action = "'+ linkurl +'">').appendTo('body');
|
182 |
$('<form id = "tempForm" target=# onsubmit = "closeColorBox() "style = "text-align:center" method = "GET" action = "'+ linkurl +'">').appendTo('body');
|
| 183 |
|
183 |
|
| 184 |
$('form#tempForm').append($('<span>Specify Item Id: </span><input type = "text" name = "productLabelItemId" />'));
|
184 |
$('form#tempForm').append($('<span>Item Id: </span><input type = "text" name = "productLabelItemId" />'));
|
| 185 |
$('form#tempForm').append($('<span>Specify Item No: </span><input type = "text" name = "productLabelItemNo" />'));
|
185 |
$('form#tempForm').append($('<span>Item No: </span><input type = "text" name = "productLabelItemNo" />'));
|
| 186 |
$('form#tempForm').append($('<input type = "submit" value = "Submit"/>'));
|
186 |
$('form#tempForm').append($('<input type = "submit" value = "Submit"/>'));
|
| 187 |
|
187 |
|
| 188 |
$.colorbox({
|
188 |
$.colorbox({
|
| 189 |
inline : true,
|
189 |
inline : true,
|
| 190 |
width : "325px",
|
190 |
width : "425px",
|
| 191 |
height : "200px",
|
191 |
height : "200px",
|
| 192 |
opacity : "0.30",
|
192 |
opacity : "0.30",
|
| 193 |
overlayClose : true,
|
193 |
overlayClose : true,
|
| 194 |
escKey : true,
|
194 |
escKey : true,
|
| 195 |
href : "#tempForm",
|
195 |
href : "#tempForm",
|