To invoke thickbox using javascript -


how invoke thickbox using javascript function. using code.

 //javascript function function click_fn() {  self.location="upload.php?keepthis=true&tb_iframe=1&width=1000&height=400&model=true"; }  

calling thickbox via javascript

  var url = "http://www.blah.com/something?keepthis=true&tb_iframe=true&width=300&height=200"; tb_show("my caption", url);  

syntax: tb_show(caption, url, imagegroup)

code allows call thickbox javascript.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -