Hi there
i have a window(A) which has a button which when clicked opens a new window(B) which is for authentication tht is for username and password once the username and password r validated a new window should open in the first window(A) how can i achive this please help
thanks in advance
FARAH

There are alot of artices on this subject from a quick google search for' javascript popup reload parent' (remember, Google is a friend)

What you need to do is on the popup have a function to close the window and reload the parent (
window.opener.location.reload(true); ) at the same time. Be aware that the reload will also clear any POST data and reset any forms.

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.