How to launch URL in same browser window?

  • Thread starter Thread starter Clark
  • Start date Start date
C

Clark

Probably a very simple question...

I'm using a software application that generations HTML code to display
photographs. I also have FrontPage but really don't know how to use
it. But I do know how to edit code with it.

How do I change the code to make the clicked links open in the same
window instead of a new browser window?

Thanks
 
In FP right click the hyperlink and set the target to same page

--




| Probably a very simple question...
|
| I'm using a software application that generations HTML code to display
| photographs. I also have FrontPage but really don't know how to use
| it. But I do know how to edit code with it.
|
| How do I change the code to make the clicked links open in the same
| window instead of a new browser window?
|
| Thanks
|
|
 
Thanks for the reply, but I'm afraid I don't understand it. Here's
the sample code..


</center>
<br>
<div class="foot">
Return to Index :<a href="../index.htm">Home</a><br>
</div>
</body>
</html>


When I click on the "Home" another browser window opens and Index.htm
opens in that new browser window. I'd like for Index.htm to open in
the same browser window. ???
 
Check the HTML/Code View of the page with the link, to be sure that you do not have base target
value set.

You can also under hyperlink properties set the link to same window, _top.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top