Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. xserror

    Refresh vars in <div> without refreshing entire page

    Thanks cLFlaVA. That did the trick. Obviously I need to read up on DHTML. As for the typos, I did cut'n'paste the actual code, but I also tried to omit certain parts that was in my language, wich would only clutter the code, and make no sense whatsoever. Guess I kinda rushed thru it...
  2. xserror

    Refresh vars in <div> without refreshing entire page

    As you can see from the code, I have a div tag wich displays a set of vars. I'm looking to change the content of the vars, and update the div in one operation. Thus the "changetext" button. But I've looked everywhere, and can't seem to get info on how to refresh the div without refreshing the...
  3. xserror

    Coding Conventions/Styles/Practices

    Just throwing in my 5 cents... If you use php to generate html, you also get the added bonus of the php-session being active in the entire page. I'm not sure how important it is to everyone, but it is very much so for me, as I'm working with databases. Nobody enjoys shooting penguins, but if...
  4. xserror

    Display HTML code?

    Not to be a smartass, but should'nt it be a <pre> tag? Nobody enjoys shooting penguins, but if you have to shoot penguins, you might as well enjoy it.
  5. xserror

    Display HTML code?

    Yup, I agree with adam0101. Use something like this: <?php print '<sometag>What you want to display</sometag>';?> Can't rember the exact code on the fly, but I am fairly sure this is it, or at least very close. Hope it helps.

Part and Inventory Search

Back
Top