-
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.
-
Hello sebs,
I am also trying to do that. Please let me know if you have any developments.
-
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.
-
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!
-
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!
-
Hi sebs,
Please give me your idea.
-
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
-
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 .