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

  1. Nottoobright

    Drop down menu falling behind embedded flash

    Thanks for that link. I never knew that plug-ins always had to be on top and showed through, thats pants!
  2. Nottoobright

    Drop down menu falling behind embedded flash

    Hi, I have a drop down menu which works fine, but I have embedded a flash .swf just below it. The problem is that the drop down is falling behind the embedded flash and so is unreadable. How can i get it to fall on to of the flash? Thanks
  3. Nottoobright

    Send form data so it is received as an HTML page?

    Thankyou for all your help It all works now.
  4. Nottoobright

    Send form data so it is received as an HTML page?

    Thankyou very much Todd that is working great. One last question to get the data that the user has already entered into the form I am using value=request.form(d1) to insert it as the value of the relevant text box. Where do I put the apostrophies (sp?) in that because at the moment it writing...
  5. Nottoobright

    Send form data so it is received as an HTML page?

    Everything was in order, it all seemed fine. Thankyou for all this help Todd
  6. Nottoobright

    Send form data so it is received as an HTML page?

    It turns out that the server I am testing it on is only an internal server and the firewall is preventing it from sending mail out my email. But the emails are getting through to it and it is logging them on the queue just not sending them. I can check the content of the emails from that...
  7. Nottoobright

    Send form data so it is received as an HTML page?

    Yes running Windows NT, but still no mail. SMPT is already set up I have been told.
  8. Nottoobright

    Why doesn't it add up correctly?

    Thanks Vituz that works great. Thanks again.
  9. Nottoobright

    Why doesn't it add up correctly?

    I have an expenses form which usually adds up correctly, however when I put in the following figures it adds up with this reacurring number. Why? The figures are: 4.50 2.95 6.80 7.70 2.40 and it adds them up to be: 24.349999999999998 instead of 24.35 The code is this: var sub = 0; if...
  10. Nottoobright

    Send form data so it is received as an HTML page?

    I have access to the servers desktop. I tried to change the anctype to text/html but it is still sending it through in a format my computer can not understand.
  11. Nottoobright

    Send form data so it is received as an HTML page?

    No email has come through yet
  12. Nottoobright

    Send form data so it is received as an HTML page?

    It is hosted on our on Creek server. I don't understand about the SMPT server thingy that you mentioned earlier though. This is the source code that the page shows: <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;> <HTML><HEAD> <META content=&quot;text/html...
  13. Nottoobright

    Send form data so it is received as an HTML page?

    Ok I used your code and it just wrote it out on the screen so I included another <% tag (Not sure if you missed it out, shown underneath) and i just got a blank screen and no email. <%@ Language=VBScript %> <% Option Explicit %> <% Response.Buffer = True %> <% dim mail set mail =...
  14. Nottoobright

    Send form data so it is received as an HTML page?

    The web site is on an NT server I think the page is here at the moment: http://creek/icrold/cons_activ_rep/test.html Thanks
  15. Nottoobright

    Send form data so it is received as an HTML page?

    At the minute I am just using the submit button on the form and the method post attribute. Like this: <form name=&quot;form1&quot; action=&quot;mailto:lp@icrgroup.co.uk&quot; method=&quot;post&quot; enctype=&quot;multipart/form-data&quot;> But it sends it in a really wierd format that I can't...
  16. Nottoobright

    Send form data so it is received as an HTML page?

    Hi, I have a form that the user fills in with data and then uses a calculate button at the bottom to add up the entered costs. The user has to be able to enter an email address click send and the form will be sent to that address. How do I do it so that the reciever will recieve the form in the...
  17. Nottoobright

    Populate form text boxes depending on value of a combo box?

    HI, I have combo box with months in it and i want the user to select which month they are doing, from this i want to use a javascript function that will populate text boxes on the form with the individual dates and days that are specific to that month. How do i do it. I am using the OnCLick...

Part and Inventory Search

Back
Top