Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-01-2003, 10:35 AM   PM User | #1
lrak
New to the CF scene

 
Join Date: Mar 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
lrak is an unknown quantity at this point
Search Machine

I would like to make a search engine that would browse all my internet pages (I have about 24). How can I make it?

Furthermore, I would like also to make a hard coded 'Back to top', that is, when the user scrolls down the page, the 'Back to top' remains fixed in the page, is it possible?

many 10x
lrak is offline   Reply With Quote
Old 04-01-2003, 11:37 AM   PM User | #2
Mhtml
Senior Coder

 
Mhtml's Avatar
 
Join Date: Jun 2002
Location: Sydney, Australia
Posts: 3,531
Thanks: 0
Thanked 1 Time in 1 Post
Mhtml is an unknown quantity at this point
*sigh* You will need a server side language for that.
There have been a few posts on this sort of thing before, please try to search before asking as in most cases you will find your answer in someone else's post.

But like I was saying you need to use a server side language.
You have really a choice of CGI/Perl, PHP or ASP.
__________________
Omnis mico antequam dominus Spookster!
Mhtml is offline   Reply With Quote
Old 04-01-2003, 02:20 PM   PM User | #3
cg9com
Senior Coder

 
Join Date: Jul 2002
Posts: 1,628
Thanks: 0
Thanked 0 Times in 0 Posts
cg9com is an unknown quantity at this point
http://javascriptkit.com/script/cutindex14.shtml
cg9com is offline   Reply With Quote
Old 04-01-2003, 02:41 PM   PM User | #4
ASAAKI
Regular Coder

 
Join Date: Jul 2002
Location: This little Earth.
Posts: 383
Thanks: 0
Thanked 0 Times in 0 Posts
ASAAKI is an unknown quantity at this point
you keep your 'back to top' at a fixed place on the screen using "position:fixed" in your style. the problem is it'll work on gecko, not on IE, which is what most people use.
but you can do it using javascript:
http://javascriptkit.com/javatutors/static.shtml
__________________
'If you don't stand for something, you'll fall for anything.'
ASAAKI is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 01:00 AM.


Advertisement
Log in to turn off these ads.