View Full Version : two questions


Brandon
05-10-2003, 02:06 AM
1.)
ok heres my code:


<input type="button" Value="Enter Brandon012m's Site" style="font-family:comic sans ms" style="background:#ffffff" ONCLICK="window.open('index2.html', 'Sample', 'toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=no,resizable=no,copyhistory=y es,width=675,height=525')">


the part that says copyhisory=yes what does that mean?

2.) i don't know if its in javascript or not but is their a way to change a scrollbar's width?

Hazel Shawhshail
05-10-2003, 06:21 AM
I don't know what copyhistory is, but you can change your own scrollbar width. But it only applies to you, visitors to your site will have the same size scrollbars they always do.

Dude128
05-11-2003, 02:43 AM
this is really just a guess, but copyhistory probably copies the user's browser history to the popup window, so that the back button will still take him or her to the last page he/she visited.