473,396 Members | 1,940 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

How to scroll two frames at once?

Please answer. I am searching for it so long. Meybe you will be able to tell
me what JS I have to include.

I know that there are two versions of such script, fo IE and Navigator.

Thanks for any answer or source of info.
Jul 23 '05 #1
10 2857
Tom21 <bo*******@poczta.fm> wrote in message
news:d5**********@nemesis.news.tpi.pl...
Please answer. I am searching for it so long. Meybe you will be able to tell me what JS I have to include.

I know that there are two versions of such script, fo IE and Navigator.

Thanks for any answer or source of info.

You need to specify exactly what you need.
Do you want a master-slave system or dual master?
Also do you require the scrolling to be proportional to the relative page
lengths or pixel for pixel over the range of the shortest page?
--
Stephen Chalmers
01000101011101100110010101110010001000000110001001 100101
01100101011011100010000001101000011000010110010000 111111
00100000001110100010110100101001

Jul 23 '05 #2
Stephen Chalmers <ig******@lycos.co.uk> wrote in message
news:42**********@mk-nntp-2.news.uk.tiscali.com...
Tom21 <bo*******@poczta.fm> wrote in message
news:d5**********@nemesis.news.tpi.pl...
Please answer. I am searching for it so long. Meybe you will be able to

tell
me what JS I have to include.

I know that there are two versions of such script, fo IE and Navigator.

Thanks for any answer or source of info.

See my reply to your later post(s)
--
Stephen Chalmers
Jul 23 '05 #3
Tom21 wrote:
[nothing substantial]


You don't as you don't really need it.
PointedEars
--
__
2||i
e shows the beauty of mathematics.
-- Prof. Dr. rer. nat. habil. Dr.h.c. Hansjoachim Walther (1939-2005)
Jul 23 '05 #4
Thomas 'PointedEars' Lahn <Po*********@web.de> wrote in message
news:25****************@PointedEars.de...
Tom21 wrote:
[nothing substantial]


You don't as you don't really need it.


That could be said of much that gets requested here, but that doesn't mean
people aren't gratified by it.

http://www.hotspot.freeserve.co.uk/mutual/

--
Stephen Chalmers
547265617375726520627572696564206174204F2E532E2072 65663A205451323437393134

Jul 23 '05 #5
Stephen Chalmers wrote:
Thomas 'PointedEars' Lahn <Po*********@web.de> wrote [...]
Tom21 wrote:
> [nothing substantial]


You don't as you don't really need it.


That could be said of much that gets requested here, but that doesn't
mean people aren't gratified by it.


I doubt that people are gratified by stuff that does not work.
If you want rows that align when scrolled, use tables. If you
want independent viewports, use frames. Anything else does
not really work.
PointedEars
--
In the First World War, 13 million people were killed. In the Second
World War, 40 million people were killed. I think that if a third war
takes place, nothing is going to be left on the face of earth.
-- Shakira, 2003-02-05 @ MTV.com
Jul 23 '05 #6

Thomas 'PointedEars' Lahn wrote:
Stephen Chalmers wrote:
Thomas 'PointedEars' Lahn <Po*********@web.de> wrote [...]
Tom21 wrote:
> [nothing substantial]

You don't as you don't really need it.


That could be said of much that gets requested here, but that doesn't mean people aren't gratified by it.


I doubt that people are gratified by stuff that does not work.
If you want rows that align when scrolled, use tables. If you
want independent viewports, use frames. Anything else does
not really work.


So if, as I did, you need to show the various versions of a 6000 pixel
image side by side so we can compare the changes having frames that
scroll and pan together would be completely unnecessary would it?

Just because you can't thing of a use for something, don't just dismiss
it.

Jul 23 '05 #7
ne**@chthonic.f9.co.uk wrote:
Thomas 'PointedEars' Lahn wrote:
Stephen Chalmers wrote:
> Thomas 'PointedEars' Lahn <Po*********@web.de> wrote [...]
>> Tom21 wrote:
>> > [nothing substantial]
>> You don't as you don't really need it.
> That could be said of much that gets requested here, but that
> doesn't mean people aren't gratified by it. I doubt that people are gratified by stuff that does not work. ^^^^^^^^^^^^^^^^^^^^^^^^ If you want rows that align when scrolled, use tables. If you
want independent viewports, use frames. Anything else does
not really work.


So if, as I did, you need to show the various versions of a 6000 pixel
image side by side so we can compare the changes having frames that
scroll and pan together would be completely unnecessary would it?


You must be kidding. Of course it would, especially it would not serve
purpose to a *person*; considering that comparing one pair of pixels
with the naked eye takes more than 250 ms, how long do you think 6000
pairs of pixels will take (provided that you don't mean a 6000x6000
pixel image in which case your argument would be rendered ridiculous)?

But my argument was that it does not (really) work, not that it would be
unnecessary (although that is another valid argument: it is indeed a
waste of time, see below).
Just because you can't thing of a use for something, don't just dismiss
it.


There are far more efficient and reliable ways to compare images,
but they would be beyond the scope of client-side scripting.
PointedEars
--
Germany is the birth place of psychiatry. Psychs feel threatened by
Scientology as they are crazy. Many psychs become psychs to heal their own
mental problems and to control others. -- "The only real Barbara Schwarz",
dsw.scientology, <16**************************@posting.google.com >
Jul 23 '05 #8

