Jump to content

Chikwado

Members
  • Posts

    287
  • Joined

  • Last visited

Posts posted by Chikwado

  1. Your external file has to be in the <head> </head> section. Did you create that javascript external file by yourself? We do not know what is in that external file. Knowing a command in that external file will help us guide or help you on what you are trying to do. If possible show them.

  2. A website for finding specific file, which has extension as ".doc" and you are looking forward to extract it, and you have downloaded it to hard drive? No website has extension as ".doc" then if you want to open a file with extension ".doc" you need to find a program to open it.

  3. @solution

    I have design a website and I am wanting the header and the footer to stay on the page and not refresh when a page navigation link is selected on navigation bar.

    This might be what you are looking for, Test if it is. Then, this is not ajax. This is just javascript function and event handler. Although ajax can be called with event handler as well. When you click navigation bar, javascript clear everything in section and return new data. The header, navbar, aside, article, footer were not changed. I created that page not to make it professional looking, but to test javascript event handler.
  4. I am using a small nokia device to read a tutorial which I can not view that DOM. That why I am wondering If I can write a script place in public_html, then I would type the url to execute it from the server and it would return the list of the DOM.

  5. Netbean highlight error by line with warning triangle explaining error, It also indent everything weather being javscript, html, php automatically on typing and saving.

    I want to try using it to see how it would indent my code. After saving it I will copy it and paste in notepad++ and see how it really work. Just give me that courage. I like it.
  6. Some one help with a cue, Are there a way to learn how to use code indentation I am using notepad++, Some of my javascript code is error free but lack of proper indentation it does not work. Example of these file are ajax live search. While typing in notepad++ I see some vertical line when I hover it, It highlight red. I know notepad++ may be guiding me to use some set of rule but i do not understand that. I need help.

×
×
  • Create New...