Copy Code code as follows:
<input type= "button" value= "Advanced Search id=" Click_test4 "/>";
var content4 = "<center> Advanced search </center><form action= ' method= ' post ' id= ' Formusersupersearch ' >"
+ Username: <input type= ' text ' name= ' username ' id= ' username ' > '
+ "<br/><br/> e-mail: <input type= ' text ' id= ' email '/>"
+ "<br/><br/>: <input type= ' text ' id= ' unit '/>"
+ "<br/><br/> Tel: <input type= ' text ' id= ' tel '/>"
+ <br/><br/> Mobile: <input type= ' text ' id= ' mobile '/> '
+ "<br/><input type= ' button ' onclick= ' Usersupersearche () ' value= ' Cancel '/><input type= ' button ' onclick= ' Usersupersearch () ' value= ' OK '/> '
+ "</form>";
t$ (' Click_test4 '). onclick = function () {
Where Click_test4 is the button ID above
Content4 the contents of the div to be displayed
TINY.box.show (content4, 0, 350, 250, 0);
};
Also support the JS file download address:
Click to download