Thomas 'PointedEars' Lahn wrote:
ne**@chthonic.f9.co.uk wrote:

So if, as I did, you need to show the various versions of a 6000 pixel image side by side so we can compare the changes having frames that scroll and pan together would be completely unnecessary would it?
You must be kidding. Of course it would, especially it would not

serve purpose to a *person*; considering that comparing one pair of pixels
with the naked eye takes more than 250 ms, how long do you think 6000
pairs of pixels will take (provided that you don't mean a 6000x6000
pixel image in which case your argument would be rendered ridiculous)?
I do mean 6000x6000 (well 6000x4000 usually). But I don't mean compare
to find which pixels changed ... it's more subjective than that: we
wanted to be able to see larger scale changes.

There are far more efficient and reliable ways to compare images,
but they would be beyond the scope of client-side scripting.


The day you can write software to tell us which image is of a
building with a canopy over the entrance and which has had that
canopy lowered 2m, you've got a job :)

I came across a bit grumpy earlier. Sorry for that, I was, well,
a bit grumpy...

Jul 23 '05 #9
On 18 May 2005 07:53:00 -0700, ne**@chthonic.f9.co.uk wrote:


The day you can write software to tell us which image is of a
building with a canopy over the entrance and which has had that
canopy lowered 2m, you've got a job :)

I came across a bit grumpy earlier. Sorry for that, I was, well,
a bit grumpy...

Well, I am afraid I can't give you chapter and verse, but machine
vision techniques are well up to this kind of change detection - they
are used in all sorts of ways, from policing the London congestion
charging area up! It's not my field, but certainly as gross a change
as you describe would be pretty easy meat for them. However, I will
agree that in a varied environment where the lighting changes, the
mark one eyeball can be as quick and cheap as anything! You might be
able to do a simple gross change detection that would pick out the
pairs to look at though - something along the lines of a local
histogram equalize followed by differncing the images, then running
some statistics to determine how much the images were different.....

Paul
Jul 23 '05 #10
ne**@chthonic.f9.co.uk wrote:
Thomas 'PointedEars' Lahn wrote:
ne**@chthonic.f9.co.uk wrote:
> So if, as I did, you need to show the various versions of a 6000 pixel ^^^^^^^
Eeek. Could you please either stop posting using Google Groups or
reformat quotes manually before submit?

[Quotes repaired]
> image side by side so we can compare the changes having frames that
> scroll and pan together would be completely unnecessary would it?


You must be kidding. Of course it would, especially it would not
serve purpose to a *person*; considering that comparing one pair of
pixels with the naked eye takes more than 250 ms, how long do you think
6000 pairs of pixels will take (provided that you don't mean a 6000x6000
pixel image in which case your argument would be rendered
ridiculous)?


I do mean 6000x6000 (well 6000x4000 usually).


Great core dump! Scrolling one of such an image will be a pain in several
recent user agents and crash the rest. And now you want to scroll *two* of
them via client-side script ...
But I don't mean compare to find which pixels changed ... it's more
subjective than that: we wanted to be able to see larger scale changes.
That would be pixel value differences, yes?
There are far more efficient and reliable ways to compare images,
but they would be beyond the scope of client-side scripting.


The day you can write software to tell us which image is of a
building with a canopy over the entrance and which has had that
canopy lowered 2m, you've got a job :)


Well, have the objects been photographed under the same angle, at
almost the same daytime (hence the same lighting) and from the same
distance (hence the same relative size)? Then such software already
exists, I do not have to write it.
I came across a bit grumpy earlier. Sorry for that, I was, well,
a bit grumpy...


ACK
PointedEars
Jul 23 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Manuel Reimer | last post by:
Hello, I have the following problem: I have a table on my homepage which has two cells. One cell left which has the menu in it and one on the right where I display the content. This table has...
0
by: Pierre Jelenc | last post by:
In some versions (at least) of I.E. but not Mozilla or Opera, the page http://www.toddgiudice.com/lyrics.html has problems with a horizontal scroll bar in the lower right frame when none is...
2
by: Matt Rapoport | last post by:
If you open a new spreadsheet in Excel and click on cell B1 and then go to Windows -> Freeze Panes it will create something similar to 4 frames. There will be a horizontal pane that contains 2...
69
by: RC | last post by:
I know how to do this in JavaScript by window.open("newFile.html", "newTarget", "scrollbars=no,resizable=0,width=200,height=200"); The browser will open a new window size 200x200, not allow...
1
by: bulldog8 | last post by:
I am working on a picture preview page ... some questions and suggestions have been incorporated already, but the 'user' (i.e. wife!) would like it to be more user friendly (if it isn't one thing,...
1
by: buggtb | last post by:
Hi Guys, I'm writing a little webbased application for my bosses at work which utilises PHP, Javascript and HTML. I have very little knowledge of javascript itself but I found a script that...
1
by: John L. | last post by:
How do I invoke the scroll() method of a window object for a scrollable IFRAME element in an HTML document? I am using IE 7.0, and I thought the following would work: ...
3
by: PrabodhanP | last post by:
I have CSS based mouseover scrolling for divContent embeded in my webpage.It works fine in IE,but not working in mozilla-FF. It is located at the location.....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.