|
-
Nov 20th, 2000, 01:26 PM
#1
Thread Starter
Frenzied Member
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.
-
Nov 20th, 2000, 03:42 PM
#2
Addicted Member
Hello sebs,
I am also trying to do that. Please let me know if you have any developments.
-
Nov 21st, 2000, 10:50 AM
#3
Thread Starter
Frenzied Member
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.
-
Nov 21st, 2000, 11:09 AM
#4
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!
-
Nov 21st, 2000, 11:44 AM
#5
Thread Starter
Frenzied Member
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!
-
Nov 23rd, 2000, 06:42 AM
#6
Addicted Member
Hi sebs,
Please give me your idea.
-
Nov 23rd, 2000, 08:09 AM
#7
Thread Starter
Frenzied Member
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
-
Nov 23rd, 2000, 08:24 AM
#8
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|