PDA

View Full Version : Trible Compo and new Window


Tinke
09-04-2005, 01:09 PM
Hello there.
i am create new website and i created there trible compo "menu" (http://www.wsabstract.com/script/script2/triplecombo.shtml) but i don't know how this make new window links...

i am sorry my english language, not very good.

Tinke
09-04-2005, 03:03 PM
3 days thinking...
but this is answer
--orginal --

function redirect2(z){
window.location=temp1[z].value
}

-- new --
function redirect2(z){
window.open(''+temp1[z].value,'mywin','left=20,top=20,width=500,height=500,toolbar=0,resizable=0')
window.location=self.location
}


:) :o :) :o

vwphillips
09-04-2005, 03:09 PM
well done