Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I need a choicemenu when i move over normal text

Status
Not open for further replies.

woonbronmaasoevers

IS-IT--Management
Aug 9, 2000
85
NL
hi,

I need a choicemenu when i move over normal text. not a button!!! JUST NORMAL TEXT.

thanks
Danny
The Netherlands
 
Danny,
Please explain what you mean by a choicemenu. Do you mean a popupmenu? If so, check out dynamicdrive.com or siteexperts.com.

nick bulka

 
YEAH THATS WHAT I MEAN!!!! i already know dynamicdrive.com but i didnt seem to find it there. what i need is a popup that contains multiple choices. but i need it when i click on normal text. SO NO BUTTON OR SOMETHING! something like "programs" in your startmenu.

could someone help me???
Thanks
Danny

PS sorry NICKBULKA about choicemenu.. im just a normal stupid dutch guy. hehe!

greetz
 
&quot;no button or something&quot; --> use <a href=&quot;javascript:eek:pen_dyn_menu()&quot; style=&quot;decoration:none;&quot;>your text</a>

that gives what you want to have !
 
and even cooler : <span onclick=&quot;javascript:eek:pen_dyn_menu()&quot;>your text</span>
hope this helps !
 
you're welcome ! (as long as you actually check this out ;-) ;-) !)
 
iza: can you make something so i can recognise everithing. like a hyperlink.

just 1 thing: a text with &quot;test&quot;when i click it it has to opens a menu where i can choose out of 2 things.

thanks,
Danny
 
what do you mean with &quot;can you make something so i can recognise everithing. like a hyperlink&quot; ???

about : &quot;a text with &quot;test&quot;when i click it it has to opens a menu where i can choose out of 2 things.&quot;, in my examples :
-> the function you call to open the menu is &quot;open_dyn_menu()&quot;
-> the place to write 'test' is &quot;your text&quot;
 
you know, im new at HTML im just a beginner. Im building its a dutch site.

can you build an example for me. just a small one. if i see it i will know what to fill in... so i need a fully functional menu that actually owrks. you can use whatever you like.

Danny
 
ok, you were not only looking for &quot;how to do this without a button - just with text&quot; but also for &quot;how to do this&quot; !
then i guess NickBulka gave you the best advice : go to any free javascript code site and get the pop up menu code
now you'll have :
<script language=&quot;javascript&quot;>
function open_dyn_menu() {
/* here is the place to copy the code to open the pop up window */
}
</script>
and the call to the function as already shown




 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top