$(function(){ $("#tpQuery").click(function(){ var rand=Math.round(Math.random()*1000000); showWindow("/general/query.jsp?formId="+formId+"&rand="+rand,"",function(t){ if(t){ create(encodeText(t)); } },{dialogWidth:498,dialogHeight:367,resizable:0}); }); });