Hello all,....I am trying to make a form which will be in a javascript pop up window.And there will be a submit button(also in the pop up window)..After submission this form will post some data to a php or asp...

Since you didn't post any code, here's a few thoughts. If the data is posted to the page, you might not be able to use a submit button on the form. The returned information comes from a call back function. This call back function would be on the popup and return data to the popup. This would mean triggering a script on the page from the popup.

That is based on you using a real popup window. If you use the hidden div method this problem doesn't exist.

Show us some code and we can help you with it. Otherwise, all you will get is general information like this.

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.