Windows and pop ups
A basic example
function openWindow(url, name, w, h) {. popupWin = window.open(url, name,. 'width=' + w + ',height=' + h);. }
<input type="button" value="More thanks!”.onClick="openWindow('thanks.html', 'remote', .300, 400)">
Full examples of
windows use
.
c|net on
windows pop up
Previous slide
Next slide
Back to first slide
View graphic version