Posts: 457
Name: Randy
Location: Northern Wisconsin
|
I have to say I am bit confused here. This is a flash button? That's a lot of code for a simple button it seems.
Why not:
1. Make the link as you had it originally with regular href and target="_blank".
2. Make two images (on.gif and off.gif) using a simple javascript image swap(onMouseOver onMouseOut) to do the same thing as your flash button does.
Then the browsers will load the href page location in a new window like you want. I only use javascript:void(0); when I want the "onclick" to perform some task on the same page like an image swap or a change of content of a div, etc.
Hope this hepled.
|