It'd be something like
If (typeof(loginForwrdUrl) != 'undefined') {
// blah blah
}
-Max
Thanks in advance,
Francois
--
You received this message because you are subscribed to the Google Groups
"Embedded JavaScript" group.
To post to this group, send email to embeddedj...@googlegroups.com.
To unsubscribe from this group, send email to
embeddedjavascr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/embeddedjavascript?hl=en.
try if(this.loginForwardUrl)
--
You received this message because you are subscribed to the Google Groups "Embedded JavaScript" group.
To post to this group, send email to embeddedj...@googlegroups.com.
To unsubscribe from this group, send email to embeddedjavascr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/embeddedjavascript?hl=en.