thickbox

javascript and thickbox

Hi, I have a thickbox appearing and have created a button which points to a new URL. I want it to work in the following way: 1. Click the button 2. Close the thickbox 3. Set parent window to new url. I have succeeded in closing the thickbox but cannot get it to open the new url. The code I'm using is as follows: a onclick="javascript...

How to activate thickbox from a query string on the end of a url

Hey All, I'm new to programming, and this website. I have what is hopefully a quick question about using thickbox, and jquery to display an overlayed video on a website. My problem is that I want to have the overlay displayed when someone clicks a link from an email. So the link would be something like: mywebsite.com/landingpage.html#p...

FullCalendar with ThickBox

Has anybody had any luck getting FullCalendar to work with jQuery's ThickBox? When somebody clicks on a FullCalendar event, I would like the event details to open into a ThickBox window. Any idea how to get them to work together? ...

how to make it as non closable thickbox when it is clicked outside

Hi all, Am using thickbox for getting users information, but while entering when i click outside of the thickbox its getting closed now, i want to be non closeable thickbox when it clicked outside. how to make it as non closeable i tried with TB_setCloseOnOverlayClick(false); but it didn't work. can anyone help me in this regard ...

refresh parent window after closing thickbox window

I am using Thickbox 3.1 for a login form, using the iframe version. I want to close the iframe (child) window, then refresh the parent window. This closes the iframe window, but I need to somehow set it to refresh the parent window <a href="#" onclick="self.parent.tb_remove();">Close</a> Any help is appreciated. ...

JQuery Thickbox - Can't get it to display

Hi All, I am using JQuery for the first time today. I can't make it to work (It simple doesnt show up). I want to display inline content using Thickbox (Eventually I will be displaying a PDF in an iframe). I have included all the javascript and css files etc. and referenced them as in code below. <%@ Page Language="C#" AutoEventWi...

jquery thickbox not working in 2005 ASP.NET

public void DisplayThickBox(Page page, int width, int height) { string script = "<script type='text/javascript'>"; script += "$(document).ready(function(){"; script += "tb.show('null', 'auto-insurance-redirect.aspx?keepThis=true&TB_iframe=true&height=" + height.ToString() + "&amp;width=" + width.ToString() + "...

How can i open Thickbox from a form and feed it with data ?

I have a simple search php script, within that script there is some html and javascript to make a search input field and a button. What i am trying to do is when someone enters a search, and presses submit, thickbox opens, and the results will be displayed in the thickbox. What i have so far is the search field and button, when i press ...

Thickbox does not show content i Firefox

Link: http://hedenstedfotoklub.net.dynamicweb.dk/ In the upper grey area there is a little icon which triggers ThickBox. My only problem is that in Firefox Thickbox doesn't show the content. Any ideas ? ...

not able to close the jquery iframe thickbox when the page is https

I have jQuery thickbox(TB_iframe=true) which shows an https page in an iframe based overlay. the parent page is http & overlay page is https. if i use self.parent.tb_remove() This does not work and gives me Permission denied for <https://www.abc.com&gt; to get property Window.tb_remove from <http://www.abc.com&gt;. Any solution....

How can I include images in the description area and a vertical scroll bar on Thickbox (jQuery)

I would like to get something like this using Thickbox: But I'm not sure how to add an image (the golden rose) in the description part (it uses title="description" in the anchor link). P S: Can I change the color of the description elements? I would also like to know how to make the scroll bar appear. Thanks in advance. ...

Get Value from thick box control

I have hidden field on thick box, when I close thick I need to get the value of my hidden field, when close thick box this method calls function tb_remove(parent_func_callback) { parent.document.getElementById('hdf').value// I need value of hidden field here please tell me how can I get hidden field value that is on thick box? e.g ...

How to remove insert image button from Yahoo Rich text editor

Hey Guys, I am using ThickBox 3.1 one one page. Now, there is one problem, i am using one form to open thickbox on the button click event. And i am using yahoo text editor on that form. And in the yahoo rich text editor there is one link of image insert.. but i don't know why its not opening. on click of it. the image insert dialog ...

Why the parent page get refreshed when I click the link to open thickbox-styled form?

Hi, all: I'm using Thickbox 3.1 to show signup form. The form content comes from jquery ajax post. The jquery lib is of version 1.4.2. I placed a "signup" link into a div area, which is a part of my other large pages, and the whole content of that div area is ajax+posted from my server. To make thickbox can work in my above arangem...

How to throw a server side error message in thickbox using php

Hi all, My prob in brief: I am validating a registration form with server side using php and its working fine. Now my prob is i need to show the error message using thickbox like popup. Is that possible. If yes please explain how? thanks in advance Code: <script type="text/javascript" src="thickbox/jquery-latest.js"></script> <sc...

How to show a server side error message in a popup using php

Hi all, I found some of the similar questions here but they are all in C#. So kindly tell me the easiest way to show the server side error message using popup. The popup may be anything like thickbox, modalpopup etc... Here is the sample code. I didn't get the error message in the popup. <script type="text/javascript" src="thickbox...

Thickbox 3.1 and Adobe Spry

Slightly going crazy trying to figure this out. Does anyone have a working example of ThickBox 3.1 working inside a tags? I have already commented out the $(document).ready(function() and tried to get it manually lauch at the onclick event but it is a no go. Any assistance on this would be greatly appperciated. ...

Using Jquery History Plugin to solve thickbox browser back button problem

Hi there, Some of you may be aware of the "problem" with Jquery plugins such thickbox , Lightbox,Fancybox etc.) where some users consider the back button to be broken. Basically, after loading a image/vid in thickbox, if you press the browser back button, it takes the user back to the page before the one they used to launch the image/vi...

how to use thickbox image gallery in Codeignitor?

Hi, I have integrate jQuery thick box in Codeignitor, when i am using this thick box for the singe image then it will work,but when i am using the same thickbox for image gallery by applying the "rel" attributes to anchor tag then it wont work it shows only loading bar. can anyone help me out? ...

Java Security filter together with thickbox pop-ups

Hi, I have a java application that uses a security filter to protect certain resources. If there is no user logged on, it will keep in session the request path and redirect to a logon page. After a successful logon, user is redirected to the original requested page. I have now added some thickbox (ajax bases pop-up) popups to the appli...