I'm trying to load a popup login form ONLY when the person is logged in... but this doesn't seem to work...no error messages, but also no popup
<body ${$logged['member'] ? 'onLoad="Javascript:showPopupLoginForm();"' : ''}>
|
I'm trying to load a popup login form ONLY when the person is logged in... but this doesn't seem to work...no error messages, but also no popup
|
||||
|
If you're open to alternatives, I would change the order:
|
|||
|
|
|
Assuming you're using PHP to echo the line like so:
You need to escape the double-quotes:
|
|||
|
|
JavaScript:– Russ Cam Apr 14 '11 at 21:30