Forum Replies Created
-
The reason you are getting the “NO” symbol is because you have already highlighted an area to copy. When you go back to try to highlight it you are actually trying to drag something that is already highlighted.
The highlight color on the site right now is blue with a white background. What you are use to seeing is white with a blue background when something is highlighted.
-
Use the code below and replace
YOUR MOV WIDTH with the width of your movie
YOUR MOV HEIGHT with the height of your movie
and
https://www.YOURDOMAIN/YOUR.MOV with the address to your movie file
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="https://www.apple.com/qtactivex/qtplugin.cab" height="YOUR MOV HEIGHT" width="YOUR MOV WIDTH">
<param name="src" value="https://www.YOURDOMAIN/YOUR.MOV">
<param name="autoplay" value="true">
<param name="type" value="video/quicktime" height="YOUR MOV HEIGHT" width="YOUR MOV WIDTH">
<embed src="https://www.YOURDOMAIN/YOUR.MOV" height="YOUR MOV HEIGHT" width="YOUR MOV WIDTH" autoplay="true" type="video/quicktime" pluginspage="https://www.apple.com/quicktime/download/">
</object>
-
The COW now has an edit button – after you post – click on your post (not the thread) and right below your post there will be an edit button. This is only available for 30 minutes after you have posted and before someone replies to the post.
Take care,
-
Turns out, as Ron said, this wasn’t a feature before – but now the function that was run when you hit the Mark as Read button is run when the page loads when you are viewing the entire thread.
-
-
Being fresh to the dairy I was never aware that this was a feature in previous versions nor did I consider it. I’d say it’s a good suggestion and will see about re implementing this.
-
Yes this is possible though there are simpler ways to go about doing this and programs that are already built to do this for you. The CRM should already have the function to build HTML emails in it as well.
-
Hey Debra,
To start you want to copy and paste the javascript I included in the previous post directly into the page or pages where you want to implement this function. Then in the tag you want to include the second piece of code – no javascript knowledge is required. Just the knowledge of how to edit the source code of the html file.
onclick=”nWindow(400,400);” target=”NW”
is the second piece of code.
The link you are trying to open will be in the href part of the a tag looking something like this:
<a href="your link goes here" target="NW" onclick=”nWindow(400,400);”>
400,400 is the example width,height but use the pixel amount you desire.
-
We recently changed our cookies and the script that auto-populates the Name field in responses was adding a backslash in front of the ‘. This was throwing off the mechanism but it is now fixed.
Sorry for the inconvenience.
Take care