thickbox

jQuery .ready in a dynamically inserted iframe

We are using jQuery thickbox to dynamically display an iFrame when someone click on a picture. In this iframe, we are using galleria a javascript library to display multiple pictures. The problem seems to be that $(document).ready in the iframe seems to be fired too soon and the iframe content isn't even loaded yet, so galleria code is...

Is there a way to use Thickbox with dynamic content?

Here's the scenario: I have a textbox and a button on a web page. When the button is clicked, I want a popup window to open (using Thickbox) that will show all items that match the value entered in the textbox. I am currently using the IFrame implementation of Thickbox. The problem is that the URL to show is hardcoded into the "alt' ...

Should developers trying to utilize the best of jQuery still be using ThickBox 3.1

Is this still the recommended library in use? ThickBox 3.1 ...

jQuery, ThickBox with Ajax content for beginner

Here is the scenario: ThickBox is opened from parent window (when button is pressed) with Ajax content (div based form) that contains the set of inputs with autocomplete support. Once ThickBox(form) is closed the input values should be passed to parent window. Question: the content of ThickBox is loaded dynamically, so what's the corr...

Populating a thickbox via javascript or jQuery

I'm trying to get string data from a web service and populate a thickbox with this data. I feel like this should be the easiest part of the task but so far this is where I'm stuck. Here is the code in question... function AjaxRequestHandler(layerName) { PageMethods.AjaxRequestHandler(layerName, OnSucceeded); } function OnSucceed...

How to show a Lightbox dialog from an ASP.NET AJAX response.

I want to use Thickbox (or one of the varieties) on our site to display information messages returned from the server. Examples include warning messages returned from biz logic, etc. The first place to need this functionality will be the navigation buttons on an asp:wizard control. When the user tries to move forward, we validate thei...

thickbox ajax URL in hotspot Response.Redirect

Hey all, I'm creating a loop in C# to define that each hotspot in an imagemap, opens a ThickBox inline content windows.This is the code for the ThickBox inline content link: <a href="#TB_inline?height=155&width=300&inlineId=hiddenModalContent&modal=true" class="thickbox">Show hidden modal content.</a> Here's my code behind the imagema...

form submission within thickbox

I have a contact form open in thickbox i want when user click on submit form data submit to my php that will process that data and show sucessfull msg back to thickbox. php page is called but how i will get form data? ...

lightbox effect/control for C# with ASP.NET

Update:OK about ThickBox, I found the version that supports button but I get a message saying "Operation could not be completed" when I try to use the controls and add them in design mode. Not sure what else to do :( Any idea why I get this message? I already found the Ajax Control Toolkit, but I can't install it for some reason (with...

How to load external content to a div using jquery (think embedded lightbox)

Using Thickbox is great it allows me to load external sites into the thickbox and they retain their functionality, appearance, etc. I know how to load simple content into a div with jquery but I am stuck on how to load external content to a div in a page (preferably via onload event) and have that div act like Thickbox and retain the fu...

Best tools for Thick Client Penetration Testing

I am looking for Application Security Testing (Penetration Testing) of Thick Client Applications. I know of Echo Mirage and ITR as good tools to test these kinda applications. Does anyone know of any other tools that do this? ...

web2.0 popup?

Hiya, A site I need requires a check on the user when they click links which will take them to external websites (don't ask why, it just does..) The client wants some sort of popup box which will then have "do you really want to go?" along with 2 buttons for yes or no. Now I've done all this in the classic browser popup so far, as it...

Close thickbox and the open it again

Hi, I am trying to do kind of a wizard using thickbox, and it works fine when opening it the first time. When I click next I would like to close the div I have opened and open a new one in thickbox, but how is it done? I have tried the following code, but it just closes the thickbox and doesn't open it again: tb_show("", "#TB_inline?hei...

GridView scroll position/Thickbox

I'm following a example by Matt Berseth on Master Detail using Thickbox where the thickbox will refresh the UpdatePanel of the calling page to reflect changes done of the thickbox. My GridView in the calling page is a fixed header gridview and to maintain the scroll position of the gridview, I use the following code. The problem now is...

Calling thickbox from a js file

Hi i am trying to add thick box to a overlay in googlemaps. On my JQuery onload function i call the following function. The map works fine. But when the thick box doesn't seem to be called. This is the line that does work <a href="test.html?keepThis=true&TB_iframe=true&height=250&width=400" title="add a caption to title attribute / or l...

How can I simulate an anchor click via jquery?

I have a problem with faking an anchor click via jQuery: Why does my thickbox appear the first time I click on the input button, but not the second or third time? Here is my code: <input onclick="$('#thickboxId').click();" type="button" value="Click me"> <a id="thickboxId" href="myScript.php" class="thickbox" title="">Link</a> It...

Thickbox modal form related

I am using asp.net MVC. I am opening my login page as Modal page Like this -> Login demo The problem is when user gives incorrect information then I lost parent page. And this happens because the errors comes with another page and it removes parent page. So how to update the modal page? I know ajax update is possible so don't give ...

solution for popup page as modal

I was using window.showModalDialog() but doesn't work on all browsers. People recommends me jquery, thickbox and also this contact Example but the problem is when i submit the page, server will send me another page, and that page will replace my original page! so actually it doesn't fulfill my requirement. My requirement is on button...

jQuery validation not working in Thickbox display ajax call

Hello All, Im using Thickbox 3.1 with jQuery 1.3.2 with the Validation plugin and all works great when I run the pages individually but when I use Thickbox the page popup (As it should) but the validation on the page now doesn't work (Inside the Thickbox), any help on this would be great. BTW the strange thing is that Thickbox looks to...

How does Thickbox work for displaying another page Like Login page?

I ask this because I want to display a page in iframe and on clicking any link in iframe content, it should display it in the same iframe. Check this site. and see how an iframe alow me to surf other sites. ...