[RESOLVED] Relocate Window?

Hi!
I want the button click on an alertbox to relocate my application to another page. Can anyone help me please?
[122 byte] By [Visslan] at [2007-11-20 11:28:47]
# 1 Re: [RESOLVED] Relocate Window?
you can use this in your javascript:
window.location.href = 'www.dev-archive.com';
hspc at 2007-11-8 0:43:26 >
# 2 Re: [RESOLVED] Relocate Window?
Thank you!
Visslan at 2007-11-8 0:44:20 >