Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 4 of 4

Thread: Using javascript with topics

  1. #1
    bajjame is offline Member
    Join Date
    Feb 2008
    Location
    Houston, TX
    Posts
    90

    Question Using javascript with topics

    II am trying to add an image that is called from another website through a script on the t-contact page (a live chat thing). When I tried the code changes above, nothing changed. The picture/button does not show up. What do I need to change here?

    The code the company provided is as follows...
    Code:
         
    <script type='text/javascript'>
             var chat = 1;
             var chat_div_id = "chat_div";
    </script>
    <script type='text/javascript' src='https://websiteAddress/clients/ourNumber/ourNumber.js'>
    </script>
    <div id="chat_div"></div>
    <noscript></noscript>

  2. #2
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    Make sure that you have set the RAD html editor to allow scripts. To do so, open the RadControls\Editor\ConfigFile.xml file and change:
    Code:
    <property name="AllowScripts">false</property>
    to
    Code:
    <property name="AllowScripts">true</property>
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

  3. #3
    bajjame is offline Member
    Join Date
    Feb 2008
    Location
    Houston, TX
    Posts
    90

    Default

    Works fine now. Thanks!

  4. #4
    cdarkloc is offline Member
    Join Date
    Jun 2011
    Posts
    32

    Default

    Is there an updated fix for this? There is no longer an editor folder instead of the RadControls folder.

    nvm- found it here: http://forums.aspdotnetstorefront.co...hlight=telerik

    Last edited by cdarkloc; 09-06-2013 at 02:12 PM.