function openWindow(url) {
popupWin = window.open(url,'new_page','width=400,height=400')
}
function openWindow2(url) {
popupWin = window.open(url,'new_page','width=400,height=450')
}
function openWindow3(url) {
popupWin = window.open(url,'new_page','width=400,height=450,scrollbars=yes')
}
function openWindow4(url) {
popupWin = window.open(url,'new_page','width=400,height=525')
}
function openWindow5(url) {
popupWin = window.open(url,'new_page','width=450,height=525,scrollbars=yes,toolbars=yes,menubar=yes,resizable=yes')
}
function openWindow6(url) {
popupWin = window.open(url,'new_page','width=500,height=450,scrollbars=yes')
}
function openWindowHelp(url) {
popupWin = window.open(url,'new_page','width=470,height=200,scrollbars=yes')
}
// ################## Poll Mod ##################
function openPollWindow(url,w,h) {
popupWin = window.open(url,'new_page','width='+w+',height='+h+',scrollbars=yes')
}
function submitPoll(btnPressed) {
btnPressed.disabled=true;
if (btnPressed.name == "results") {
document.Poll.Method_Type.value = "guest_vote";
} else {
document.Poll.Method_Type.value = "member_vote";
}
document.Poll.submit();
}
// #############################################
// done hiding -->
|
|
Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
|
T O P I C R E V I E W |
danyesp |
Posted - 16/06/2008 : 18:20:08 VUOI LAVORARE NEL CAMPO DELLA MUSICA?
Partecipa ai seminari di formazione organizzati da Event Sound Promotion. Prossimi appuntamenti: sabato 19 luglio “L’organizzatore di concerti”
Per saperne di più visita il nostro sito www.espromotion.it, sezione formazione e troverai tutte le informazioni utili, oppure contattaci allo 02/87385739. |
|
|
GROOVY PEOPLE - La comunità di Groovebox.it |
© www.groovebox.it |
|
|
|
|
|