1.

What Is The Disadvantage Of Indirectly Embedding Of Javascript?

Answer»

If SMALL amount of Javascript code has to be embedded in XHTML document then making a separate Javascript file is meaning less If the Javascript code has to be embedded at SEVERAL places in XHTML document then it is complicated to make separate Javascript file and each time invoking the code for it from the XHTML documents.

Listout the Global functions in Javascript TYPE:

  • Eval
  • isFinite
  • isNan
  • parseFloat
  • parseInt
  • unescape.

If small amount of Javascript code has to be embedded in XHTML document then making a separate Javascript file is meaning less If the Javascript code has to be embedded at several places in XHTML document then it is complicated to make separate Javascript file and each time invoking the code for it from the XHTML documents.

Listout the Global functions in Javascript type:



Discussion

No Comment Found