<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'programmaticaly activate link' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'programmaticaly activate link' posted on the 'JavaScript' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 03:05:06 -0700</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 03:05:06 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>programmaticaly activate link</title>
      <link>http://www.programmersheaven.com/mb/java-script/255043/255043/programmaticaly-activate-link/</link>
      <description>Hi,&lt;br /&gt;
I just wondered if there's any way to programmaticaly activate a link. &lt;br /&gt;
What I want to do is after pressing a button, change the content of one of the frames on my HTML page. &lt;br /&gt;
Then when that frame is loaded with the new HTML context, I want to automatically have another frame change it context...&lt;br /&gt;
Any idea how I could do this?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/255043/255043/programmaticaly-activate-link/</guid>
      <pubDate>Fri, 16 Apr 2004 02:45:49 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>Re: programmaticaly activate link</title>
      <link>http://www.programmersheaven.com/mb/java-script/255043/255045/re-programmaticaly-activate-link/#255045</link>
      <description>: Hi,&lt;br /&gt;
: I just wondered if there's any way to programmaticaly activate a link. &lt;br /&gt;
: What I want to do is after pressing a button, change the content of one of the frames on my HTML page. &lt;br /&gt;
: Then when that frame is loaded with the new HTML context, I want to automatically have another frame change it context...&lt;br /&gt;
: Any idea how I could do this?&lt;br /&gt;
: &lt;br /&gt;
You can use the onLoad() of the first frame for that. In the newly loaded fram place a function in its onLoad(), which updates the frame with the button.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/255043/255045/re-programmaticaly-activate-link/#255045</guid>
      <pubDate>Fri, 16 Apr 2004 03:22:22 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>Re: programmaticaly activate link</title>
      <link>http://www.programmersheaven.com/mb/java-script/255043/255594/re-programmaticaly-activate-link/#255594</link>
      <description>: : Hi,&lt;br /&gt;
: : I just wondered if there's any way to programmaticaly activate a link. &lt;br /&gt;
: : What I want to do is after pressing a button, change the content of one of the frames on my HTML page. &lt;br /&gt;
: : Then when that frame is loaded with the new HTML context, I want to automatically have another frame change it context...&lt;br /&gt;
: : Any idea how I could do this?&lt;br /&gt;
: : &lt;br /&gt;
: You can use the onLoad() of the first frame for that. In the newly loaded fram place a function in its onLoad(), which updates the frame with the button.&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
Could you please give a bit more details about the last part. I understand the onLoad() functionality, but I still don't know what the syntax is to change the content of a frame.&lt;br /&gt;
Normally you have a hyperlink and there you define a target and href, but I don't know how to do this programmatically&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/255043/255594/re-programmaticaly-activate-link/#255594</guid>
      <pubDate>Tue, 20 Apr 2004 01:31:15 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>Re: programmaticaly activate link</title>
      <link>http://www.programmersheaven.com/mb/java-script/255043/255599/re-programmaticaly-activate-link/#255599</link>
      <description>: : : Hi,&lt;br /&gt;
: : : I just wondered if there's any way to programmaticaly activate a link. &lt;br /&gt;
: : : What I want to do is after pressing a button, change the content of one of the frames on my HTML page. &lt;br /&gt;
: : : Then when that frame is loaded with the new HTML context, I want to automatically have another frame change it context...&lt;br /&gt;
: : : Any idea how I could do this?&lt;br /&gt;
: : : &lt;br /&gt;
: : You can use the onLoad() of the first frame for that. In the newly loaded fram place a function in its onLoad(), which updates the frame with the button.&lt;br /&gt;
: : &lt;br /&gt;
: &lt;br /&gt;
: Could you please give a bit more details about the last part. I understand the onLoad() functionality, but I still don't know what the syntax is to change the content of a frame.&lt;br /&gt;
: Normally you have a hyperlink and there you define a target and href, but I don't know how to do this programmatically&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
Here is a page from a great javascript tutorial, which explains the code you need: &lt;a href="http://www.pageresource.com/jscript/jframe2.htm."&gt;http://www.pageresource.com/jscript/jframe2.htm.&lt;/a&gt; It also includes a working example.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/255043/255599/re-programmaticaly-activate-link/#255599</guid>
      <pubDate>Tue, 20 Apr 2004 03:16:55 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>Re: programmaticaly activate link</title>
      <link>http://www.programmersheaven.com/mb/java-script/255043/255716/re-programmaticaly-activate-link/#255716</link>
      <description>Yep, I got it and it works well.&lt;br /&gt;
Thank you&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/255043/255716/re-programmaticaly-activate-link/#255716</guid>
      <pubDate>Wed, 21 Apr 2004 00:57:01 -0700</pubDate>
      <category>JavaScript</category>
    </item>
  </channel>
</rss>