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:self.parent.tb_remove(); parent.location.href=(this).href(www.google.com.au)"
Cheers,
Shap