Hi, I have a hidden div on my main page and I would like to be able to make this visible depending on the response from the server. I tried returning a response of:
this however doesn't work
can anyone think of a way to do this?
Code:
<script language=javascript> document.getElementById("AboutYou").style.visibility="visible";</script>
this however doesn't work
can anyone think of a way to do this?