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?
*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!
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.'