Topic awaiting preservation: was wonderin...*involves JS, DHTML and SSI* (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: some evil place, the evil little atoll |
posted 01-26-2002 05:54
is there any way possible to click a link in one table, then have a .txt file load via SSI without making more shtml files? without frames? I know there are some tricks that can create text on page...but I was wonderin if you could do that...it'd help on server space. and make browsing easier. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 01-26-2002 07:52
SSI is only parsed on the server side (hence the name). Using DHTML to dynamically write a peice of SSI won't work, because only the client (the web browser) sees it, and the server doesn't. |
Maniac (V) Inmate From: Brisbane, Australia |
posted 01-26-2002 16:11
If your only working with rather small text files you could try to load them into JS var's at the start then write them into the table cell when called. |
Bipolar (III) Inmate From: some evil place, the evil little atoll |
posted 01-26-2002 21:31
hmm... |
Bipolar (III) Inmate From: dk's house of love |
posted 01-27-2002 00:45
ok i don't know squat about ssi but you could do like asp and just have an array in SSI (if they exist) and then have it convert it to js.. |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 01-27-2002 02:47 |