PDA

Click to See Complete Forum and Search --> : setting the width of something


i00
Mar 23rd, 2004, 02:48 AM
currently i am useing:

parent.frames['RightFrame'].width=200

but this isn't working
... ne ideas???

thanks Kris

i00
Mar 23rd, 2004, 03:04 AM
got it ....

java script is anoying i h8 how with frames u sometimes have 2 refer 2 them like:

parent.document.getElementById('RightFrame').width='200'

and sometimes like:

parent.frames['RightFrame'].width='200'

grr
lol

CornedBee
Mar 23rd, 2004, 04:56 AM
What's the html behind it?

Acidic
Mar 23rd, 2004, 11:45 AM
Originally posted by CornedBee
What's the html behind it?

He's using Iframes