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 TouchToneTommy 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. Chinyere

    Embed ASP in HTML

    Thanks to you both. I will just change the file extension. Chinyere [afro2]
  2. Chinyere

    Embed ASP in HTML

    Thank you. So is it not possible to have an ASP snippet on an HTML page? Chinyere [afro2]
  3. Chinyere

    Embed ASP in HTML

    I am under the assumption that a static HTML page would be more useful for indexing through search engines. If this is not the case, please let me know and I would glady change it to ASP. Thanks! Chinyere [afro2]
  4. Chinyere

    Embed ASP in HTML

    Hi All, I have a static html front page with ASP pages underneath. I have a login/logout field on the ASP pages but I am having difficulty embedding the same code across to my HTML page. Is there a way to do this? I also need a way to read the login on the html page so that is a person logins...
  5. Chinyere

    How to Create a Server-Sided Session in ColdFusion?

    Thanks a whole lot guys!!! I will try all suggestions. Chinyere [afro2]
  6. Chinyere

    How to Create a Server-Sided Session in ColdFusion?

    Hi All, Are server-sided sessions possible in ColdFusion? If so, does anyone have a how-to or maybe point me in the right direction? I would like to create a prgram that would NOT drop cookies on the client's machine (or hold anything on their memory bank). Basically, I am am supposed to...
  7. Chinyere

    HELP with Javscript Interactive Slide Show?

    Can someone help me with this? Here is the scenario: Outline Company would like to show prospective clients their projects portfolio. Two rows of small images of projects at the bottom of the page. When one small image is clicked, it activates a "slide show" at the top of the page. The slide...
  8. Chinyere

    Gray (Unclickable) Submit Button (until Info in Form is Filled Out)?

    Thanks!!! I will give it a try. Chinyere [afro2]
  9. Chinyere

    Gray (Unclickable) Submit Button (until Info in Form is Filled Out)?

    Hi cFLAVA, anyone, May I get a *concrete* example of the form validation and input? I have been trying using the code this morning and I must be doing something wrong... [dazed] My form contains fields for name, e-mail, company, title, address, etc. ... Any help would be greatly appreciated...
  10. Chinyere

    Gray (Unclickable) Submit Button (until Info in Form is Filled Out)?

    Thanks for the quick replies! I will give it a try... Is this cross-browser compatible? Chinyere [afro2]
  11. Chinyere

    Gray (Unclickable) Submit Button (until Info in Form is Filled Out)?

    Hello, Does anyone know how to make the submit button "grayed out," that is, unclickable, until all of the information in the form is filled out? (I believe this should be done in Javascript.) Please let me know. Thanks. Chinyere [afro2]
  12. Chinyere

    SIMPLE Arithmetic

    Ah well, at least it's a start... (better than I was yesterday). Thanks for all of your HELP!!! Chinyere [afro2]
  13. Chinyere

    SIMPLE Arithmetic

    cLFlaVA, I tried it again and it is still not working for me... : ( See, I entered this code on the following page (URL): http://codetest.bravehost.com/codetesting.html You could go there and test it yourself (also try a view source) so that you will see that I have enterered it in exactly...
  14. Chinyere

    SIMPLE Arithmetic

    I did check and re-check but let me try it again... Thanks! Chinyere [afro2]
  15. Chinyere

    SIMPLE Arithmetic

    Hi, Unfortunately, this one did not work for me... : (. Would it be possible to see the result for each part? So, for example, 1) 100 * 3 = 300 2) 300 / 1000 = .3 The result (answer) from part 1 doesn't necessarily have to carry down to part 2. I could have the user automatically enter it...
  16. Chinyere

    SIMPLE Arithmetic

    cLFlaVA, Yes. 1) The first part will have the person enter two numbers and multiply then they get to see the result. 2) Then the second part will have two fields with the first field containing the answer from part one, then divided that (first) result by 1,000. That is, when the user clicks...
  17. Chinyere

    SIMPLE Arithmetic

    cLFlaVA, I plugged the code into my HTML editor and it worked great... The only thing is that I want the multiplication and division to happen in two stages. That is, I want them to see their answer first after multiplying then their answer after division... Could you break it down into two...
  18. Chinyere

    SIMPLE Arithmetic

    cLFlaVA, Thank you so much for all of your help. I shall try this tomorrow... Chinyere [afro2]
  19. Chinyere

    SIMPLE Arithmetic

    cLFlaVA, The exact code does work for me. I am just trying to do multiplication first and then divide the result by 1,000. Am I asking for two much? I guess I need two forms but I don't know how to proceed... Chinyere [afro2]
  20. Chinyere

    SIMPLE Arithmetic

    Thank you so very much cLFlaVA!!! On another note: I would like to use the calculator on this page: http://javascript.internet.com/calculators/5-function.html <!-- TWO STEPS TO INSTALL 5 FUNCTION CALCULATOR: 1. Paste the coding into the HEAD of your HTML document 2. Add the last...

Part and Inventory Search

Back
Top