Hi,
I have the following code
<a href=" target="_blank">
<object width="300" height="250">
<param name="movie" value="AssociatedObjects/MPU/xxx_v2.swf" />
<embed src="AssociatedObjects/MPU/xxx_v2.swf" width="300" height="250"></embed>
</object>
</a>
The problem is when I view and click the object, it doesnot open in a new window, even with target='_blank'...?
Thanks in advance
I have the following code
<a href=" target="_blank">
<object width="300" height="250">
<param name="movie" value="AssociatedObjects/MPU/xxx_v2.swf" />
<embed src="AssociatedObjects/MPU/xxx_v2.swf" width="300" height="250"></embed>
</object>
</a>
The problem is when I view and click the object, it doesnot open in a new window, even with target='_blank'...?
Thanks in advance