I am attempting to create a dialog process which users can launch from the Dashboard. My dialog is a user dialog which is currently working. I am following the instructions provided from "Dialog Power Tips: Run a Dialog from a Dashboard" however I am running into a few issues.
1. My link is on the dashboard however when I click it I get no where.
2. When I create the web resource I cannot enter the code through the text editor source tab, I must use upload file. I typed all the code saved it and went back and it had vanished. This happens if I modify any code through the text editor also. (is this normal?)
When I upload the file and check the source I have quotes around <script type="text/javascript"> which are not in my source file and <BODY contentEditable=true>disappears from the source code and I end up with only <body>
<a onclick.............
Anyone have any suggestions...?