thickbox

Launch Thickbox onload Instead Of click

I want to launch a jquery thickbox onload instead of click. for this I use the code below. <script language="javascript"> tb_show("HAI","#TB_inline?height=240&amp;width=405&amp;inlineId=hiddenModalContent&amp;modal=true",null); </script> Actual link is <a href="#TB_inline?height=240&amp;width=405&amp;inlineId=hiddenModalContent&...

jquery thickbox : Refresh some specific calling page elements when thickbox closes

I have a page that gives a summary of selections. People make their selections from within a thickbox by clicking a link on the page. The page works great on first load as the summary content is current. Or after making their thickbox selections, it requires a full page refresh to update the summary. What I would like to do is call a fu...

Getting thickbox to open when the body loads

The code below is my attempt at getting my thickbox video player to open when the body loads. Can someone tell me what i'm doing wrong? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <meta http-equiv="...

How to open a flash SWF in ThickBox in Drupal on page load, and close it after x seconds

After working for a prolonged time on a programming problem, I start to get coding tunnel vision. It makes it harder to draw back and look at the problem from farther away. Hence my question: I am using a Drupal 6 site. When a menu option is clicked, the page opens and a Flash SWF file needs to played in a ThickBox. After 8 seconds, th...

Thickbox seems to have just stopped loading images, although iFrame still works

Hi guys, I can't figure this one out! Thickbox seems to have stopped loading images in it's default lightbox mode - I've made no changes and the clients just reported it. Weird thing is the iFrame version works fine. I'm seeing no errors, but using Tamper Data through Firefox there's no attempt to call the image either. Example page is...

form elements behaving unusually inside a jquery thickbox

i am using jquery's thickbox plugin ( ver. 3) and inside it I want to place a form that will be submitted using $.post. But the form elements are not behaving as they should. For eg there is a select box <select name="priority" id="priority"> <?php for($i = 5; $i > 0; $i--){ ?> <!-- <input type="radio" cla...

How to use thickbox (or modal window) to update a select input box

I have a form with a dynamic select box (pulled from a database). I want to give users the ability to add to that select box without leaving the form. I would prefer a thickbox (or modal window) to pop up when the user clicks a link next to the select box. The thickbox popup would have a form where the user can enter the new value to ...

Thickbox, jQuery and ASPX

Hi- I have an ASPX MasterPage with jQuery and Thickbox references. I used Thickbox to display some helpful tips, i.e., product information using the inline HTML that define the class="thickbox." Works on the links that are part of the MasterPages, however, when I create a new Web Form using the same MasterPage with the jQuery.js and Th...

Silverlight and Thickbox

I am having some trouble with silverlight's z-index. I have a thickbox dialog that pops up but my silverlight gallery is still pulling up on top, hidden most of the modal dialog. Has anyone experience this problem? I have tried bumping up the z-index on the thickbox control but no luck. ...

how to customized thick box using jQuery?

I want to customized thick box, can any one please help me out. <a href="#" class="thickbox" id="shareDesign">Share Design</a> i have use above syntax, it is working fine but i want to modify the content, i want to put contact form inside the thick box, and i want to display this thick box within parent window ...

UpdatePanel inside Thickbox

I have an ASP.NET updatepanel inside a Thickbox popup. What it seems to be doing is after submitting the form in the popup, I have it redirect, but it redirects inside of the the thickbox popup instead of closing and redirecting. If I remove the updatepanel, it works correctly (using target="_top" in the form tag) but I need an error t...

Remove style sheet in thickbox using jquery

I have a partial view (Partial.ascx), two master pages(Master1.Master and Master2.Master) and two Views(Page1.aspx and Page2.aspx) in my asp.net mvc (C#) application. I have referred different style sheet for each master page. When i show the partial view (Partial.ascx) as thickbox in View(Page1.aspx) whose Master page is Master1.Maste...

thickbox and jquery ui datepicker

hi, i am using thickbox with jquery ui datepicker in one of my asp.net page, the datepicker is not visible , i changed the z index of the datepicker also but nothing is coming out, what should i do ...

How can I make a modal window(url) refresh to another modal window(url) via facebox

This is ultimately what I want to achieve. User clicks on Page1 Modal window opens. User clicks on Page2 Modal window refreshes to that page. ///// But this is what happens User clicks on Page1 Modal window opens. User clicks on Page2 Page changes to index2.html. ...

problem with thickbox 3.1

Hello everybody i have a problem with thickbox i use thickbox in html and xsl in file xsl i insert ?keepThis=true&amp;TB_iframe=true&amp;height=500&amp;width=700" after hyperlink and add class="thickbox" in html i install thickbox with thickbox.js and thickbox.css but when i implement it not work, when i press f5 10 times or 20 time...

Thickbox 3.1 IE8 scrolling problem

Hi, Having a slight problem with http://jquery.com/demo/thickbox/ In IE8, the overlay window doesn't scroll when you scroll down in the browser. So if you click something at the bottom of the browser window, the overlay window pops up but at the top of the screen so you have to scroll back up. This only happens in IE8, all other brow...

Thickbox not functioning when placed using AJAX

First let me say that I learned scripting by myself so my approaches may be a bit weird. I want to call images into a div using AJAX but with a thickbox tag so when the image thumb is clicked the big image is displayed using the Thickbox (jQuery). Here is the example page: click here OK, please click in the menue on "photo" and then o...

thickbox help to call method from parent html on close

I use thickbox to load an html. This html has a form that i need to add some stuff to the database. I have a select box in the main html (the one that i load thickbox from). What i want to do is when i press the close button in thickbox, the select box has to be updated with the stuff i just added in the database. I was thinking to modi...

which one is the best: facebox, thickbox, jquery ui dialog, others ??

which one is the best to use for: images regular div content ajax loaded content forms to post to server ...

How to use Thickbox with jqGrid on a ASP.NET WebForms Page ?

I have a asp.net webforms page in which I'm using the jqGrid component. The problem is that thickbox is not working on the links inside jqGrid (ajax). I got this peace of code on Gupta's blog but I don't know how to add it as I'm using the jqGrid component for ASP.NET. Can anyone help ? Thanks. gridComplete: function(){ // ThickBox - t...