Javascript
Javascript
Out of context: Reply #5
- Started
- Last post
- 8 Responses
- lostnation0
function openIt(url,l,t,w,h){
var newWin;
var settings='"scrollbars, width='+w+', height='+h+', left='+l+', top='+t+'"';
window.open(url,'newWin', settings);
}
function openIt(url,l,t,w,h){
var newWin;
var settings='"scrollbars, width='+w+', height='+h+', left='+l+', top='+t+'"';
window.open(url,'newWin', settings);
}