..Know a fairly easy and quite way to code both a login and/or and search bar? I would think that the easiest way would be using java script but I'm not sure, so any help
Proper log in should always be done with server side scripting. Client side credential checking isn't very safe. For a search you can try Digitalpoint's search script, or again, you'll have to go server side, PHP/ASP etc.
Agreed. Never process that info client side. You can do some cool things with ajax and your search results after they are pulled server side, but that info needs to be processed on the back end of things.
Thanks, but I don't think I explained very well . This scripting will only be used really for the "look" as this website will never be published, it is for some ICT work I'm doing. However if think this is the only way i shall have to do it like that. Thanks again!