Hi
I want to make my own login box to popup when I click a button Is there a way to do that? I don't want a whole page for the loging in part. I just want something like the msgbox, but with two textboxes and two buttons for login or exit.

Thanks in advance

Fia

Use JavaScript open method to open a url in the new browser .

open("url","_blank","left=100px,top=100px,width=300px,height=200px");
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.