Click to See Complete Forum and Search --> : how can make popup win transarent?


pennyiverson
06-22-2003, 09:00 PM
I want the popup window tranarent and windowless,
what code should in where?

Jupac
07-22-2003, 10:40 PM
<script>openwin(){ window.open("locationofhtml","name",config="height=100,width=100,resizable=0,scrollbars=1,status=0,top=0,left=0,screenx=0,screeny=0,toolbar=0,me nubar=0,location=0")</script>}

pyro
07-22-2003, 11:11 PM
That won't make it transparent or windowless... If you want to do that, you'll have to use DHTML to draw your window...