Jump to content

DHTML is AJAX?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Guest_NeedHelp_*

Guest_NeedHelp_*
  • Guests
According to this thread:

http://forum.codecal...html-xhtml.html

DHTML is a combination of different languages to make a dynamic page. Isn't that what AJAX is?

#2
egon

egon

    Newbie

  • Members
  • PipPip
  • 13 posts
kinda. don't worry about DHTML, it's slowly being phased out. If you want to make your site interactive, use JavaScript (or AJAX, in this case)

#3
Guest_NeedHelp_*

Guest_NeedHelp_*
  • Guests
Sounds good. I never even really knew what DHTML was anyway.

#4
xtraze

xtraze

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 910 posts
XHTML is HTML + XML
and the most important thing in XHTML is that codes must be written in simple letters, EG.

<body> --- Works
<BODY> --- Not work

and single ??codes must end with a space and a "/".

<br /> --- Works
<br> --- Not work.

Hope you understood XHTML and the davantage in XHTML is that you can give attributes to codes, Eg. 60% ect.