Forum Moderators: open

Message Too Old, No Replies

Using "Object"

What Browsers?

         

stcrim

3:01 am on Apr 25, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Anyone know what browsers support the use of "OBJECT"?

And, anyway to select no scroll bars when using OBJECT to frame in a site as you can with a frame or IFRAME?

-s-

Rambo Tribble

2:01 pm on Apr 25, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



According to Goodman in "Dynamic HTML" on O'Reilly, the Object object has been supported since Netscape 3 and IE 4 and is part of the ECMAscript 1 specification.

Bernard Marx

2:49 pm on Apr 26, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Rambo, The Object object you a referring to is the constructor for the Object type in JavaScript, and is part of the core JS spec, as you point out.

The OBJECT stcrim is asking about is an HTML element - and entirely something else!

Rambo Tribble

3:21 pm on Apr 26, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Oh. Well. In that case, no. At least, not with a tag attribute. One might try styling the element with CSS and messing with the overflow attribute, but I suspect results may vary by browser.