scoll bar
Hejsa !Hvordan laver jeg en scroll bar i dette script:
<SCRIPT LANGUAGE=JAVASCRIPT>
<!-- Skjuler scriptet for ældre browsere
function kom() {
kortVindue = window.open('xxx.asp', 'kortVin', 'width=600,height=550', 'scrollbar=yes')
}
function pic002() {
kortVindue = window.open('', 'kortVin', 'width=450,height=350')
}
// Slut på kommentar, der skjuler scriptet for ældre browsere -->
</SCRIPT>
