|
-
Mar 23rd, 2004, 03:48 AM
#1
setting the width of something
currently i am useing:
parent.frames['RightFrame'].width=200
but this isn't working
... ne ideas???
thanks Kris
-
Mar 23rd, 2004, 04:04 AM
#2
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
-
Mar 23rd, 2004, 05:56 AM
#3
What's the html behind it?
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Mar 23rd, 2004, 12:45 PM
#4
Frenzied Member
Originally posted by CornedBee
What's the html behind it?
He's using Iframes
Have I helped you? Please Rate my posts. 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|