Scripting

343 palavras 2 páginas
Enterprise App Development – Part1
Day 1
Introduction to web Applications
1- Browser request a URL
2 – Web server (IIS) receives a URL address and retrieves the requested page on the Server’s File System
3 – Server’s File system sends data to Web Server
4 – Web server response HTML to the browser
5 – Browser renders the application
HTTP Request:
GET http://www.google.com/HTTP/1.1
1. HTTP command called method
- GET: Information send to the server, is sent through URL.
- POST: Information send to the server, is sent through body of the page.
2. Path: Page of URL which the user knows.
3. Version of HTTP
HTTP Response:
Server Proces the request and sends a response, the response is a HTML.
Static Pages:
Don’t change with the user or time.
Dynamic Pages:
Change with user or time (Daily news, live games)
WWW:
System of interlinked hypertext documents which are accessible through the internet. Communications happens through HTTP.
HTML:
- Hyper Text Markup Language
- Designing and developing web pages
- Text file used by browser to display text, multimedia etc.
- Case insensitive (A != a)
- Independent of the browser or platform.
Structure of HTML Document:

Some Tags:
: Indicates the title of the document
: Specifies the relationship between the current document and other.
: Specify name/value to describe properties of the document.
: Specifies the client side script name
: To include CSS
: Create Paragraphs
: Line break
: Draw a horizontal line Link text to other documents
CLICK
: Display table in a tabular format
: Row
: Header
: Colum
Forms:
- Create graphical user interface (GUI)
- Use
- Form elements: Made up fields or controls
- : used to add controls to the form
[NAME / TYPE / VALUE / MAXLENGTH / SIZE]
- Types: TextArea, ListBox, CheckBox, RadioButton
Buttons:
- Send the content of the form to the server on clicking.
Scripting:
- Building programming environment in HTML document.
- Web pages

Relacionados

  • XSS Cross Site Scripting Via Javascript
    437 palavras | 2 páginas
  • VBScript
    4413 palavras | 18 páginas
  • Cara, sei lá
    14175 palavras | 57 páginas
  • VBScript
    4413 palavras | 18 páginas
  • VBScript
    4413 palavras | 18 páginas
  • VBScript
    4413 palavras | 18 páginas
  • VBScript
    4413 palavras | 18 páginas
  • vbs apostila pdf
    4742 palavras | 19 páginas
  • ataques xss
    2762 palavras | 12 páginas
  • Dhtm
    2909 palavras | 12 páginas