Thread
:
form auto fillings
View Single Post
03-07-2008, 05:42 PM
#
14
(
permalink
)
sde
Moderator
Join Date: May 2002
Location: us.ca
Posts: 4,397
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
View Public Profile
Visit sde's homepage!
Find More Posts by sde