Preloader to a form

Discussion in 'JavaScript' started by c4cyber, Jun 20, 2009.

  1. #1
    Hi !

    Here is what I need to code..

    If(javascript is enabled){

    push the list of students downwards
    show a circular preloader in upper area of webpage
    show a small form A in upper area of webpage..

    }else {
    show a small form form A
    }
    Any suggestion, where I can find a good tutorial on preloader...
     
    c4cyber, Jun 20, 2009 IP
  2. JavaScriptBank.com

    JavaScriptBank.com Peon

    Messages:
    141
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    JavaScriptBank.com, Jun 24, 2009 IP
  3. AlilG

    AlilG Peon

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i thinks he can write those forms with javascript!
    for example
    <script type="text/javascript">
    document.write('push the list of students downwards etc...);
    </script>

    well if javascript was disable, it won't writes at first!

    and use of noscript tag. this tag contents only display, if the browser javascript disabled.
    <noscript>
    show a small form form A
    </noscript>

    need to little work, but can be done.
     
    AlilG, Jul 1, 2009 IP