mota
12-10-2003, 11:37 AM
Hi there just starting out in JavaScript, been posting a few messages trying to learn from the people in the know.
BTW...Thanks for all the help so far.
Does anyone know if you can do the following?
I want to create a script that could load and format a text file into the website. For example: -
| Latest News |
|------------------ |
| $£%£$^$^ |
| $%£$%£$% |
| £$%£%£$% |
| £$%$£%£$ |
| £$%£$% |
| £$%£$^^ |
--------------------
Where by you can place the information in the text file into the web page.
The reason i was wondering is because i'm doing a website for my mate, and am looking for ways for him to be able to ammend his website with the minimum of effort, as he aint very computer literate.
Trying to think of things which will make his site dynamic and interesting for people to look at.
I could do it using a server side language like ASP, but i'm trying to learn JavaScript at the moment, and am trying to increase my kowledge in the area.
Its not a problem if it can't be done, as i will probably use some server side scripting later on in the site anyway.
Thanks again for all your advice.:thumbsup:
BTW...Thanks for all the help so far.
Does anyone know if you can do the following?
I want to create a script that could load and format a text file into the website. For example: -
| Latest News |
|------------------ |
| $£%£$^$^ |
| $%£$%£$% |
| £$%£%£$% |
| £$%$£%£$ |
| £$%£$% |
| £$%£$^^ |
--------------------
Where by you can place the information in the text file into the web page.
The reason i was wondering is because i'm doing a website for my mate, and am looking for ways for him to be able to ammend his website with the minimum of effort, as he aint very computer literate.
Trying to think of things which will make his site dynamic and interesting for people to look at.
I could do it using a server side language like ASP, but i'm trying to learn JavaScript at the moment, and am trying to increase my kowledge in the area.
Its not a problem if it can't be done, as i will probably use some server side scripting later on in the site anyway.
Thanks again for all your advice.:thumbsup: