hide/show <div>
I have page default.asp and in this page is <IFRAME> which shows default2.asp
And on this default2.asp is <div> tag which I only want to show when default2.asp is loaded and not within <IFRAME> in default.asp
I want to show this <Div> only when default2.asp is loaded stand-alone
not in frame in default.asp
Any ideas how can this be done
|