Jump to content

umekille78

Members
  • Posts

    58
  • Joined

  • Last visited

Everything posted by umekille78

  1. THANKS Scott!You totaly saved the day! /Per
  2. Ok. Thats no good.Are you sure theres no other way?Im trying to build a chatroom. And you dont want to have to press a link to get the chat-window to scroll down.One way is too invert the order of the text. So the latest messages is shown att the top. But if there is a way to make the scrollbar to scroll down it would be much nicer.PLEASE try and help med :)/Per
  3. Hi all!In a webbpage a have made a iframe. In that iframe i have another webbpage.I use PHP to load text from a file into the webbpage in the iframe. The problem is that the text is larger than the window. That results in a scrollbar in the iframe. No problem so far.The problem Im having is that I want the scrollbar to be in its lowest position on the load of the page. That means that I want the webbpage to show the last part of the text not the first.Is ther any way to do this? Can anyone help me?/Per
  4. Hi all!I know that almost everyone hates popup-windows. But I think there are times when they are needed. Like in my case Im trying to do a web-chat. And my idea is that when you log on the browser opens a new window with tha chat in it.Ok now that dosnt seems to hard. My real question is how to make the new window be empty of all the "browser stuff". I whant a clean window without all the pulldown lists and most importantly without the back and forward butons.Can anyone help me to open a clean window?/Per
  5. umekille78

    HTML refresh

    Hi all!Im trying to build a web-chat.I have found a open source chat. And now Im trying to understand it so that I can improve it and add the features that i need.The chat is build up by 2 PHP pages. In one fo the pages its writen <?phpprint("<META HTTP-EQUIV=Refresh CONTENT=5;URL=chatroom.php?loadchat=true"); if ($loadchat == true) { The file is named chatroom.php. I understand everything in this code exept the URL=chatroom.php part. What is that?Can anyone help me?/Per
  6. Hi all!Im trying to build a chat-page to put on my web-page. Its going to be a part of a community thing.Im going to do most of the work on the community with PHP and SQL becouse that is what Im best at.But i dont think that will work for a chat. Not very good anyway. Im trying to do the chat-page in a way that dosnt take to much cpu-power from the serwer.Do any of you have any ideas about what to use? PHP? CGI? JavaScript? Or some thing totaly diferent?I have several reasons why to build my own chat. One of the bigest is that it should run with the rest of the community in an interacting way. And its suposed to have some feature I have never seen on a ordenary chat-page.Im greatful for all ideas on the subject./Per
  7. Thanks for the idea!But it dosnt seams to work.I have copied the text exactly and put it where you told me to. But ther is no change att all.Anyone got any other idea?/Per
  8. Hi!Im trying to put a webbpage together. But i have run in to some problems.My problem is with a image. I have put a background image on the page. It is a brick wall. And over the background im trying to put a picture of a ivey (dont know if that is the righet name. A plant that climbs the wall )The picture of the ivey is sopouse to be in the left top corner. But I cant put it there. Not all the way up.So now Im stuck whit a bit of the brick wall showing over the top and to the left of the ivey. That dosent look right at all.Can some one help me please?//Per
×
×
  • Create New...