Results 1 to 3 of 3

Thread: Java servelets, loading txt into <div>?

  1. #1
    Join Date
    Dec 2005
    Location
    Cph.
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Java servelets, loading txt into <div>?

    Hallo and happy holidays.

    I´m trying to figure out if if is possible to load a *.txt dokument into at div, using java servlets? can this be done?

    The reason for wanting this is to be able to edit and upload only the text. and not the Html/css with which the text/div is presentet.

    Any help directing me to a solution is greatly appreaciatet.

    Happy new year

    Jes.

    (please excuse my spelling)

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    If you've got PHP on your server, just do an include:

    <div><?php include("file.txt"); ?></div>

    Otherwise, I'm sure there are alternatives for whatever server-side languages you have.
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Dec 2005
    Location
    Cph.
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thank you....In a server-side language...
    i'll try php, my server got it.

    happy new year,

    Jes

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •