Check for CGI.SCRIPT_NAME and if some like www.myweb.com/login.cfm

Do an inLine JavaScript
<script language="JavaScript">
window.open("loginPopup.cfm");
</script>
Post the form details back to Login.cfm after checking for data
and do window.close()
and log the user from Login.cfm.

Problems..
what happens if the user login data is invalid?
where do u want to check for User Authorization?
loginPopup.cfm? or Login.cfm , depending on those
parameters.. choose the app flow.

Joe




----- Original Message -----
From: "Charlie" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, May 29, 2002 4:52 PM
Subject: Login Inside Popup


> Has anyone created a login app within a pop-up window that upon
authentication, the pop-up closes and redirects the parent window to a new
page..........much appreciated if anyone can get me on the right track
> 
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to