I've created a button on the image properties "upload" tab that I want to redirect to a new page. Using regular javascript, I would say this works...but it doesn't:
function buttonClick(){
window.opener.location = "http://www.mysite.com"
window.close()
}
Is there anything I can do instead?
Wed, 01/04/2006 - 14:52
#1