Question:
how to make a .js embeded pop up menu for free?
da_bsg
2007-07-15 04:29:53 UTC
how to make a .js embeded pop up menu?

which means the pop up menu is separate from the webpage itself, so that if I have 1000 webpage, when I want to change the arrangement of the pop up menu I could just do it once, not 1000 times.

is there any nice .js file embeded pop up menu codes?

of is there any files for me to download allow me to study?

The best is it is free

thanks.
Three answers:
2007-07-15 04:39:24 UTC
try searching http://javascript.internet.com/



they have tons of free javascripts. They might have what you are looking for.
2007-07-15 04:43:01 UTC
something like







Store this in a .js file that each HTML page you want to have it has access to so you don't have to paste it 1000 times into 1000 different websites.



Additionally, inside the parentheses you can put parameters you want it to take incase the content displayed with in is dependant on the webpage or user input.



Lastly, on link/button/whatever you want the pop-up to display, use onclick="my_Function();"



Say its a link that doesn't go anywhere and instead does the pop-up:



Click Here!!!



I'm not the best at javascript so trying googling for "javascript tutorial" or beginner javascript tutorial if you're completely lost.
erfahren
2007-07-15 04:54:04 UTC
look at the source on this page, scroll down to the menu section and take a look at the "Games" link

_


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...