Hi, jazz...
I'm not sure how best to fit this into your code, but
you could try this:
<script>
$(document).ready(function() {
$('#redirect').click(function() {
TB_remove();
top.location = "/myapp/redirect.jsp";
});
});
</script>
<a id="redirect">www.google.com</a>
hth,
Rick
-----Original Message-----
From: [email protected] [mailto:[email protected]] On
Behalf Of jazz
Sent: Friday, July 10, 2009 8:50 AM
To: jQuery (English)
Subject: [jQuery] Thick box Parent window
Hi Folks
I want to close the thick box window and make the parent window to go
to a particular url
can any body suggest me how to solve this..
<a href="/myapp/redirect.jsp" onClick="parent.tb_remove()"
>www.google.com</a>