Dear Sirs,
I have been playing around with this so far, and couldn't get a good solution.
Well I have my simple code :
<html>
<body>
<a href="#" onClick="document.write('P');>P</a>
<div id="a">a</div>
</body>
</html>
Well, normally, this onClick event directs us to a new empty page showing a 'P'. I want this 'P' to be shown in the div tag below.
Could you please help me?
Thanks in advance,
Tibor