logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is decodeURI(), encodeURI() in JavaScript?


  • Correct Answer
  • To send the characters that can not be specified in a URL should be converted into their equivalent hex encoding To perform this task the methods encodeURI() and decodeURI() are used For example, the following code snippet performs the encoding of URL:  


  • Technology problems


    Search Results


    • 1. How to set the cursor to wait in JavaScript?
    • Discuss
    • 2. How to Accessing Elements using javascript?
    • Discuss
    • 3. Where are cookies actually stored on the hard disk?
    • Discuss
    • 4. What is the difference between Client side JavaScript and Server side JavaScript.
    • Discuss
    • 5. JavaScript vs. Jscript
    • Discuss
    • 6. What are windows object and navigator object in JavaScript?
    • Discuss
    • 7. What does isNaN function do?
    • Discuss
    • 8. How to read and write a file using javascript?
    • Discuss
    • 9. How to create arrays in JavaScript?
    • Discuss
    • 10. What are Math Constants and Functions using JavaScript?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment