| Author | Post |
|---|
pixle_dude Member

| Joined: | Wed Jun 14th, 2006 |
| Location: | Sydeny, Australia |
| Posts: | 152 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Sat Jun 24th, 2006 03:56 am |
|
Hi i need a Java Script that can work a bit like this:
^^^^
<<<< >>>>>
\/ \/ \/
Whne you click one of the arrows (Possibly in frames) It will make the page bellow it move its scroll bars in that position!
(Page will look in this design):
____________________
| ^ |
| < > | <---- This will be the frame that you can make the
| \/ | Frame bellow move its scroll bars
|___________________|
| |
| |
| | <------ This page should move by the javascript in
| | The upper frame!!!
|___________________|
Please help me!
Thanks,
Pixle_Dude
|
pixle_dude Member

| Joined: | Wed Jun 14th, 2006 |
| Location: | Sydeny, Australia |
| Posts: | 152 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Fri Sep 22nd, 2006 01:19 pm |
|
| Any One?
|
klimaks Member
| Joined: | Thu Dec 29th, 2005 |
| Location: | |
| Posts: | 52 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Tue Sep 26th, 2006 08:24 am |
|
| Google AJAX
|
TomWhitney Member

| Joined: | Fri Dec 30th, 2005 |
| Location: | Phoenix, Arizona USA |
| Posts: | 99 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Tue Oct 3rd, 2006 07:02 pm |
|
Try the code below. Because of some JavaScript security issues it will only work if you put it on a server. To see it online go to
http://www.sharkzonedesign.com/scrolling-iframe.cgi
I hope this is what you are looking for.
<iframe name="frame" id="frame"
scrolling="no"
src="http://www.sharkzonedesign.com/"
width="300" height="200"></iframe>
<form>
<input type="button" value="Up"
onClick="frame.scrollBy(0,-100)">
<input type="button" value="Down"
onClick="frame.scrollBy(0,100)">
<input type="button" value="Left"
onClick="frame.scrollBy(-100,0)">
<input type="button" value="right"
onClick="frame.scrollBy(100,0)">
</form> |
Tom Whitney - SharkZone Design, Web Design and Hosting
SharkZone Web Design - Resources and Affiliates
|
pixle_dude Member

| Joined: | Wed Jun 14th, 2006 |
| Location: | Sydeny, Australia |
| Posts: | 152 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Sun Feb 11th, 2007 12:57 am |
|
TomWhitney wrote: Try the code below. Because of some JavaScript security issues it will only work if you put it on a server. To see it online go to
http://www.sharkzonedesign.com/scrolling-iframe.cgi
I hope this is what you are looking for.
<iframe name="frame" id="frame"
scrolling="no"
src="http://www.sharkzonedesign.com/"
width="300" height="200"></iframe>
<form>
<input type="button" value="Up"
onClick="frame.scrollBy(0,-100)">
<input type="button" value="Down"
onClick="frame.scrollBy(0,100)">
<input type="button" value="Left"
onClick="frame.scrollBy(-100,0)">
<input type="button" value="right"
onClick="frame.scrollBy(100,0)">
</form> |
Tom Whitney - SharkZone Design, Web Design and Hosting
SharkZone Web Design - Resources and Affiliates
At last!
Thank You 
|
resource004 Member
| Joined: | Fri Apr 4th, 2008 |
| Location: | |
| Posts: | 65 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Thu Apr 24th, 2008 07:44 am |
|
Hi Friends,
Do you have any problem in web designing and development or do you want any kind of help in PHP/MYSQL or you need reliable and cheap web hosting or have any problem in E-commerce solutions then go to this site http://www.pakandu.com/contactus.php ,
It is a company of web designing and development and it have a great web designers, developers and Programmers.
When I got in any problem of web designing /development and Programming or I need reliable web hosting or facing any problem in E-commerce Solutions then I just go to this site and ask them the solution of my problem and they always provide me best solution for my problem.
So do you have any above problems then contact them without any hesitation.
Regards,
Resource
|
 Current time is 12:45 am | |
|