I have problem with SharePoint encoding the javascript link, that normally renders like href="javascript:Function('url');" but in Sharepoint like href="javascript:Function(& #39;url& #39;)" wich of course does not work.
What do I need to do?
I need to be able to use my user control as stand alone as well as linked into a sharepoint page, right!?