Am Sure this question has been asked many times, but i need to do the following
<script language="javascript">
var one = 888;
var two = 122;
var three = "ABC";
</script>
I need to send those and return the data in a DIV (it will be an image)
I dont wont to use jQUERY or any other plugin
I am not sure exactly what you are trying to do. This will set the src of an image to what you asked for and add it to the div.