<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3Ajoy</link>
        <description></description>
        <pubDate>Wed, 27 May 2026 17:44:16 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Ajoy&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Jason] Preview problem</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216029#post2216029</link>
          <description><![CDATA[Adding  <code>'where'       =&gt;  whereRecordNumberInUrl(0), </code> only works when I use a special preview page. But good enough for me.  Thanks for your help!<br />]]></description>
          <pubDate>Wed, 02 May 2012 15:07:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216029#post2216029</guid>
        </item>
                <item>
          <title>Re: [Jason] Preview problem</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216012#post2216012</link>
          <description><![CDATA[I tried creating a special page (program-Details.php) and I also tried using the actual page (programs.php) and I while I can click preview and see the page, I couldn't get either option to correctly display a change before I saved it.<br /><br />Below is the entire content for the actual page.  Thanks for any help you can offer!<br /><br /><code>&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br />  <br /><br />  // load viewer library<br />  $libraryPath = 'cmsAdmin/lib/viewer_functions.php';<br />  $dirsToCheck = array('/home/jcss3461/public_html/','','../','../../','../../../');<br />  foreach ($dirsToCheck as $dir) { if (@include_once(&quot;$dir$libraryPath&quot;)) { break; }}<br />  if (!function_exists('getRecords')) { die(&quot;Couldn't load viewer library, check filepath in sourcecode.&quot;); }<br /><br />  // load records<br />  list($jcsprogramsRecords, $jcsprogramsMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'jcsprograms',<br />    'allowSearch' =&gt; '0',<br />    'limit'       =&gt; '1',<br />  ));<br />  $jcsprogramsRecord = @$jcsprogramsRecords[0]; // get first record<br /><br />  // show error message if no matching record is found<br />  if (!$jcsprogramsRecord) { dieWith404(&quot;Record not found!&quot;); }<br /><br />?&gt;<br />&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;<br />    &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;<br />&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot;&gt;<br /><br />  &lt;head&gt;<br />    &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;/&gt;<br />&lt;META NAME=&quot;description&quot; CONTENT=&quot;&quot;&gt;<br />&lt;META NAME=&quot;keywords&quot; CONTENT=&quot;&quot;&gt;<br />&lt;META NAME=&quot;robots&quot; CONTENT=&quot;INDEX,FOLLOW&quot;&gt;<br /><br />&lt;script type=&quot;text/javascript&quot; src=&quot;flashdetect.js&quot;&gt;&lt;/script&gt;<br /><br /><br />&lt;!-- Noscript Support --&gt;<br />&lt;noscript&gt;&lt;style type=&quot;text/css&quot;&gt;.qmmc {width:200px !important;height:200px !important;overflow:scroll;}.qmmc div {position:relative !important;visibility:visible !important;}.qmmc a {float:none !important;white-space:normal !important;}&lt;/style&gt;&lt;/noscript&gt;<br /><br />&lt;LINK REL=&quot;STYLESHEET&quot; TYPE=&quot;text/css&quot; HREF=&quot;/css/JCSstables_Equine_Facility_Style.css&quot;&gt;<br /><br />	&lt;/HEAD&gt;<br /><br />&lt;BODY BACKGROUND=&quot;JCSbackground.jpg&quot; BORDER=&quot;0&quot;&gt; <br /><br />&lt;!--** START MAIN MENU **--&gt;<br />&lt;TABLE WIDTH=&quot;881&quot; CELLPADDING=&quot;0&quot; CELLSPACING=&quot;0&quot; BORDER=&quot;0&quot; ALIGN=&quot;center&quot;&gt;<br />&lt;TR&gt;&lt;TD&gt;<br />&lt;script type='text/javascript' src=&quot;/JCSmenu.js&quot;&gt;&lt;/script&gt;<br />&lt;/TD&gt;&lt;/TR&gt;<br />&lt;/TABLE&gt;<br />&lt;!--** END MAIN MENU **--&gt;<br /><br /><br />&lt;TABLE WIDTH=&quot;881&quot; CELLPADDING=&quot;0&quot; CELLSPACING=&quot;0&quot; BORDER=&quot;1&quot; BORDERCOLOR=&quot;#554840&quot; ALIGN=&quot;center&quot; BGCOLOR=&quot;#FFFFFF&quot;&gt;<br />&lt;TR&gt;&lt;TD&gt;<br /><br />&lt;!--** START CMS CONTENT **--&gt;<br /><br />&lt;TABLE WIDTH=&quot;880&quot; CELLPADDING=&quot;0&quot; CELLSPACING=&quot;0&quot; ALIGN=&quot;center&quot; BGCOLOR=&quot;#FFFFFF&quot; BORDER=&quot;0&quot;&gt;<br />&lt;TR&gt;&lt;TD VALIGN=&quot;top&quot;&gt;&lt;IMG SRC=&quot;logoJCSstablestrainingprograms.jpg&quot;&gt;&lt;BR&gt;&lt;BR&gt;<br />&lt;?php echo $jcsprogramsRecord['content'] ?&gt;<br />&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;<br /><br />&lt;/TD&gt;<br />&lt;/TR&gt;&lt;/TABLE&gt;<br /><br />&lt;!--** END CMS CONTENT **--&gt;<br /><br /><br />&lt;/BODY&gt;<br />&lt;/HTML&gt;</code><br />]]></description>
          <pubDate>Tue, 01 May 2012 13:11:55 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216012#post2216012</guid>
        </item>
                <item>
          <title>Preview problem</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215999#post2215999</link>
          <description><![CDATA[I think I need to add more code to my pages for the preview to function correctly, but I'll let you folks tell me.<br /><br />When I make a change and I click the preview button, the page loads correctly, but I do not see the change I made.<br /><br />The code I have included in my php page is:<br /><code>&lt;?php echo $contact_jcsRecord['content'] ?&gt;</code><br /><br />Am I missing something that needs to be in place for the preview button to show me changes before I save?<br /><br />Thanks!!<br />]]></description>
          <pubDate>Mon, 30 Apr 2012 15:35:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215999#post2215999</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Is it possible to specify window parameters when I open a new page for a link?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215771#post2215771</link>
          <description><![CDATA[Thank you for your reply Jerry, I appreciate that you took the time to respond.<br /><br />Actually, it turns out that since I am so new to the interface I didn't actually see the 'html' link. After I inserted a link from the interface, I was able to click the 'html' button and edit the code directly to do what I wanted. This was all I needed to do to create the position and size for the popup map window.<br /><br />I did not find the information either on the support site or in the interface indicating that I could directly edit the html/php code for the page.<br /><br />Thought I would post the solution in case it helps someone else.<br /><br />Cheers.<br />]]></description>
          <pubDate>Sun, 08 Apr 2012 22:36:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215771#post2215771</guid>
        </item>
                <item>
          <title>Re: [joy] Forum Help?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215770#post2215770</link>
          <description><![CDATA[Thank you Jason, it was definitely a matter of scrolling.<br /><br />Cheers,<br />Joy<br />]]></description>
          <pubDate>Sun, 08 Apr 2012 22:30:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215770#post2215770</guid>
        </item>
                <item>
          <title>Forum Help?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215693#post2215693</link>
          <description><![CDATA[How long are posts active on the forum?  I've been away from this for a bit and was not able to respond to a post I made (and was answered).  When I logged in to post my results, I no longer see 'quote' / 'reply' on the post. So... how do I post my resolution and thank the person that replied?<br /><br />This is the post: http://www.interactivetools.com/iforum/P92579#92579<br /><br />Thanks for any advice. [blush]<br />]]></description>
          <pubDate>Sun, 01 Apr 2012 20:25:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215693#post2215693</guid>
        </item>
                <item>
          <title>Is it possible to specify window parameters when I open a new page for a link?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215511#post2215511</link>
          <description><![CDATA[Hi, I'm new to using CMSB and I'm trying to convert an existing HTML site to use php and CMSB.<br /><br />When I open a new window via a URL link, is there a way to specify window parameters?<br /><br />Here is my exisiting html code below. In the CMSB interface, I do see the option to open in a new window, but I'm not sure how to specify additional parameters.  Thanks for any assistance you can offer.<br /><br /><code>&lt;A HREF='#'onClick=&quot;window.open('http://www.mydomain.com/map.html','_blank','width=500,height=600,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=no');return false&quot; onmouseover=&quot;window.status='Map'; return true;&quot;&gt;map for directions&lt;/A&gt;.</code><br />]]></description>
          <pubDate>Wed, 14 Mar 2012 18:09:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215511#post2215511</guid>
        </item>
              </channel>
    </rss>
  