currently i am useing:
parent.frames['RightFrame'].width=200
but this isn't working
... ne ideas???
thanks Kris
Printable View
currently i am useing:
parent.frames['RightFrame'].width=200
but this isn't working
... ne ideas???
thanks Kris
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
What's the html behind it?
He's using IframesQuote:
Originally posted by CornedBee
What's the html behind it?