thickbox

Using Response.Redirect with jQuery Thickbox

I'm using jQuery Thickbox to display an iframe (upload.aspx) that allows a user to upload a file. In the code behind for the upload.aspx I finish by sending: Response.Redirect("blah.aspx"); The page I redirect to is dynamic based on the results of the upload process. When this redirect happens, it happens inside the Thickbox and not...

How to open pdf file in thickbox?

Hello, I want to open pdf file in thickbox using ifram ? any have any idea? ...

jquery thickbox height problem

My thickbox renders correctly in my dev environment, but in prod, the default height kicks in even though I'm supplying width and height params. TB_WIDTH = (params['width']*1) + 30 || 630; //defaults to 630 if no paramaters were added to URL TB_HEIGHT = (params['height']*1) + 40 || 440; //defaults to 440 if no paramate...

Cannot cause $(this).find("a").click(); to fire using JQuery

Hi Everyone, I have a small question which should be very easy for the jquery experts out there. I am trying to follow http://aspdotnetcodebook.blogspot.com/2010/01/page-languagec-autoeventwireuptrue.html to be able to perform an action on gridview row double click. I can redirect to another page fine (as shown in the example) but I ca...

need to changed markup with jquery

I have the following markup which I do not have direct access to... <a href="javascript:void(0);" onclick="window.open('/BulkDiscounts.asp?ProductID=318&ProductCode=' + escape('LB30X40ES') + '&Orig_Price=22.95', 'Discounts', 'scrollbars,status,resizable,width=330,height=300');"><iimg src="/v/vspfiles/templates/100/images/buttons/btn_qua...

need to changed markup with jquery to work with thickbox iframe (2nd attempt)

This is a revised attempt at solving this issue. Excuse my noobness. I have the following markup on a page of which I do not have direct access to... <a href="javascript:void(0);" onclick="window.open('/BulkDiscounts.asp?ProductID=318&ProductCode=' + escape('LB30X40ES') + '&Orig_Price=22.95', 'Discounts', 'scrollbars,status,resizable,w...

cannot get thickbox to open / tb_show function ignored

I have two links that should open up thickbox's in iframes but only one works (the one with the id of product_photo_zoom_url2). I have the following jquery code that works when this code (in first code box) s removed from the markup. This code loads a picture zoom function. See complete markup below. All that happens when the first zoom ...

cannot get thickbox to open / tb_show function ignored 2nd attempt

I have two links that should open up thickbox's in iframes but only one works (the one with the id of product_photo_zoom_url2). I have the following jquery code that works when this code (in first code box) s removed from the markup. This code loads a picture zoom function. See complete markup below. All that happens when the first zoom ...

Problem loading php page via shadowbox

Hy I have a html page in witch I want to open a php page via shadowbox, the problem is in IE 6/7/8 the page is loading but it is not displaing, it works perfectly in FF this is the hole page, the problem occures when you click on [email protected] at the bottom of the page. I have tried using colorbox and thickbox <!DOCTYPE H...

How to change the default behavior of the ThickBox?

Hey Guys, I am using Thickbox in one page, now as u know, if we click out side the thickbox page [means in the black part], so i want to remove that behavior, i want to remove that thing....means if the user had click out side of that page in dark part then the page should not be remove-disappear, it should stay in the window.. the onl...

livevalidation_standalone.compressed.js not working in thickbox.js in chrome and safari

livevalidation_standalone.compressed.js is not working in thickbox in chrome, thickbox is opening but validation not working at all, but it works in ordinary seperate page in chrome, Note: Thickbox with livevalidation_standalone.compressed.js validation works well in firefox. While view source i could not find this: <script type="tex...

JQuery Thickbox Ajax Loader Bug in Chrome/Safari

I know it's an old JQuery library, but I am still using Thickbox 3.1 throughout my site. On Chrome and Safari, when you click a thickbox link, the iframed page pops up, but there is no preloader image. It goes directly to the page and waits on the popup until it loads. This becomes a problem when the popup is loading a lot of content and...

jQuery qTip & ThickBox

I have a form loading in a Thickbox, which is submitted using AjaxForms and I'm trying to add some nice qTips to give users a better understanding of what the form field does when they enter data (it's a configuration options modal dialog) The existing stuff works fine, the ThickBox pops and the form displays and submits okay. However I...

how do you change focus to a javascript thickbox in Visual basic

How do you change focus to a javascript thickbox in Visual basic script ...

jQuery validation not working after coming back from Thickbox display

Hi, I am using Thickbox 3.1, jquery-1.3.2.min.js and jquery.validate.js. similar to the validation not working problem, JQuery validations are not working in my case. I have a form that gets validated before submitting, and on submit I am calling a preview page. This preview page is thickbox pop-up display with options to submit or ed...

Thickbox integration for MooFlow

Hi Can anybody help on how to integrate thickbox(http://jquery.com/demo/thickbox/) for MooFlow(http://www.outcut.de/MooFlow/example-milkbox-bridge.html) slide show. My requirement is: need a modal window with html content (details of the photo) when i click on a photo. Thanks in advance. --Nehatha ...

JQuery LiveValidation and Thickbox Variable Error

I am working in Symfony 1.0 launching a Thickbox modal window that contains a form, which is being validated on the fly using LiveValidation. The modal window launches fine, however the LiveValidation plugin is getting an error, saying that "ReferenceError: Can't find variable: LiveValidation" and then referencing various variables I am ...

Jquery thickbox to work with Url.Action link in Asp.net mvc

Hi, I want to implement a Jquery thickbox to show an image that is generated from my database in ASP.Net MVC. My link looks roughly like this: <a href="<%=Url.Action("ShowPhoto", "Item", new { id = pic.pictureID }) %>" class="thickbox"><img src="<%= Url.Action( "ShowThumbnail", "Item", new { id = pic.pictureID } ) %>" alt="" width="1...

Form in Thickbox Refresh Parent On Submit

I have a form sitting in a Thickbox modal in a Symfony project. I am trying to make it so that when the user submits the form, the modal closes, form submits and the parent page refreshes to show the new data (saved to the db). I added to the function tb_remove() parent.location.reload(1); This looks like it refreshes the page, but i...

Using PHPThumb and Thickbox/Colorbox

When linking to a resized image by PHPThumb to popup in a lightbox using either thickbox or colorbox, I am getting a lightbox come up with data and characters. I am guessing because thickbox does not see my image as a real image because it is outputted with the php extension: includes/phpThumb/phpThumb.php?src=includes/kcfinder/upload/...