Not that I know of. I wish I did. If you could use Iframes instead of individual frames, it would be really easy and I can give you the code. You could probably make your page display just as well with Iframes...if you want to take a little time to do it.
Rick
the parent keyword gives you access to the <FRAMESET>.
Then you can change any attributes of elements inside - just give your frameset tag a name, so you can reference it.
Then call to it from one of the frames like:
...
parent.body.rows = "2%,*";
...
Then put a nice timeout in there, and you have a nice curtain effect.
Been looking for you in ASP actually, the carts are working out well with your suggestion of using dynamicdb table.
I used to be activeX - you helped me out a while ago
;-)
Thanks. Yeah, I've been traveling quite extensively for the past several months. Now we've got a new version due to release in September so I'll be back here more on a regular basis.
Thanks for the tip. I really need to get a good reference on the Document Object Model. You're suggestion worked great. I am trying to duplicate what they do on MSDN with that table of contents on the left that collapses when you push the X. Looks like I'm closer than I thought.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.