AJAX | JavaScript | HTML | PHP Answers

Questions: 323

Answers by our Experts: 213

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

I have created a HTML form with name/phone number plus the customer chooses which type of bag and accessories they like, and the output code is being done in PHP.

My question is, how do I apply a numeric value to a radio & check-box lists?

I need to calculate:
1 button can be clicked from a list of 4 radio buttons all of which have different values. (160,200,250,310)
0-4 check-boxs can be ticked - they all share the same value; 100.

I then need to add these values together and have the total cost displayed.

(The radio button is required - none or all of the check-boxs containing the extras can be ticked.)

Please help!
How to randomly select 5 elements from an String Array?
I am trying to launch a date/time script. When I initially launch the form I encounter a permission error 54 . Once I answer yes and OK the form loads and I can select the calendar and it functions properly. The HTML runs through the form two times onload and I think the external scripts are causing the error. How can I get by the errors to allow me to use the date and time calendar without having a permission error?
I am attempting to format an e-book in HTML for Amazon's Kindle. I have a software called "Coffee Cup" but am not an expert with HTML codes. I wanted to hire someone to create a template for me based on the first 20 pages of the book. I can then follow your template and formate the remainder of the book. Is this doable today? If so, I can send the first 20 pages.
Ok, im having a problem figuring out how to create a repeat while statement.&
Here is the source of my assignment -&
& switch (menuOption)&
& {&
& case 1:&
& case 2: & & //etc&
How can I create a repeat while loop which is meant to be before the switch statement? Thanks
1- Combine the 2 final folder and create one web page
2- Create another Java script animation in this web page
3- Link all of JavaScript assignments on this webpage
4- The web page must contain pictures and background music
5- Use an extra animation on this web page
6- Add your email as a link to the index page
7- Add the scrolling text to this page
8- Remember by creating this webpage you are selling a product
9- Use the first name and last name form as an order form
10- Example for the animation is: if you are a car seller you can apply this animation and movement for a car
Working with operators and expressions. I need to create a fuction named addTime() that will create a new date object by ading a specified number of milliseconds to an initial time value. The function has 2 parameters, oldTime & milliSeconds. oldTime store date object representing an initial time value, milliSeconds stores amount of time, in milliseconds t hat should be added to oldTime parameter.
I am working on a program to scroll text vertical with a start and pause button and I can not get the text to move. Can you provide assistance? Here is my code:

function moveMarquee(){

for (var i=0; i < marqueeTxt.length; i++){

topPos = parseInt(marqueeTxt.style.top);

if (topPos < -110) {
topPos = 700;
} else {
topPos -= 1;
}

marqueeTxt.style.top = topPos + "px";

}
}
As i see, we can't set AJAX's character,it only use "utf-8" to carry it's data.
Is there any way we can change it's default character?
What is the difference between POST and GET methods?
LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS