SA-MP Forums Archive
XML Code HELP - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: XML Code HELP (/showthread.php?tid=249174)



XML Code HELP - CraZy_KiLLaH - 17.04.2011

Код:
<menu>
		<item name="Home" link="Home"/>
		<item name="Server" link="Forums" HREF="http://cnp.stunt-proz.info/index.php?action=forum" />
		<item name="IRC" link="#"/>
		<item name="Forums" link="http://cnp.stunt-proz.info/index.php?action=forum">
			<item name="CnP" link="#"/>
			<item name="sP" link="#"/>
		</item>
		<item name="Store" link=""/>
		<item name="Blog" link=""/>
	</menu>
When i click the buttons,nothing happens!

Ive tried those ways only,can someone help me?


Re: XML Code HELP - Calgon - 17.04.2011

XML is not HTML... It's not supposed to do anything, unless of course you're using some kind of CMS that uses XML to format its templates - if so, be a bit more specific.


Re: XML Code HELP - CraZy_KiLLaH - 17.04.2011

But ofc i can use HTML to create a button that redirects me to another webpage right?


Re: XML Code HELP - CraZy_KiLLaH - 17.04.2011

Well its actually a flash template. And Blog Store etc are buttons. What I need is when I click Blog or Store
it should redirect me to a http://somedomain.tld/blog
Like that.
<item name="Blog" link="Some link"/> isnt working :/

Sorry for double post*