If you insist
the first .js file:
var onclickaction="alert"
function goListGroup(){
for (i=arguments.length-1;i>=0; i--){
if (arguments[i].selectedIndex!=-1){
var selectedOptionvalue=arguments[i].options[arguments[i].selectedIndex].value
if (selectedOptionvalue!=""){
if...
The following code is from an old file I found and am trying to use. It's for a multiple drop-down box menu. It works, mind you, but the variable only allows me to either open in a new window or in the same frame. I'm trying to get it to open up in the "main" frame. For instance, in the first...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.