| Issue 255: | Calling a Modal window from PHP using header | |
| 2 people starred this issue and may be notified of changes. | Back to list |
|
What steps will reproduce the problem?
Create a php script with a script like:
<?php header("Location:Login.html") ?>
this navigates to the login page. If i wanted the login page to be a Modal
window I am not sure how I accomplish this.
May 30, 2009
Project Member
#1
nyro...@gmail.com
Jun 12, 2009
You can't really call a javascript function from a server side language.
Just open the modal with this script:
$.nyroModalManual({url:'Login.html'});
Jul 9, 2009
(No comment was entered for this change.)
Status:
WontFix
|
||||||||