I have problem with frame!!

A

Anonymous

Guest
Em,,i have a problem...

I habe two frame,one is at left side,and another is at right side,then i scroll down the page in the right side frame,i don't want to let the left frame stays constant,may I?

i need somebody help,thank you!!(sorry,I have a poor english!)
 
well... i know how to do that in C#... but i think it will require some impressive Javascript function to do that.. Well.. to make it all-brobser compatible for sure..
why in the world would you ever want to do thaT?
 
Alexei Kubarev said:
well... i know how to do that in C#... but i think it will require some impressive Javascript function to do that.. Well.. to make it all-brobser compatible for sure..
why in the world would you ever want to do thaT?
\

because a person in another forum is very ambitious......he want to know how to create both frame but only right side;s frame can scroll, while the left side frame stays constant....I don't know how to help him,so i just come here and ask?

can i do this kind of frame?
 
well, if he want another frame not to be scrolling there is a option scroll=none i think.. dont really remember... however if he want the right frame to scroll and the left one to follow it: javascript kung-fu is a must :?

anyways... direct that person to this forum, maybe he can explain better what he needs.. however i think he has to post to a javascript section instead... but who knows...
 
Well x_sky58, in the first post you said to "don't be constant". By default that left frame wont scroll itself, so it will be constant like you said. I think Alexei gave you the answer.... scroll=none. Give it a try.
 
thank you,i know how to do now.....

sorry,another question...how to update some latest information into xml page aotomatically??( i mean without update manually)
 
yes,php page...how to send the information in php page to a xml page??
 
In a normal HTML file you must output things in html format, that's what happens in the xml case.
You can also use apache to handle your xml file as php so you can have all your php code inside your .xml file and call it normally.
Code:
 AddType application/x-httpd-php .php .xml .rss .rdf
If you really need help in this case please make another post in the php sections.
Also make sure you first search the forums (better googling) for such things... i bet you'll find useful stuff.
 
Back
Top