1 out of 6 rated this helpful - Rate this topic

frameborder attribute | frameBorder property

Sets or retrieves whether to display a border for the frame.

Syntax

HTML<element frameborder="p" ... >
JavaScript

p = object.frameBorder

Property values

Type: String

1

Default. Inset border is drawn.

0

No border is drawn.

no

No border is drawn.

yes

Inset border is drawn.

Remarks

Invalid settings default to displaying borders.

See also

frame
frameSet
iframe

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.