Opening a page from a frameset

I have created a frameset, but in one of the frames I have a link to a different page. I want this page to open its own window and not be displayed in the frame or frameset. Is this possible?

Subject: Opening a page from a frameset

Hai, You Can Use

Window.open(“url of page”)

else

Donot set the Target Frameset

It will open Separate

Hope that will help u

Subject: RE: Opening a page from a frameset

Thanks Pawan,

Unfortuantely that didn’t work. But I solved my problem. In the properties box of the hotspot link I typed ‘none’ into the frame column.