
Why do my links open new windows rather than update an existing frame?

Hi,
Here is the answer,
This feature is a byproduct of frames (In many opinions, the only good things frames did for web design). On any HTML page, you can just add target="_blank" to your link syntax.
you just have to type inside the tag
<a href="url" target="_blank" > ,,,.....</a>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.