<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1038317" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1038317</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-you-embed-webpage-within-another#comment-1219013</link>
    <description> &lt;p&gt;If you want to you can use an Iframe.  &lt;/p&gt;
&lt;p&gt;If you don&#039;t like the IFRAME border and height, you can style it with a css class to be borderless so it will blend into your page.&lt;/p&gt;
&lt;p&gt;you might not even be able to tell it is IFRAME content.&lt;/p&gt;
&lt;p&gt;Iframes usually look unsightly, especially if they have a border and scroll bars...but if you use CSS you can completely control the look of it!&lt;/p&gt;
&lt;p&gt;hope this helps!&lt;/p&gt;
 </description>
     <pubDate>Wed, 09 May 2007 17:02:59 +0000</pubDate>
 <dc:creator>jesse1</dc:creator>
 <guid isPermaLink="false">comment 1219013 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-you-embed-webpage-within-another#comment-1219007</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Monkeyboy;218638 wrote:&lt;/strong&gt;&lt;br /&gt;
I guess I could use frames but I&#039;ve been taught that they should be avoided at all costs (not looking at anybody in particular... Jeeves lol). Cheers guys &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Nothing wrong with using frames. Just make sure that your frame fits well into the page and has no border or scrolling needed.&lt;/p&gt;
 </description>
     <pubDate>Wed, 09 May 2007 14:18:53 +0000</pubDate>
 <dc:creator>ablaye</dc:creator>
 <guid isPermaLink="false">comment 1219007 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-you-embed-webpage-within-another#comment-1218972</link>
    <description> &lt;p&gt;Yeah, sorry this just sounds like it&#039;s screwed up.  I would suggest starting over?&lt;/p&gt;
 </description>
     <pubDate>Tue, 08 May 2007 15:24:31 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1218972 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-you-embed-webpage-within-another#comment-1218971</link>
    <description> &lt;p&gt;Thanks Brady. Unfortunately the operation of this program is out of my control as it is a externally produced piece of software. It is an Issue management and tracking program that runs on a central server and is interfaced using your web browser.&lt;/p&gt;
&lt;p&gt;What I don&#039;t understand is why the submit form seems to fall over in FireFox when run through a frame (or iframe) when it works fine in a browser normally. &lt;/p&gt;
&lt;p&gt;I personally would be happy to leave the form as is (although looks a bit naff with so much white screen showing) however the boss wants it integrated into the current Intranet theme. The only way I can see to do this is with frames (much though i disapprove of them).&lt;/p&gt;
&lt;p&gt;Looking at the pages code, it is already using frames (in fact a frameset of 3 frames!) to display the form so the whole frame-in-a-frame thing might be causing the issue.&lt;/p&gt;
&lt;p&gt;I guess I&#039;ll really have to get on to the products support but was hoping it was a simple fix as I don&#039;t ever use forms or frames.&lt;/p&gt;
&lt;p&gt;Now where&#039;s the support number gone &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 08 May 2007 15:23:02 +0000</pubDate>
 <dc:creator>Monkeyboy</dc:creator>
 <guid isPermaLink="false">comment 1218971 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-you-embed-webpage-within-another#comment-1218970</link>
    <description> &lt;p&gt;I&#039;m not sure how you&#039;ve written this, but the fact that the extension of the file is .dll and you&#039;ve mentioned VisualBasic...that tells me that you&#039;re probably depending on Windows itself, and not so much the browser.  If that&#039;s the case, you&#039;re looking at probably being stuck with IE.&lt;/p&gt;
