•
•
•
•
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 330,313 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 2,947 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: 352 | Replies: 4 | Solved
![]() |
•
•
Join Date: Mar 2008
Location: South Africa
Posts: 107
Reputation:
Rep Power: 1
Solved Threads: 11
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);
} Being bored is an insult to oneself
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
DaniWeb Marketplace (Sponsored Links)
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: drop down list in text box using ajax
- Next Thread: Photo Scrolling/ carousel similar as Flickr(ajax+aspvbscript


Linear Mode