In the help manual at jquery it says this:

# Create a link element (<a href>)
# Give the link a class attribute with a value of thickbox (class="thickbox")
# In the href attribute of the link provide the URL you would like to display in a ThickBox
# In the href attribute, after the URL, add the following query on to the end of the URL & any parameters you might add:

?KeepThis=true&TB_iframe=true&height=400&width=600

I have this, but it doesn't work:

<p><a class="thickbox" href="http://www.google.com?keepthis=true&tb_iframe=true&height=400&width=600">test url</a></p>

Any suggestions for this beginner?

Comments

general need’s picture

Title: Simpel Q regarding iframed content » Simple Q regarding iframed content

Anyone :)

general need’s picture

Please...?

frjo’s picture

I have not used this feature much but could it be so simple that you need to get the case right?

Change this:

<a class="thickbox" href="http://www.google.com?keepthis=true&tb_iframe=true&height=400&width=600">test url</a>

to this?:

<a class="thickbox" href="http://www.google.com?KeepThis=true&TB_iframe=true&height=400&width=600">test url</a>
frjo’s picture

Status: Active » Fixed

Cleaning up old issues.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.