PDA

View Full Version : drop down menu with a chromeless win.


verenel
04-27-2003, 08:04 PM
I'm trying to get my drop-down menu to pop out a chromeless window. Each different option with a different pop out. The drop down menu would look like something similar to the pop out menu in this website :http://www.microbians.com. I have been to many website but they only teaches either only a pop out menu or just the chromeless window. I'm a newbie to javascript and only know little about the code. Would anybody like to help me?

tamienne
04-28-2003, 02:13 PM
Could you explain what you mean by chromeless? From what i see of the site that you listed, it tells the difference of pop-up window, same window, etc by the option value beginning.

verenel
04-28-2003, 04:19 PM
I think with this URL will help me to explain better what is a Chromeless Window. The article explains the Chromeless Window and has a demo of it.

http://www.siteexperts.com/tips/techniques/ts05/page1.asp

I would like to create a similar drop down menu like what http://www.microbians.com has on their website. After creating the drop down menu, I would like each of the different options in the drop down menu to have a pop out chromeless window like what I have mentioned early.

Right now I can only create these two things separately

Am I explaining it clearly or am I confusing you?
Sorry to take up so much of your time....=>

tamienne
04-28-2003, 07:51 PM
try the attached...

verenel
04-29-2003, 05:56 PM
thanks!...The file that you gave helps...