MySQL interesse |
|
Ik maak gebruik van de chained-select van dynamicdrive.com. Schitterend script!!!
De config.js begint met volgende code:
//var hide_empty_list=true; //uncomment this line to hide empty selection lists
var disable_empty_list=true; //uncomment this line to disable empty selection lists
var onclickaction="goto" //set to "alert" or "goto". Former is for debugging purposes, to tell you the value of the final selected list that will be used as the destination URL. Set to "goto" when below configuration is all set up as desired.
var newwindow=1 //Open links in new window or not? 1=yes, 0=no.
/////DEFINE YOUR MENU LISTS and ITEMS below/////////////////
enzovoort
//var hide_empty_list=true; //uncomment this line to hide empty selection lists var disable_empty_list=true; //uncomment this line to disable empty selection lists var onclickaction="goto" //set to "alert" or "goto". Former is for debugging purposes, to tell you the value of the final selected list that will be used as the destination URL. Set to "goto" when below configuration is all set up as desired. var newwindow=1 //Open links in new window or not? 1=yes, 0=no. /////DEFINE YOUR MENU LISTS and ITEMS below///////////////// enzovoort
Die var newwindow=1 zorgt ervoor dat de pagina in een nieuw venster opent. Staat ie op 0, dan is het een "_self". Maar hoe kun je ervoor zorgen dat ie in een ander frame opent, bijvoorbeeld het mainFrame?
|