Link to home
Start Free TrialLog in
Avatar of Whing Dela Cruz
Whing Dela CruzFlag for Anguilla

asked on

Asp response.write to clients

Hi experts, would it be possible that a server can send a message to a specific clients without triggering from the client itself? If yes what's the tricks? if no please give me a little understanding on it. Thank you!

asp server side
<%
  response.write //here must be sent to specific client...
%>
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

what you do mean by "client" here? client side scripting? if yes, you need to use server side scripting to write a client side scripting or html output.
Avatar of Whing Dela Cruz

ASKER

Hello Ryan, What I'm trying to say here is that the server will send a message to client without the knowledge of the client.  For example sending a message of "Hello". A "Hello" message will appear to div at client side. I think its not  response.write but something sending.write. I just want to know if it is possible or not. Thank you!

<div id="txtMsg">Hi!t</div>
ASKER CERTIFIED SOLUTION
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi Ryan, It's closely the same to what I need. Thank you!
yup, pls try that and let us know if you need further assistance here.
Thank you so much Ryan Chong, It so useful to me the site you shared. More power you sir, God Bless!