Announcement

Collapse
No announcement yet.

Asp

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Asp

    Original Post (roughly) -

    What is the purpose of <% %> in an ASP page?

    I was putting a case statement within an ASP to decide a HTML header, I had to put <% around the case statement, then close mid statement %> to then put the html header in. Is this normal as it seems drawn out and messy so what is <% %> doing.

    Now Solved.
    Last edited by SharkAttack; 14-07-2004, 16:07.

    #2
    <% %> tells the server that the next lot of stuff is ASP code when the page is parsed prior to sending it to the client web browser

    Regards
    Marty.

    Comment


      #3
      So it basically differentiates between ASP code and HTML for the server?

      Comment


        #4
        Guys, "solved" won't help folk in future when they search for a previously resolved problem

        Comment

        Working...
        X