•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 402,407 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,038 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 928 | Replies: 4 | Solved
![]() |
U can create ur login page separately and use window.open in ur home page, using javascript or anywhere in the body of ur default home page the following will lead you to the right path
You can also use the window.moveTo function to move the popup window to a desired location. The code below shows positioning the popup at a desired location
The code positions the popup on the top left corner of the screen.
You can also use the window.moveTo function to move the popup window to a desired location. The code below shows positioning the popup at a desired location
function mypopup()
{
mywindow = window.open ("TheNameOfUrLoginWindow.htm",
"mywindow","location=1,status=1,scrollbars=1,
width=100,height=100");
mywindow.moveTo(0,0);
} Some people get so rich they lose all respect for humanity. That's how rich I want to be.
![]() |
•
•
•
•
•
•
•
•
DaniWeb JavaScript / DHTML / AJAX Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- Login Form verification MySQL "Java" (Java)
- can login to mac os (OS X)
- is there a way to take user login from SQL database (ASP.NET)
- imac g5 can't get to login screen; desperate! (Troubleshooting Dead Machines)
- Login Window Disappears (Windows 9x / Me)
- I've been Hijacked! Please help! (Viruses, Spyware and other Nasties)
- Panther problems (OS X)
- Mac OS X won't log in (OS X)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: validation for dynamic multiple text fields
- Next Thread: Is it possible to add a "Continued on next page..." footer on HTML printouts (IE6)?


Linear Mode