|
-
Apr 24th, 2001, 05:06 PM
#1
Thread Starter
Addicted Member
I need the VB Script to Scroll to the bottom of the screen with out showing it scroll
I need the VB Script to Scroll to the bottom of the screen with out showing it scroll
Using:
Visual Studio .Net Enterprise
Visual Basic 6.0 Enterprise
-
Apr 25th, 2001, 03:13 AM
#2
Frenzied Member
sounds to me like you just need an anchor at the bottom of the page which you need to navigate to
Code:
<HTML>
<HEAD>
</HEAD>
<BODY>
<A HREF="#bottom">bottom</A>
<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
<A NAME="bottom"></A>
</BODY>
</HTML>
-
Apr 25th, 2001, 03:09 PM
#3
Thread Starter
Addicted Member
Using:
Visual Studio .Net Enterprise
Visual Basic 6.0 Enterprise
-
Apr 26th, 2001, 03:19 PM
#4
Thread Starter
Addicted Member
how would I make it when the page is loaded that it goes straight to #bottom? making it like: file:///C:/WINDOWS/temp/Frankie90222.htm#bottom
doesnt work at all, it just opens the page
Using:
Visual Studio .Net Enterprise
Visual Basic 6.0 Enterprise
-
Apr 27th, 2001, 02:43 AM
#5
Frenzied Member
I just pasted the code above into a file and it worked fine. So I don't know what the problem is.
-
Apr 27th, 2001, 04:00 PM
#6
Thread Starter
Addicted Member
Yes Pressing the link works, but adding #bottom Manually doesnt, See I need it to scroll to the bottom on when the page is opened.
Using:
Visual Studio .Net Enterprise
Visual Basic 6.0 Enterprise
-
Apr 29th, 2001, 10:25 AM
#7
Thread Starter
Addicted Member
Using:
Visual Studio .Net Enterprise
Visual Basic 6.0 Enterprise
-
Apr 30th, 2001, 02:50 AM
#8
Frenzied Member
typing the following into IE5 works (for me)
file:///C:/test.htm#bottom
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|