In an ASP script that I am developing, I have the following HTML being implemented (outside ASP tags)

Code:
<iframe width="542" id="idContent" height="350"></iframe>
and I also have a variable in ASP called 'strContent'.
My problem is that I want the contents of this variable to be displayed inside the iFrame when it loads
(similar to the 'value' object in text input types).

Does anyone have any ideas how I can do this because I've tried using VALUE, SRC and simply putting it betting the opening and closing tags to no avail.

Thanks,

Adam