[jQuery] Re: Thick box Parent window

2009-07-12 Thread bharathbhooshan ambati
here is my code: http://www.google.com/' ;">here On Mon, Jul 13, 2009 at 10:02 AM, bharathbhooshan ambati < bharathbhooshan.amb...@gmail.com> wrote: > ok thanks > > > On Fri, Jul 10, 2009 at 6:29 PM, Rick Faircloth > wrote: > >> >> Hi, jazz... >> >> I'm not sure how best to fit this into your

[jQuery] Re: Thick box Parent window

2009-07-12 Thread bharathbhooshan ambati
ok thanks On Fri, Jul 10, 2009 at 6:29 PM, Rick Faircloth wrote: > > Hi, jazz... > > I'm not sure how best to fit this into your code, but > you could try this: > > > > $(document).ready(function() { > > $('#redirect').click(function() { > > TB_remove(); >

[jQuery] Re: Thick box Parent window

2009-07-10 Thread Rick Faircloth
Hi, jazz... I'm not sure how best to fit this into your code, but you could try this: $(document).ready(function() { $('#redirect').click(function() { TB_remove(); top.location = "/myapp/redirect.jsp"; }); }); www.google.com ht