Results 1 to 8 of 8

Thread: I need something live! Any ideas???

  1. #1

    Thread Starter
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606
    In a asp page(list.asp) i have a table with about 100 lines, if you
    click on a line edit.asp pop-up and you enter information
    and when you save,list.asp pop up again with the new line,
    that you've entered, but everybody that have list.asp(the table with 100 line)
    will not see the new line, unless the refresh.How can i
    make the new line appear on everybody's screen.

    I need something, or give me a hint on what to search,
    i have no more idea.

  2. #2
    Addicted Member
    Join Date
    Sep 2000
    Posts
    219
    Hello sebs,

    I am also trying to do that. Please let me know if you have any developments.

  3. #3

    Thread Starter
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606
    Ok, now i have a good idea, but there's another problem.
    The thing i need to change,it's text in the table cell,
    i know that with MSIE you can change text in a table cell
    with the .innerText but it does'nt work with NN.Does somebody
    know how to change text in a table cell with both MSIE and NN.

    To Shafee, if you only need to change text in a text box, my
    idea will work, so if it is ask me and i'll give you my idea.

  4. #4
    Guest
    Why not use this:

    Code:
      <meta http-equiv="refresh" content="60">
    in the <head> tag of your page?
    The "60" part is in seconds. You could change it to 10 or so...

    Enjoy!

  5. #5

    Thread Starter
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606
    The thing is i don't want to refresh cuz it
    take about 10 second to load, and it would bug people.

    But it's ok cuz i found out about my last question!

  6. #6
    Addicted Member
    Join Date
    Sep 2000
    Posts
    219
    Hi sebs,

    Please give me your idea.

  7. #7

    Thread Starter
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606
    The idea is to put a hidden page in a frame, in this page
    you make it refresh at every 3-5 second, with asp you go read in database,textfile or whatever you want and from this page you use javascript to change the text in your visible page.

    I don't know if u understand, if you have question,

    well just ask.!!!

    SEBS

  8. #8
    Addicted Member
    Join Date
    Jan 1999
    Posts
    204
    hi;

    each time some one enters an item inside the table amek it refesh when it get done loading i dont know anything about asp but that should work .
    WHat would we do with out Microsoft.
    A lot more.

Posting Permissions

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



Click Here to Expand Forum to Full Width