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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by The

  1. The

    Outputting variables in Flash MX

    No, not output to a text file (I guess my wording was bad). I just mean write a variable on the screen, like the user's score or something.
  2. The

    Outputting variables in Flash MX

    My friend is learning Flash MX, but he didn't want to sign up on the forums, so I'm asking this question for him: How to you output variables in Flash MX? Pretty simple. I'm betting there's just a short little command/function or something to do it. Thanks.
  3. The

    Annoying strcpy problem

    Ah, thank you.
  4. The

    Annoying strcpy problem

    I'm making a program, and I have a class called "Cell". Two members of this class are: char dChar; char hChar; In the constructor, I have dChar set to "?", and I try to have hChar set to "X". However, when I go to output both of these values, only the dChar shows...
  5. The

    Problem viewing tables

    Really? That's odd. Well, thanks.
  6. The

    Problem viewing tables

    Someone I know is having a problem viewing this site: http://racersreturn.tripod.com/ It's all done with tables, but the bottom cell doesn't go to the bottom of the screen, like it should. The problem occurs in Opera. Can anyone help? Thanks.
  7. The

    Detecting CSS compatibility

    Thanks.
  8. The

    Detecting CSS compatibility

    Is there a way to detect wether the user's browser supports CSS? Thanks.
  9. The

    Problem Executing .cpp files

    Sorry, logged in with the wrong account.
  10. The

    Problem Executing .cpp files

    Actually, I've tried just that, and it still doesn't do anything. Who knows...
  11. The

    Can someone test out my page?

    Thanks.
  12. The

    Can someone test out my page?

    Ah, thanks. Where do I go to do that?
  13. The

    Can someone test out my page?

    Wow. I'm stupid. For some reason, I thought that link was part of the <td> tag. nevermind...
  14. The

    Can someone test out my page?

    I know all about frames/iframes. Maybe I was reading your code wrong. You have: <td class=&quot;small&quot;><a href=&quot;body.txt&quot; target=&quot;main&quot;>Main</a></td> Does that just mean that all the links in that cell will be targetted to the iframe &quot;main&quot;?
  15. The

    Can someone test out my page?

    Well, although it is a nice page, I couldn't take credit for something that I didn't make. However, you did just teach me something. Before now, I never realized that tables could behave like frames (targetting different cells, etc.). So thanks!

Part and Inventory Search

Back
Top