Macromedia Flash Professional 8 UNLEASHED [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Macromedia Flash Professional 8 UNLEASHED [Electronic resources] - نسخه متنی

David Vogeleer, Eddie Wilson, Lou Barber

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید






How Does ASP Work?


Pages built with ASP (or any other server-side language) use special tags to tell the server to run some code before sending information back. Code in ASP will fall between <% and %>, like this:


<%

ASP code to run here


%>

Therefore, if you access the page through a browser, before the page is sent back to the client, whatever is between those two tags must be run first. If those tags were not there, the ASP code would render as if it were plain text.

Before we jump into working with ASP, you must have the server.


/ 318