jQuery(document).ready(function() { jQuery('.st_upload_button').click(function() { targetfield = jQuery(this).prev('.upload-url'); tb_show('', 'media-upload.php?type=image&TB_iframe=true'); return false; }); window.send_to_editor = function(html) { imgurl = jQuery('img',html).attr('src'); jQuery(targetfield).val(imgurl); tb_remove(); } });