View Single Post
Old 03-07-2008, 05:42 PM   #14 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,397
sde is on a distinguished road
with jquery, you can do the same thing like this:

HTML Code:
<div id="my_content"></div> <script> $('#my_content').load('test.txt'); </script>
makes life a lot more simple
__________________
testing 1 2 3
sde is offline   Reply With Quote