Does anyone..

Discussion in 'HTML & Website Design' started by Pip_of_Dodos, Oct 16, 2006.

  1. #1
    ..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:)
     
    Pip_of_Dodos, Oct 16, 2006 IP
  2. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    T0PS3O, Oct 16, 2006 IP
  3. 1EightT

    1EightT Guest

    Messages:
    2,646
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    1EightT, Oct 16, 2006 IP
  4. Pip_of_Dodos

    Pip_of_Dodos Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks, but I don't think I explained very well :eek:.
    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!
     
    Pip_of_Dodos, Oct 16, 2006 IP
  5. 1EightT

    1EightT Guest

    Messages:
    2,646
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    0
    #5
    In that case javascript and some css should do the trick.
     
    1EightT, Oct 16, 2006 IP
  6. Pip_of_Dodos

    Pip_of_Dodos Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Excellent I was hoping that would be that answer!
     
    Pip_of_Dodos, Oct 16, 2006 IP