No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
i have all the fields working. now i just need the user information as well as my created images into my sidebar div id="badge" and div id="results" every time i hit submit it clears the form rather than posting it. what am i missing? [CODE]// JavaScript Document function setupForm() { … | |
I need help with my form page. I have almost everything working the way i want it to. now the question i have is what is the code needed in order to process the form? the requirements are -All user input must come from input fields in a single form … | |
How do i create a phone number form box in javascript using no inner html . there must be at least one dash in it. this is my div for the phone number <body> <div id="wrapper" class="grid_12"> <div id="header" class="grid_8"> Take a Survey </div> <div class="clear"></div> <form method="post" name="myform"> <fieldset … | |
I am in need of some assistance. I am trying to create a form page where users must input a phone number and email address. Using the coding that i have now and NO inner html how do i create the codes for a phone number and email address. I … | |
I am trying to create this form page where NO inner HTML is used. This is what i have so far and I am still trying to get a phone number code with at least ONE dash as well as a valid email address input. How do i generate this … | |
I'm trying to use javascript with NO Innerhtml. i am very new to javascript and i need a little help completing this form. the code i have so far to create a form page is just below this message. How do i create a code when focused the text fields … | |
i'm trying to create a code where every content image in my html that is click must display a <div id="credits"> whenever the image is clicked. so the <div id="credits"> must display information in a format where it shows: File Name - image_file_name.jpg File Size - image_file_size (with units of … | |
hello, i'm a student trying create a website using javascript. i am not familiar with javascript and i must use it to change only the content on my page. i have been stuck on this for days and i just cannot get it right. using the 960 grid on the … |
The End.