document.writeln('
') document.writeln(' ') document.writeln(' ') document.writeln(' ') document.writeln(' ') document.writeln(' ') document.writeln('
') function turnsearch_t(){location.href='/item/index.asp?c-'+$('#m_id_t').val()+',tid-'+$('#m_tid_t').val()+',t-'+$('#m_t_t').val()+',key-'+$('#m_key_t').val()+'.html';} $(document).ready(function() { $(document).keydown(function(e) { if (e.keycode==13){ turnsearch_t();} }); });