Log in

View Full Version : How should I go about this...?



Avison
02-06-2006, 01:24 PM
I need to use dhtml to dynamically create a new web page with a table in it. And the data the table shows has to be taken from an outside text file. Any help in creating this would be greatly appreciated.

Thanks :) :) :)

Twey
02-06-2006, 04:19 PM
You shouldn't use client-side technologies to do this. While it's technically possible using AJAX, this seems to be a fundamental part of the page, the type of thing that would ruin the page if it were not viewable (as is likely to happen on non-AJAX or non-JS browsers).

Avison
02-06-2006, 11:58 PM
Im a beginner scripter. What I really need is a place to start, some help. Thanks

Twey
02-07-2006, 04:42 PM
http://www.w3schools.com/css/
http://www.w3schools.com/js/
http://java.sun.com/docs/books/tutorial/
http://www.php.net/manual/en/