![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Dual pages open in preview
am a bit new to Dreamweaver and having a little trouble. I haven't got my site
on a server yet but when I go to preview and open my index page...the index page comes open but my home page also opens. What am I doing wrong? Thanks. Here is the initial code if this helps: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>McDowell Mountain Park</title> <style type="text/css"> |
|
|||
|
Re: Dual pages open in preview
you'll need to post the entire code for someone to look at and see where the
home page is being triggered -- You cannot lose until you give up !!! "azmikeoc" <webforumsuser@macromedia.com> wrote in message news:fsodf1$7v5$1@forums.macromedia.com... > am a bit new to Dreamweaver and having a little trouble. I haven't got my > site > on a server yet but when I go to preview and open my index page...the > index > page comes open but my home page also opens. What am I doing wrong? > Thanks. > Here is the initial code if this helps: > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml"> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> > <title>McDowell Mountain Park</title> > <style type="text/css"> > > |
|
|||
|
Re: Dual pages open in preview
If your index page is a frameset, there is a possiblility that there is a
script that is attempting to load your home page into one of the frames. If the script is not referencing the frame name accurately, then the browser will not know in which frame to load the document so it opens it in a new window. Example: Script calls "window.parent.mainFrame.location.href='home.htm'" but the actual name of the frame is "MainFrame" (case sensitive). Depending on your browser, you will either get an error or a new window. Hope this helps. |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|