Click to See Complete Forum and Search --> : Javascript window


sgroove
10-20-2003, 03:47 AM
Hey,

I want to create a javascript window in the main browser window. I have used this code before: "<iframe name="cwindow" width=312 height=192 src=" "></iframe>
but it has the white border around it.

some help me out!

you can go to this site to see what i mean:

http://www.hollyvalance.com (the java. window is below in the website)

http://www.cream.co.uk

fredmv
10-20-2003, 09:36 AM
Try this:<iframe name="cwindow" width="312" height="192" src="about:blank" frameborder="0"></iframe>