<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Create a link without jump menu/ jump menu open to _top"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Create a link without jump menu/ jump menu open to _top"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Create a link without jump menu/ jump menu open to _top</title>
				<description><![CDATA[ I putting the guestbook inside an iframe so either could work.<br /> <br /> I want to put link that is outside the frame so I need links that are either _blank or _top. Do I write it in html? but I don't think so...<br /> <br /> The jump menu is the same idea when they go to the list I want them to _top or _blank and stay within the frame.<br /> <br /> Help is appreciated. <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3360/9191.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3360/9191.php</link>
				<pubDate><![CDATA[Fri, 16 Jul 2004 21:37:22]]> GMT</pubDate>
				<author><![CDATA[ Sam Emme]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If the link is within the frame then it will open within the frame unless a different target is specified. If the link is outside the frame then you use [b]target="framename"[/b] to  have the link open within the specified frame. [b]target="_blank"[/b] is used to open a link in a new window.<br /> <br /> I personally don't like framing my sites so am curious as to why you have chosen this method.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3360/9192.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3360/9192.php</link>
				<pubDate><![CDATA[Fri, 16 Jul 2004 23:21:52]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Not frame, I using iframe.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3360/9193.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3360/9193.php</link>
				<pubDate><![CDATA[Fri, 16 Jul 2004 23:39:58]]> GMT</pubDate>
				<author><![CDATA[ Sam Emme]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ An iframe is just an Internal FRAME. It is treated exactly the same as a frame is.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3360/9197.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3360/9197.php</link>
				<pubDate><![CDATA[Sat, 17 Jul 2004 01:59:17]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I think I didn't explain properly. <br /> <br /> In the jump menu where do you put the target="_blank"<br /> <br /> The Extre link I want to put next to Administration, where do I put the link and how does it look for both of them?<br /> <br /> While I also use pages without frames of any sort, I like using iframes because they are easier to deal with for certain web pages.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3360/9199.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3360/9199.php</link>
				<pubDate><![CDATA[Sat, 17 Jul 2004 02:44:37]]> GMT</pubDate>
				<author><![CDATA[ Sam Emme]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Just checked and the guestbooks drop down menu is justa form handled by the script. You can make a dropdown menu that will open the page where you want but not this one. Although with a little bit of php you could do it I suppose.<br /> <br /> [code] if &#40;substr&#40;$entry, 0, 7&#41; == 'http&#58;//'&#41; echo &quot;&lt;script type=\&quot;text/javascript\&quot;&gt;window.open&#40;'&quot;.$entry.&quot;'&#41;&lt;/script&gt;&quot;[/code]<br /> <br /> That would go<br /> [code]            $entry = &#40;isset&#40;$HTTP_GET_VARS&#91;&quot;entry&quot;&#93;&#41;&#41; ? $HTTP_GET_VARS&#91;&quot;entry&quot;&#93; &#58; 0;<br />             $entry = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;entry&quot;&#93;&#41;&#41; ? $HTTP_POST_VARS&#91;&quot;entry&quot;&#93; &#58; $entry;<br />              if &#40;substr&#40;$entry, 0, 7&#41; == 'http&#58;//'&#41; echo &quot;&lt;script type=\&quot;text/javascript\&quot;&gt;window.open&#40;'&quot;.$entry.&quot;'&#41;&lt;/script&gt;&quot;<br />              else echo $gb-&gt;show_entries&#40;$entry&#41;;[/code]<br /> <br /> That is in index.php twice. Now you would just need to add urls to the jump menu<br /> [code]&lt;select name=&quot;entry&quot; class=&quot;select&quot;&gt;<br /> &lt;option value=&quot;0&quot; selected&gt;Guestbook&lt;/option&gt;<br /> <br /> &lt;option value=&quot;1&quot;&gt;11-20&lt;/option&gt;<br /> &lt;option value=&quot;11&quot;&gt;1-10&lt;/option&gt;<br /> &lt;option value=&quot;http&#58;//www.somesite.com&quot;&gt;Some Site&lt;/option&gt;<br /> &lt;/select&gt;<br /> &lt;input type=&quot;submit&quot; value=&quot;Go&quot; class=&quot;input&quot;&gt;[/code]<br /> <br /> no promises on it working as this is just a quick look at the code.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3360/9213.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3360/9213.php</link>
				<pubDate><![CDATA[Sat, 17 Jul 2004 18:48:44]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>