Hi,
I have a .cfm page and I have a variable #queryname.variablename# that already has formatted HTML.
I want to put that in a <tr>, but I want it to be scrollable, etc., to allow for large HTML.
Here's what I had, but my variable isn't showing up.
<iframe name="notes" id="vendor_notes" style="display:;">#onevendor.notes#</iframe>
There doesn't seem to be an IFrame attribute "value", and I can't put it in src.
Any ideas? I don't have to use an Iframe, but I'd like something simple like that.
Thanks in advance.
soho34
I have a .cfm page and I have a variable #queryname.variablename# that already has formatted HTML.
I want to put that in a <tr>, but I want it to be scrollable, etc., to allow for large HTML.
Here's what I had, but my variable isn't showing up.
<iframe name="notes" id="vendor_notes" style="display:;">#onevendor.notes#</iframe>
There doesn't seem to be an IFrame attribute "value", and I can't put it in src.
Any ideas? I don't have to use an Iframe, but I'd like something simple like that.
Thanks in advance.
soho34