Subversion Repositories SmartDukaan

Rev

Rev 17428 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17428 Rev 17430
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",