Forum Moderators: open

Message Too Old, No Replies

iFrame in Hidden Drop down Div

Is this possible?

         

Sales Training

2:46 am on Jul 20, 2006 (gmt 0)

10+ Year Member



Hi
I'm trying to create a presentation. I've found examples of divs that are hidden and then drop down. I'd rather not use pop ups because of all the pop up blockers so I'm looking at these hidden div strategies.

I'd like to put an iframe in the div so it calls a page from our site that has additional reference material.

The tricky part is to make it launch at a certain bookmark (#) on the page. So when people click to the bookmark, the new window (div) will appear (drop down into site) with the page from our site.

Is that possible and how could I do it?

Thanks

[edited by: encyclo at 10:01 am (utc) on July 20, 2006]
[edit reason]
[1][edit reason] fixed formatting [/edit]
[/edit][/1]

encyclo

1:43 pm on Aug 3, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to the forums Sales Training, and sorry it took so long to get a reply. Are you planning on using Javascript to generate the hidden div? Have you tried using:

<iframe src="http://example.com/page.html#anchor" width="100" height="100"></iframe>

from within the div?