Topic: noresize and size of window (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=9540" title="Pages that link to Topic: noresize and size of window (Page 1 of 1)" rel="nofollow" >Topic: noresize and size of window <span class="small">(Page 1 of 1)</span>\

 
Genevieve
Paranoid (IV) Inmate

From: Santa Clara, CA, USA
Insane since: Jul 2002

posted posted 10-10-2002 01:34

Hey all! I haven't been around much lately, hope you're all doing well!! My "physics" site for work is almost done, YAY!! Mostly all I need to do is tweak a few things I've left hanging...thus the question I'm about to post.

I'm using frames (ya ya ya....I know it's not the greatest but my boss loves it so shush ) Anywho, here's the frame code:

code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Educator's Guide</title>

<frameset noresize="true" cols="165px, 585px">
<frame src="TOC.html" id="TOC" name="TOC" />
<frame src="Cover.html" id="main" name="main" />
</frameset>
</head>
<body>
<noframes>
<p>Sorry, you don't have frames! Please update to your latest browser.</p>

<p>However, until you do that, click <a href="NonFrameTOC.html">here</a>
to open the Table Of Contents for the Educator's Guide.</p>

<h3>Please note: The links at the bottom of the pages will not work. Keep your Table Of Contents
Open to navigate.</h3>

<div class="center"><img src="/EducatorsGuide/pics/meatball.gif" width=150 length=125 /></div>

</noframes>
</body>
</html>



My noresize isn't working...it still lets the viewer resize the windows.

AND I'm trying to set the size of the window by setting the size of the frames, but I can't tell if it is working. Anyone know how to do that? I looked at different sites and couldn't find what I'm looking for but I may just be looking for the wrong thing.

Thanks so much everyone! I appreciate your help!!

Genevieve

Wowzers! o.O

Visit my cell! 754

chudzta
Bipolar (III) Inmate

From: Williamsburg, VA
Insane since: Aug 2002

posted posted 10-10-2002 02:10

hmm maybe its just me but i thought there didnt have to a ="true", that was back b4 i got the frames suck speech and quit using them.. lemme go visit the htmlgoodies.. i'll be back if i find out otherwise..

::Chudzta's Personal Page::

chudzta
Bipolar (III) Inmate

From: Williamsburg, VA
Insane since: Aug 2002

posted posted 10-10-2002 02:17

hey just checked out joe's stuff.. i saw somehwere on there noresize="yes" maybe thats a the solution... but if true supposedly works as well then im sry, u'll have ot wait for a more knowledged html guy.. - Ry

::Chudzta's Personal Page::

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 10-10-2002 02:20

I'm not sure if this will fix your problem, but the <frameset> tags should *not* be inside the <head> tags. The order is as follows:

<html>
<head>...</head>
<frameset ...>...</frameset>
<noframes><body>...</body></noframes>
</html>

Oh, it's not noresize, it's resizable, as in resizable="false". If that doesn't work, try different spellings... "resizeable" for instance. I'm not sure which is correct.

Also, the rows="" and cols="" attributes of framesets do *not* use the "px" suffix for values. They use the "%" suffix for percentage values, but pixel values should be given as numbers without a label. This is because this is a part of HTML that was created well before CSS came out.

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 10-10-2002 07:43

Slime, there's no "resizable" attribute...

Genevieve, "noresize" attribute should be added to the <FRAME> tag, like this:

<FRAMESET COLS="165, *">
<FRAME SRC="about:blank" NAME="TOC" NORESIZE>
<FRAME SRC="about:blank" NAME="main" NORESIZE>
</FRAMESET>


Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 10-10-2002 07:48

Oh. Perhaps resizeable is one of the things passed to window.open(). I get all this stuff confused... these are things I don't use anymore =)

Genevieve
Paranoid (IV) Inmate

From: Santa Clara, CA, USA
Insane since: Jul 2002

posted posted 10-15-2002 23:41

Sorry, I haven't been working on this project since last week and haven't had a chance to check the boards (though I've told my Systems Programming class all about it! hehe....you might see some of them soon) ANYWHO, I'll try the suggestions and tell you what happens.

Thanks all!
:-D

Genevieve

Wowzers! o.O

Visit my cell! 754



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu