Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Old 07-20-2004, 03:18 PM Scrolling Frame
Novice Talker

Posts: 11
Trades: 0
I was wondering if anybody know how to make a graphic link from one frame
control the scroll of a page on another frame? I used to know how to do it, but I forgot.

Here's a javascript:

<script language="JavaScript"><!--
if (document.layers || document.all) {
document.write('<form>');
document.write('<input type="button" value="Up" onClick="parent.frame2.scrollBy(0,-100)">');
document.write('<input type="button" value="Down" onClick="parent.frame2.scrollBy(0,100)">');
document.write('<\/form>');
}
//--></script>

But instead of those buttons, I want it to be graphic... I'm pretty desperate... Can anyone help me?
riceboy is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-20-2004, 03:24 PM
Unknown.

Posts: 1,693
Trades: 0
Only post your post once...and in only one forum

-James
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Old 07-20-2004, 03:26 PM
Unknown.

Posts: 1,693
Trades: 0
If you add the onClick to the IMG tag it should work...

Like..

HTML Code:
<img src="image.jpg" onClick="parent.frame2.scrollBy(0,100)">
Theres no need for it to be in javascript

Hope this helps

-James

Last edited by Dark-Skys99; 07-20-2004 at 03:28 PM..
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Old 07-20-2004, 05:08 PM
praveen's Avatar
Life is a Dream

Posts: 3,591
Name: Praveen
Location: Chennai, India
Trades: 0
please refrain from posting in multiple forums the same content
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
praveen is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Scrolling Frame
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.63013 seconds with 12 queries