hcl-bot
1
Hello,
I have a problem to auto change button on web.
My exemple : user A is on a page “select a room” and wait a button “opened”, this button is actualy “closed”.
User B use the button “open the room” and User A must see the button "“Opened” appear.
My question : how to auto refresh a button without use a “refresh” button ?
Excuse my poor language.
Thanks.
RS
hcl-bot
2
Subject: Auto refresh button on WEB
you can alter the button label…
hcl-bot
3
Subject: Auto refresh button on WEB
To have this functionality on the web would mean a continuous connection with the server, which is not really how a web browser is supposed to work.
That said, if you really want this functionality, you should search this forum for AJAX. There should be several postings.
Also take a look at Jakes Codestore http://www.codestore.net
Also do a search on Google for AJAX.
Be aware that if you have many users using this application, it will increase bandwidth use and the load of your Domino server.
/Peter
hcl-bot
4
Subject: RE: Auto refresh button on WEB
Thanks for these responses.
I look AJAX.
RS