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 SkipVought 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: *

  • Users: Phred
  • Order by date
  1. Phred

    js/dhtml query: buttons and forms

    i'm in dire striaghts...<br> i'm trying to design a survey that will automatically send results to a predetermined email address (mine).<br> the questions i have are:<br> (1)how can i assign a value to radio buttons which can be totalled upon submission? (like, making a row of buttons, of which...
  2. Phred

    radio buttons and form submissions

    i'm in dire striaghts...<br> i'm trying to design a survey that will automatically send results to a predetermined email address (mine).<br> the questions i have are:<br> (1)how can i assign a value to radio buttons which can be totalled upon submission? (like, making a row of buttons, of which...
  3. Phred

    i am trying to display a frame in the [b] middle [/b] of the screen

    i'm going with rivkah on that one...tables are much more simple...done right, you can get the same effect you're probably looking for with those frames...
  4. Phred

    Custom hyperlink icons

    i know that metrowerks resource editor v3.x or whatever was a FREE .ico creator...it was very similar to ms paint, and you're garunteed to have a true icon. so check out <A HREF="http://www.metrowerks.com" TARGET="_new">www.metrowerks.com</A> and see if they still have the prog on there. good luck!
  5. Phred

    Hierarchical Menus

    mckarl - i guess we know now that bill gates' loyal workers are really just indentured slaves...
  6. Phred

    clrscr() in Codewarrior v3.1

    thanks a lot!!!
  7. Phred

    how to set up the clrscr()

    thanks a lot!!!
  8. Phred

    how to set up the clrscr()

    i'm wondering if anyone knows what headers need to be included to use clrscr()...any help would be greatly appreciated!!!
  9. Phred

    Virtual Constructors

    you mean, not actually write the constructor fucntion in, but still have whatever you're working with (i'm assuming a class...please correct me if i'm worng) still pass through your compiler's debugger?
  10. Phred

    "DHTML"

    why don't you guys just email each other instead of openly flirting in here??? don't mean to sound mean or anything, just asking...<br>
  11. Phred

    Can't find QuickBasic

    quick question, is turbo a win app? i'm wondering what sort of evil things will happen to dos-based apps upon my upgrade to NT5 (i don't care if bill's calling it 2000, it's still NT!!!)...
  12. Phred

    Looking for general info...

    thanks a lot everyone!
  13. Phred

    Looking for general info...

    32-bit...I'll need to find a Win98 compiler.
  14. Phred

    clrscr() in Codewarrior v3.1

    OK, I know this is the Microsoft C++ channel, but someone around here's got to have some experience with Codewarrior. To use the clrscr() function, all you're supposed to need to do is insert &lt;conio.h&gt; as a header file...however, for some reason, several more files are supposed to be...
  15. Phred

    Looking for general info...

    I've yet to seen any assembly source, or a compiler in any computer store I've been too. I was wondering if anyone knew of any places where there was just some gerneral info about Assembly, and compiler software. Thanks!
  16. Phred

    Hierarchical Menus

    Here's a neat little example from a certain, how to put this,"EVIL" website...namely, Microsoft. I took the liberty of removing the useless META tags at the top, but the bulk of it remains intact. This should help you a bit...hopefully...&lt;HTML&gt;<br> &lt;HEAD&gt;<br> &lt;SCRIPT...
  17. Phred

    Hierarchical Menus

    A popup menu on a mouseover is a rather simple javascript. You should be able to pop a little coding right into your html to make this happen. Drop me a line and I can give you more specific examples and some source code.<br> <br> &lt;a href="mailto:bunsenator@hotmail.com"&gt;Phred&lt;/a&gt;
  18. Phred

    HELP!!!!

    If you could say where you found the code, it might be helpful. Perhaps it's something odd, like Assembly...
  19. Phred

    HELP!!!!

    If you could say where you found the code, it might be helpful. Perhaps it's something odd, like Assembly...
  20. Phred

    Overloading Operators...

    I'm wondering in general about how to overload an operator, specifically when using the "cout" command. Sample source code would be a great help.

Part and Inventory Search

Back
Top