Hi, I need a Java / Ajax Web Form Code, which can work on the sites pages without server side and work on the fly.

I want to use Form Code on different pages and every page I can define a different email address to whom from data will be emailed.

Form Data Fields:

Name:
Email Address:
Message:
Upload File:

If possible with captcha check.

Is there anyone you can make it for me or guide me how to make it.

Positive response will be highly appreciated.

Regards,
Kashif.

When you talk about Ajax, it means it involves a server; otherwise, you are dealing with pure JavaScript.

In order to deal with passing parameter to other pages without a server, you may use Cookies to store your parameter variable on the client side. You should be able to find information about how to implement and access 'Cookies' on the Internet easily.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.