Go Back   RunUO - Ultima Online Emulation > Developer's Corner > Programming > Script Languages

Script Languages Perl/PHP/Python/Ruby so on and so forth.

Reply
 
Thread Tools Display Modes
Old 04-21-2006, 01:52 AM   #1 (permalink)
Forum Expert
 
IHaveRegistered's Avatar
 
Join Date: Jun 2003
Location: Ontario
Age: 20
Posts: 4,519
Send a message via MSN to IHaveRegistered
Default Moving multiple frames with a single scrollbar...

Alright, the title (as it's supposed to do) has explained what I'm looking for.

I'm doing it on an HTML website using frames and was wanting to move two frames up/down with the single scroll bar.

Reason being?

I got the navigation bar in one frame, then my main content in another... I want them to both start at 0% scrolledness (scrolledness? hope ya understand that one :P), and both scale down to 100% scrolledness at the same time...

Well, if anyone knows how I can accomplish this then please say! lol
Thanks for the help
-Aiden
__________________
IHaveRegistered is offline   Reply With Quote
Old 05-30-2006, 01:27 PM   #2 (permalink)
 
Join Date: Jan 2006
Location: Montreal, Qc
Posts: 7
Send a message via ICQ to chaale Send a message via AIM to chaale Send a message via MSN to chaale Send a message via Yahoo to chaale
Default

I fear that what you're looking for is not possible.

The way you could make it for sure is using php includes.
ie:
Code:
<?php include("header.php"); ?>
Then your body of the page goes here.
<?php include("footer.php"); ?>
or with iframe
ie:
Code:
<IFRAME id="ifrMain" name="main" src="main.php" frameborder="0" 
width="500" HEIGHT="500" scrolling="no"></IFRAME>
then, when you link :
Code:
<A HREF="www.mysite.com/thepage.htm" TARGET="ifrMain">ThePage</A>
__________________
Admin Chaale
Alluvius Shard
- http://uo.wgrevolution.com -
Team World Gaming Revolution
- http://www.wgrevolution.com -

Last edited by chaale; 05-31-2006 at 10:31 PM.
chaale is offline   Reply With Quote
Old 06-08-2006, 09:59 AM   #3 (permalink)
Newbie
 
Join Date: Oct 2004
Location: Charleston, SC
Age: 27
Posts: 37
Send a message via ICQ to LightShade Send a message via AIM to LightShade
Post

There's other ways to get the same functionality, but without the frames. You could use several different ways, but just JavaScript and some artwork can make it look exactly like a framed page without it actually being one...and give the same effect that you are looking for.
LightShade is offline   Reply With Quote
Old 06-19-2006, 11:05 PM   #4 (permalink)
Forum Expert
 
mordero's Avatar
 
Join Date: Nov 2003
Location: Illinois, USA
Age: 21
Posts: 2,909
Default

Ive not messed with this any, but i believe it is what you wanted...
http://www.webreference.com/programm...mn2/index.html
mordero is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5