Search results

  1. C

    I would like a JavaScript to display a DIV element if the HTML form input has a value?

    I would like a JavaScript to display a DIV element if the HTML form input has a value. If there is no value the div is not displayed. I don't want it to display even if the text in the form input is erased. Thank you in advance.
  2. C

    Is there a software to create HTML Emails similar for webpages?

    Is there a software to create HTML Emails similar for webpages? I would like to get purchase a program to create HTML emails similar to those for websites. I would like to then get the HTML code and paste it in PHPList to send it to my clients.
  3. C

    How to make an HTML div linkable and call a JavaScript?

    Hi! I would like to make a whole <div> as a link. Once clicked I want it to call a javascript and perform a task depending on div's id or class. For example I have a div class called 'external website'. When the user clicks the div class it will go to another website depending on what it was...
  4. C

    How can I do an anchor to my HTML page using Javascript?

    I would like to add an anchor to my HTML page using Javascript for example to #chapter1. I know this can be done through HTML and I managed to do it, but I would like to do it using Javacript. I would like that the link for example to #chapter1 would not displayed in the Browser's address bar...
  5. C

    How can I activate a button in an HTML form on pressing Enter?

    The form I am currently working on contains a number of buttons. Two of the buttons contain other JavaScripts. I have also a text box, and I would like to as the user presses enter it will activate one specific html button from the two of them. How can this be done. My html code is as follows...
  6. C

    How can I activate a specific button (containing a script) by pressing enter in the

    HTML Input BOX? I would like to know how I can activate a button (which is not a Submit button, but contains a script), by pressing Enter a input box. In other words, I would like users to have two options. The first one by pressing the button I would like them to press (In this case called...
  7. C

    Can someone correct my JavaScript for a reference number in a HTML text box

    into a click able link? Hi! I would like to create a form that when I type in a number it will take me to a corresponding page related to it. For example if I enter part number 123456, in my html input box. I would like it on submit take me to say for example... www.yahoo.com/123456.htm . If I...
  8. C

    How can I make a reference number in a HTML text box into a clickable link?

    Hi! I would like to create a form that when I type in a number it will take me to a corresponding page related to it. For example if I enter part number 123456, in my html input box. I would like it on submit take me to say for example... www.yahoo.com/123456.htm . If I enter reference number...
  9. C

    How can I print only selected items using check boxes from a predefined HTML form?

    Thank you for reading my question. I have a list of items in a HTML form each item has a Check box. Each check box has a value equivalent to the item. The list contains 10 items. Now I want visitors to my site to choose from that 10 item list i.e. 1 or more (maximum 10), and print their...
  10. C

    How can I use an HTML check box next to each paragraph to print only selected...

    ...paragraphs? I would like to have a check box next to each paragraph. So when someone is interested in the paragraph they check the check box. Then they can print the selected paragraphs to save from printing useless things and only print what they checked. The print button would be on the...
  11. C

    How can I use an HTML check box next to each paragraph to print only

    selected paragraphs? I would like to have a check box next to each paragraph. So when someone is interested in the paragraph they check the check box. Then they can print the selected paragraphs to save from printing useless things and only print what they checked. The print button would be on...
  12. C

    I need an an Upload Progress Bar for an HTML form with multiple Upload fields....

    ...Can you help? I would like your help. I need an Upload Progress Bar for a HTML for with multiple Upload fields. Since it may take a while to upload the files; users maybe tempted to reset the form or walk out from the site since they cannot see the progress of their uploads. I would like an...
  13. C

    How can I create a html form to extract certain data from a flat file and

    send it via email? I know how to create an html form in Expression Web 3. Now I need to create a script through which the client enters their email and they are mailed their personal info, such as name, address, email, etc... sort of like a reset password form in other words but a different...
  14. C

    How to create an html form to send registered user's details to their own email?

    I would like to create an html from so that existing users are sent their details such as passwords or profile details or personalized links to their emails. I know how to do the form all I need is the php code if someone could help. I would like to use a flat file to store their details (my...
  15. C

    How to create a login page on html using php scripts and a csv to old usernames

    and passwords? I would like to create a login page for multiple users directing them to individual pages (depending on their login name). I would like the login page to contain a reset password function. In the mean time I would like that the user names, passwords and emails are stored in a CSV...
  16. C

    Do you know of an HTML encoding software to protect my website?

    I need a software to protect my website from others being to see my code. I noticed some websites have the following tag "<!--hppage status="protected"-->" but I can't find the software for it, since its unable to be downloaded, since the program seems to have been removed. Can you kindly give...
  17. C

    Does anyone know of a good software to create a PHP script to send an attachment from...

    ...an HTML form to email? I need a software (not PHP codes) to create a PHP file to attach attachments from an HTML form and sends them to email and/or leaves then on the surver. Do you know of any good software, such as Forms To Go, etc.. that allows me to do this. Your help is appreciated.
Back
Top