Topic awaiting preservation: text into div? |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: Pa, US |
posted 10-01-2001 09:23
Is there anyway I can load, say, a text file Ive written and load it (read it) into a Div on my page instead of having hidden layers with the text already there or using frames and whatnot? I guess what Im asking is can I read text files using dhtml or php or something? |
Paranoid (IV) Inmate From: Lebanon |
posted 10-01-2001 14:07
you can use iframes inside div tags...this might allow you to change iframe's source and have the content changed... |
Nervous Wreck (II) Inmate From: Pa, US |
posted 10-01-2001 17:34
k thanx.. Ill check into those. |