Opening pages in same window?

This is a discussion on "Opening pages in same window?" within the Web Page Design section. This forum, and the thread "Opening pages in same window? are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 6th, 2007, 14:57
New Member
Join Date: Jun 2007
Location: Maine
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to Vectorfan
Question Opening pages in same window?

I just published my first site, my only concern is that all my pages open in a new window. I am using Web-page maker v2, I tried setting the target to all the different options available, but the pages still open in a new window.
Is there a way to make the pages open in the same window?
my site is here: http://www.automotiveheavan.com
Reply With Quote

  #2 (permalink)  
Old Jun 6th, 2007, 15:05
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Opening pages in same window?

Oh dear! That code is absolutely horrible.

You're DOCTYPE is very outdated and incomplete. HTML Strict would be much better

Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
You're using div but you're letting the WYSIWYG do it for, hence all the errors

Using Dreamweaver and the likes
Resources for learning how to use CSS for layout

Learn to hand-code and you will save yourself lots of trouble in the end.

You don't need Javascript to do rollovers - Pure CSS rollovers without Javascript

As for you links loading in a different pages ... it could be this
Code: Select all
<meta http-equiv="Page-Enter" content="revealTrans(Duration=3,Transition=3)">
Reply With Quote
  #3 (permalink)  
Old Jun 6th, 2007, 15:16
New Member
Join Date: Jun 2007
Location: Maine
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to Vectorfan
Re: Opening pages in same window?

Thank you! Silly me thought that the program i am using would know how to code correctly...i see now, i was wrong...I have been studying HTML at w3schools.com...I also tried validating my page from w3c and got 28 errors, I tried to fix some manually...but as you said the coding is horrible! I just got too lazy to hand-code..I do have Frontpage on my computer..I will give it a try!
Reply With Quote
  #4 (permalink)  
Old Jun 6th, 2007, 15:29
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: Opening pages in same window?

To be honest, Frontpage probubly isnt any better..
Reply With Quote
  #5 (permalink)  
Old Jun 6th, 2007, 15:33
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Opening pages in same window?

Ditch the WYSIWYG!

HTML Editors
Using Dreamweaver and the likes
Reply With Quote
Reply

Tags
help, pages, windows

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with main page when opening new window Ice JavaScript Forum 20 Feb 13th, 2008 22:17
[SOLVED] open new window from main window AdRock Other Programming Languages 1 Nov 1st, 2007 02:45
Firefox ROCKS! help with opening new window annoyance PGS Webforumz Cafe 58 Dec 18th, 2006 04:30
Menu popup window opening from left to right. LoProphile JavaScript Forum 5 May 26th, 2005 16:16


All times are GMT. The time now is 17:42.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43