Frameset resizing

I am in need of support with one of my framesets.

On the left side of my browser i have the frameset on auto scroll. This works correctly but when i resize the browser window i cannot scroll accross horizontly.

Please view at my website - www.121chatrooms.net you must login to view correctly in member name: username is test and password is dad

url is www.121chatrooms.net

thank you very much.



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="alexaVerifyID" content="nIrKJZpmckUnlmu0n8PIofxRW4c" />
<meta name="google-site-verification" content="crfEx1DzIkX0Pz2eIN9SXZ1lveYwEtCN3eb5y7RwGqQ" />
<meta name="description" content="A simple animated graphical chatroom site for all users of all age from around the world.  Chat as a chat puppet which looks like you and join in on the fun today!  100% FREE.  Also members get a free email address yourname@121chatrooms.net" />
<meta name="keywords" content="singles chat rooms,chat rooms,christian chat rooms,local chat rooms,melbourne chat rooms,perth chat rooms,brisbane chat rooms,chat,Chatrooms,australian chat rooms,online chat rooms,greek chat rooms,sydney chat rooms,all chat rooms,Teen Chat,meet new people,dating chat rooms,teenage chat rooms,avatar chat rooms,aussie chat rooms,internet chat rooms,senior chat rooms,Relationship Chat rooms,chat chat rooms,Kids Chat Rooms,General Chat,General Chat rooms,Australia Chat rooms,chat rooms australia,best chat rooms,online dating chat rooms,easy chat rooms,virtual chat rooms,English Chat,married chat rooms,instant chat rooms,fun chat rooms,google chat rooms,teenage flirt chat rooms,websites to meet new people,Travel Chat,list of chat rooms,18 chat rooms,chat rooms no registration,no sign up chat rooms,Online Chat Rooms,Dutch Chat,1 on 1 chat rooms,sex chat rooms,chat rooms for all ages,Meet new people online,Find new friends online,Free email,email,address,email address,animated chat,animated,chatroom,chatpoint,chat point,121,121chat,121chatroom,121 chat,121 chatroom,free,free chat,free chatrooms,facebook,myspace,singles,love chatrooms" />
<script type="text/javascript">

function closeBrowser() {
   window.close();
}
</script>
<?php
$activate=$_GET['activate'];
?>
<title>121ChatRooms - Graphical Chatrooms</title>
</head>

<frameset rows="538" min cols="*,697" framespacing="0" frameborder="no" border="0">
  <frame src="http://social.121chatrooms.net" name="actionframe" id="actionframe" title="actionframe" scrolling="auto" />
  <frame src="loading.php" name="rightFrame" scrolling="auto" id="rightFrame" title="rightFrame" />
</frameset>
<noframes>
<b>Error:</b> Your web-browser does not allow frames.  We recommend you use <a href='http://firefox.com' target='_blank'>Mozilla Firefox</a> to view our chatrooms properly!
</noframes>
<?php
if ($activate == "yes"){
?>
<body onLoad="alert('Your account has been activated!  You can now login!')">
<?php
} else echo "<body>";
?>
</body>
</body>
</html>

It looketh like you are using propriety code, which never helps let alone a few syntax errors remove the errors and proprietary code and it shalt function.


    <frameset rows="538" cols="*,697">
      <frame src="http://social.121chatrooms.net" name=
      "actionframe" id="actionframe" title="actionframe" scrolling=
      "auto" />
      <frame src="loading.php" name="rightFrame" scrolling="auto"
      id="rightFrame" title="rightFrame" />
      <noframes>
        <body>
          <b>Error:</b> Your web-browser does not allow frames. We
          recommend you use <a href='http://firefox.com' target=
          '_blank'>Mozilla Firefox</a> to view our chatrooms
          properly!
        </body>
      </noframes>
    </frameset>

Obviously the content will determine whether the horizontal bars appear but they should work if you used the above. Obviously I’ve cut down the syntax and removed the PHP.

hmm, ive edited to your standards and problem stilll exists :frowning:

I cannot see the code changes (I mentioned have been implemented) you still have that nonsense; frameborder plus one or two other errors in there.

Not to be a downer but framesets are old school and VERY bad for SEO. Is there another way you could present your content?

I was about to say much the same thing – frames? What is this, 1997?