Wow Web Designs Forums Home

Search
   
Members

Calendar

Help

Home
Search by username
Not logged in - Login | Register 


Help Me Please
 Moderated by: Aycan  

New Topic

Reply

Print
AuthorPost
pixle_dude
Member


Joined: Wed Jun 14th, 2006
Location: Sydeny, Australia
Posts: 152
Status:  Offline
Mana: 
 Posted: Sat Jun 24th, 2006 03:56 am

Quote

Reply
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

Quote

Reply
Any One?

klimaks
Member
 

Joined: Thu Dec 29th, 2005
Location:  
Posts: 52
Status:  Offline
Mana: 
 Posted: Tue Sep 26th, 2006 08:24 am

Quote

Reply
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

Quote

Reply
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

Quote

Reply
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

Quote

Reply
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




Powered by WowBB 1.7 - Copyright © 2003-2006 Aycan Gulez
Page processed in 0.1703 seconds (9% database + 91% PHP). 18 queries executed.