Topic: loading iframes |
|
---|---|
Author | Thread |
Neurotic (0) Inmate Newly admitted From: |
posted 09-15-2004 00:52
I set up my site so that when someone clicks on 'contact us' it opens an iframe. but I do not want the iframe to appear untill they click on 'contact us'. As of right now, the iframe appears when the page loads. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 09-15-2004 18:49
javascript: code: myIframe.style.display = "none"; //hide
|