ID:149382
 
I was trying to tinker with iframes so I don't have to worry about the popup window being too large or too small due to different resolutions.

According to a little tutorial on iframes you load the page into the iframe like this:

IFRAME: filename.html

but I'm not quite sure where to put filename.html so it will know where to look and I'm not sure how it will handle byond syntax in an external html file in a form (using Dantom's form library).

Can anyone point me in the right direction, to a demo, or just a little snippet on how to accomplish this?