Follow us on...
Follow us on Twitter Follow us on Facebook
Register
Results 1 to 5 of 5
  1. #1
    themacko's Avatar
    themacko is offline Barking at the moon.
    Join Date
    Sep 2001
    Location
    Tempe, Arizona
    Posts
    1,695
    Thanks
    0
    Thanked 0 Times in 0 Posts

    why can't windows users see this?

    I'm making my website right now, and it looks fine on my Mac but I've tried it on two Windows computers in IE and it won't work. There must be something wrong with the frames code:

    Code:
    <html><head>
    <title>Scott Mackey's Homepage</title>
    </head>
    <body bgcolor="#ffffff">
    <frameset rows="40,*" border=0>
    <frame name="navigate" noresize src="nav.html">
    <frame name="body" noresize src="news.html">
    </frameset>
    </body></html>
    The site is located at: http://homepage.mac.com/themacko/

    Thanks for helping out here, I dunno what I did wrong.
    "May all your trails be crooked, winding, lonesome, dangerous, leading to the most amazing view, where something strange and more beautiful and more full of wonder than your deepest dreams waits for you."
    -Edward Abbey

  2. #2
    TullFan is offline Registered User
    Join Date
    Jan 2002
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Put the <frameset ... > stuff inside the <head> </head> tags and it should work...

  3. #3
    edX's Avatar
    edX
    edX is offline mac shaman
    Join Date
    Nov 2001
    Location
    SF Bay Area
    Posts
    7,268
    Thanks
    0
    Thanked 0 Times in 0 Posts
    thanks for sharing scott. so which one in the back of the truck are you? i also like the panorama of the stadium. too bad more people weren't in the stands. the movie was pretty cool too.

    so who are you picking for sunday's game?
    20" 2ghz iMac G5 | 2GB ram | os 10.4 | 15" Ti PB 867 | 1 gb ram | os 10.3.9 | grape imacDV 400mhz | 512 mb ram | os10.2.8/9.2.2 | smc barricade router w/sbc yahoo dsl | HP psc-2355 all-in-one printer | graphire2 | Living happily ever after, every now and then

  4. #4
    themacko's Avatar
    themacko is offline Barking at the moon.
    Join Date
    Sep 2001
    Location
    Tempe, Arizona
    Posts
    1,695
    Thanks
    0
    Thanked 0 Times in 0 Posts
    TullFan: Thanks bro! That worked perfectly!

    Ed: I'm pretty sure the Rams are gonna win, but I would like to see the Pats take just because my boy J.R. Redmond (ASU alum ) is playing for them. As for those pics, I'm actually not in any of them! No one's really used my camera on these trips so I always get other people's prints and I don't have a scanner. That'll have to be my next project. Thanks for the compliments!
    "May all your trails be crooked, winding, lonesome, dangerous, leading to the most amazing view, where something strange and more beautiful and more full of wonder than your deepest dreams waits for you."
    -Edward Abbey

  5. #5
    Tigger's Avatar
    Tigger is offline Bring mich zum Licht!
    Join Date
    Nov 2000
    Location
    Germany
    Posts
    395
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Originally posted by TullFan
    Put the <frameset ... > stuff inside the <head> </head> tags and it should work...
    You shouldn't put the <frameset> inside the <head>, although that might work.

    The <frameset> should stand between the head and the body, like this:
    PHP Code:
    <html>
       <
    head>
       ...
       </
    head>
       <
    frameset>
       ...
       </
    frameset>
       <
    body>
       ...
       </
    body>
    </
    html
    (Used the PHP-Highlighting because it looks prettier)

    You can have a frameset, and put something into your body anyway. That way, if someone with a browser that can't display frames (Okay, these are not very often any more ) can see the page inside the body. Just put something like "You need a browser that supports frames!" in there, and you are save for everything...
    Blau macht gluecklich

    Try my little Flash Bomberman Game

 

 

Similar Threads

  1. My Month With XP.
    By themacko in forum Apple News, Rumors & Discussion
    Replies: 109
    Last Post: May 2nd, 2006, 07:35 AM
  2. The thrill is gone
    By karavite in forum Apple News, Rumors & Discussion
    Replies: 50
    Last Post: August 26th, 2003, 04:02 AM
  3. Mac users are smarter than Windows users (generally).
    By chemistry_geek in forum Bob's Place
    Replies: 5
    Last Post: July 14th, 2002, 10:16 AM
  4. Apple: Forget XP, try the Mac
    By tagliatelle in forum Bob's Place
    Replies: 1
    Last Post: November 25th, 2001, 06:12 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •