thickbox

Jquery Ajax response Using ThickBox

So I have a ajax call to a service(using JQuery) that returns valid html: <table class='datagrid' style='width: 600px; text-align:left'> <tr><th>User</th><th>Full Name</th><th>Company</th><th>New Prints</th><th>Reprints</th></tr><tr> <td> <a class='thickbox' href='UserSessionReportPopup.aspx?user=1&start=9/2/2009&end=9/30/2009&TB_iframe...

how to call thickbox's tb_show() from asp:button's click event in updatepanel instead of onclientclick?

hi,all: I have a content page with some buttons and a listview wrappered with updatepanel, and with scriptmanager control in site.master page. In my content page, button1_click() enable the insertitem template to insert master record, and I want to insert detail records by clicking button2, in button2_click event, maybe first ...

SWFAddress and Thickbox (or JQuery?) Not Playing Nice in IE6/7

I have a simple little lightbox form, activated by a link in my footer, implemented by the jQuery Thickbox plug-in (v3.1). It works fine in Chrome, Firefox and IE8. But in IE6 and IE7, the lightbox works only intermittently. In most cases, a new window is opened instead. This is not cool. The thing is, if I remove the reference on that ...

Two of the same image displayed by thickbox gallery at once

I am having a problem where occasionally two of the same images will load up, one on top of the other so both are showing. This only happens on the first image that loads up and is very intermittent. Has anyone else run into this problem using thickbox? Does anyone know how to fix it? Thanks ...

Resizable and dragable iframe in thickbox (drupal)

hi, I have made a block in its body I have added php code that is : $var = md5(time()); echo "http://maps.google.com/maps?q=http%3A//mysitename/sites/default/files/content.kml?q=" . $var . "&keepThis=true&TB_iframe=true&height=560&width=1024' class = 'thickbox'>View Works On a Map"; ?> the above code causes an iframe to open with thic...

show jquery thickbox when submitting form ?

I have form to upload images.. what i want is to process the form by ajax and after success show jquery thickbox.. ...

Thickbox title showing up twice

I have a link that opens a Thickbox... <a href="page.php?tag=lists-element&keepThis=true&TB_iframe=true&height=450&width=500"> Everything works with this except when the Thickbox opens up the title is displayed twice: Any ideas as to why this is happening or how it can be fixed? ...

Activate a function when thickbox is closed

Hello all, could someone PLEASE advise me on how I can activate a function once Thickbox is closed, this would be much appreciated. function tb_remove() { window.parent.pageUpdate();// << this is what i have tried $("#TB_imageOff").unbind("click"); $("#TB_closeWindowButton").unbind("click"); $("#TB_window").fadeOut("fast...

call function to parent of iframe

Im sorry to ask the same question again its just nobody seems to know and i really really need the answer. Hello all, could someone PLEASE advise me on how I can activate a function once Thickbox is closed, this would be much appreciated. function tb_remove() { window.parent.pageUpdate();// << this is what i have tried $("#TB_i...

Thickbox doesn't close when Esc key is pressed when the iframe is focused

When I focus the iframe and try to push the esc key to close the window, nothing happens. I assume that it is because the focused iframe is not subscribed to this event. Does anyone have any ideas how I could attach this event to the iframe without having to manually edit each one of the pages that are contained in a thickbox? ...

Jquery blockUI + Validate plugin - Validation not firing

Context: Using Asp.net 2.0 webforms, Jquery 1.3.2 and BlockUI and Validation plugins. I have a Gridview which is databound with some html buttons and then these buttons are wired up in jquery so that when clicked, blockUI displays a div with various inputs. When the modal is submitted, I am using the Validate plug-in to validate the inp...

Refreshing the main page after closing a modal window

Hello guys, On a given webpage I have a link that opens a modal window using Thickbox. In that window I have a form which I use to save some data. After I submit the form, I close the modal window. Now my question is: can I refresh the main page after closing the modal window? Thank you. ...

How to display any html content in thick box using joomla 1.5 and mootools 1.1

hi friends I am developing one site using joomla 1.5 and mootools 1.1 for js framework, in that i need to display some HTML content to be displayed in thick box. I have tried a lot, but its not working for me not even giving an error. Please let me know if have any solution to this problem. Thanks in advance...... ...

thickbox image gallery

if I display one image link from a folder how can I use this image to create a gallery for that folder using thickbox without having to display all images from the folder. ...

Can't get image to appear full size with thickbox jquery

I can't seem to get my image to pop up the actual size when using thickbox. anyone know how to fix this? <html> <head> <link rel="stylesheet" type="text/css" href="style.css"> <title>WildFire</title> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/thickbox.js"></script> ...

ASP.NET MVC "thickbox" Modal Dialog and selectList form

User has to input a field by selecting a row from a list. I can show a list in Modal Dialog with "thickbox". something like this. <%= Ajax.ActionLink("Please Select From List...", "ShowItemsList", "MyController",ViewData.Model, new AjaxOptions { InsertionMode = InsertionMode.Replace }, new { @class = "thickbox" })%> But i do not k...

Loading Thickbox Gallery Slideshow

I'm using the Thickbox "Gallery Images" example http://jquery.com/demo/thickbox/#examples to show a slideshow for a group of photos which works perfectly, except that I also want to have a button that says 'Start Slideshow' that will open Thickbox and display the first photo in the slideshow that is tagged under the group 'rel="slideshow...

Search field with Thickbox problem

hello everyone! today i'm having this problem. i have a search form which is shown with Thickbox inside an iframe. the problem is.. that after i click "search" the result page is shown inside the same iframe! and i want it to be shown in the main windows. so, how can i.. post the string and close the thickbox at the same time? ...

Trigger thickbox from flash

hello guys! i wonder if somebody knows how to trigger thickbox from onRelease() event in flash. is that possible? ...

How to use properly use thickboxes in my application?

I have a couple questions regarding thickboxes. I am developing a site that needs a few thickboxes on the home page to be displayed at different times. When the thickboxes are shown, it will trigger an API call and display feedback in the thickbox. I decided to go with displaying the thickboxes inline to reduce the amount of Ajax call...