ASP and AJAX

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • norulzs
    New Member
    • Jan 2008
    • 9

    ASP and AJAX

    Hi,
    Is it possible to do something like this

    Build web apps and services that run on Windows, Linux, and macOS using C#, HTML, CSS, and JavaScript. Get started for free on Windows, Linux, or macOS.


    in classical ASP?

    Maybe a Collapsible<Div > tag

    Thanks
    Last edited by acoder; Feb 13 '08, 12:32 PM.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Setting div.style.displ ay to "none" hides the div and setting it to "block" will show the div. No need for Ajax for this.

    Comment

    • norulzs
      New Member
      • Jan 2008
      • 9

      #3
      but i would like the scrolling effect which i can't get with the hide div tags

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        Originally posted by norulzs
        but i would like the scrolling effect which i can't get with the hide div tags
        Set overflow to "auto".

        Comment

        Working...