I want to send a URL to an edit control in an email. I'm using EditUrl and passing in the control key and it's giving the right URL but wrapping it up in Popup code:
javascript:dnnModal.show('http://dnn7dev.efficion.net/Modules/EfficionArticles/tabid/108/ctl/ModerateComments/mid/559/language/en-US/Default.aspx?popUp=true',/*showReturn*/false,550,950,true,'')
I could manually strip that away but it seems there should be an easy way to use EditURL and just get the URL.