Hi
I am using something like
on (release) {
getURL("javascript:NewWindow=window.open('page_con taining_.aspx?','newWin','width=657,height=250,lef t=10 0,top=100,screenX=100,screenY=100');NewWindow.focu s();void(0);");
}


But I need to add a variable after the URL example:
page_containing_.aspx?, ,points
Where points is a variable, but it wont take it when appears in the new window´s URL, it shows "points"