|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How can you move a web page to a specific part without reloading the page from another window?
eg. window one moves window two to the top of its page. Thanks in advance, jon [This message has been edited by jonathanhahn (edited July 21, 2000).] |
|
#2
|
|||
|
|||
|
I think something like this is what you're looking for. Be sure to scoll down the main window before you try it
![]() <BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">code:</font><HR><pre><html> <head> <script language="JavaScript"><!-- var test=open("","","width=400,height=100") test.document.write("<html><head></head><script language=JavaScript>function SCROLL(){window.opener.scrollTo(0,0)}</script><body><a href=javascript:SCROLL()>SCROLL()</a></body></html>") //--></script> </head> <body> <table height=1800><tr><td> </td></tr></table> </body> </html>[/code] |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Controlling another window |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|