&lt;p&gt;Why is it written in VB?  Is that really necessary?  I don&#039;t mean to berate you, but VB isn&#039;t really used for the internet...even though it can be, it&#039;s typically a terrible idea.  Terrible.&lt;/p&gt;
&lt;p&gt;If the only solution is this program has to be written the way it is, and it won&#039;t work in other browsers... you can always consider slapping up a &quot;Browser Not Supported&quot; page using some real quick JavaScript to detect the browser.&lt;/p&gt;
&lt;p&gt;Something else just came to mind... If you&#039;re banking on the user having Windows installed, will that be an issue?  I realize it&#039;s an Intranet, so you are 100% sure of your target client, but are there going to be Mac or Linux users that are possibly using this?  If that&#039;s the case, and your program assumes they&#039;re running IE on some form of Windows.... you&#039;re going to screw over those users.&lt;/p&gt;
&lt;p&gt;To be really helpfuly, we&#039;re probably going to need some actual code, or at least psuedocode.  At a minimum, we&#039;re going to need more specific details than &#039;it doesn&#039;t work in FF&#039; and &#039;something based on VB&#039;... the small details are the ones that count.&lt;/p&gt;
 </description>
     <pubDate>Tue, 08 May 2007 13:48:43 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1218970 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-you-embed-webpage-within-another#comment-1218963</link>
    <description> &lt;p&gt;Thanks for the replys guys.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Renegade;218640 wrote:&lt;/strong&gt; What about a PHP include? Does your web server have PHP at all?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I gave it a try but doesn&#039;t seem to work. Refuses to show the included file. The problem is it&#039;s not anything simple like /page.html, it&#039;s like this:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;/page.dll?AnonymousSubmitPage&amp;amp;projectid=1&lt;/code&gt;&#039;&lt;/p&gt;
&lt;p&gt;The only way I have found of getting it to show is using frames (horrible I know). This works fine in IE (you click submit and get a &#039;sending successful&#039; page come up) but not in FireFox. In Firefox the form shows fine but will not submit. Well the onclick doesn&#039;t do anything but if you click it again it says &#039;submit form again?&#039;, however, it doesn&#039;t actually submit anything and you don&#039;t get the &#039;sending successful&#039; page.&lt;/p&gt;
&lt;p&gt;The program the form is part of uses it&#039;s own scripting language which is apparently based on VB (The program is TeamTrack in case anyone has had any experience with it). I&#039;ve read that FF doesn&#039;t support VBScript however, if you open the form in it&#039;s own window it works fine... it just falls down when in a frame... and only in FF. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/confused.png&quot; title=&quot;Confused&quot; alt=&quot;Confused&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Any Ideas why that is? I could just leave it on it&#039;s own but management being management, they want it integrated into the Intranet more &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/eyeroll.png&quot; title=&quot;Roll eyes&quot; alt=&quot;Roll eyes&quot; class=&quot;smiley-content&quot; /&gt; .&lt;/p&gt;
 </description>
     <pubDate>Tue, 08 May 2007 09:48:00 +0000</pubDate>
 <dc:creator>Monkeyboy</dc:creator>
 <guid isPermaLink="false">comment 1218963 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-you-embed-webpage-within-another#comment-1218641</link>
    <description> &lt;p&gt;&lt;strong&gt;php code &lt;/strong&gt;&lt;br /&gt;
&amp;lt;? include(&#039;filename.ext&#039;); ?&amp;gt;&lt;br /&gt;
&lt;strong&gt;- OR -&lt;/strong&gt;&lt;br /&gt;
&amp;lt;? require_once(&#039;filename.ext&#039;); ?&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;asp code &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;client side html code&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;included.html&quot;&gt;Included File&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;these always work for me, pm if you still have problems&lt;/p&gt;
 </description>
     <pubDate>Tue, 01 May 2007 23:06:12 +0000</pubDate>
 <dc:creator>mmoglobal</dc:creator>
 <guid isPermaLink="false">comment 1218641 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-you-embed-webpage-within-another#comment-1218640</link>
    <description> &lt;p&gt;What about a PHP include? Does your web server have PHP at all?&lt;/p&gt;
 </description>
     <pubDate>Tue, 01 May 2007 22:55:49 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1218640 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
