| 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>Item Id: </span><input type = "text" name = "productLabelItemId" />'));
|
184 |
$('form#tempForm').append($('<span>Item Id: </span><input type = "text" name = "productLabelItemId" /><br>'));
|
| 185 |
$('form#tempForm').append($('<span>Item No: </span><input type = "text" name = "productLabelItemNo" />'));
|
185 |
$('form#tempForm').append($('<span>Item No: </span><input type = "text" name = "productLabelItemNo" /><br>'));
|
| 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 : "425px",
|
190 |
width : "425px",
|