SA-MP Forums Archive
Code forum. - 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: Code forum. (/showthread.php?tid=321309)



Code forum. - KeeDee - 26.02.2012

Hello im not really experienced in the SA-MP forum and i would like to know how to redirect a website from a click.
Lets say thats is the Link Click Me And when you are clicking on Click me its redirecting you, Can you teach me how to do thats its would be appreciated.


Re: Code forum. - Shabi RoxX - 26.02.2012

In HTML


Re : Code forum. - KeeDee - 26.02.2012

Yeah


Re: Code forum. - Universal - 26.02.2012

1)
Go to ******
Go to ******

2)
http://www.******.com
www.******.com

Or if you need a HTML code:
Код:
<a href="www.******.com">Go to ******</a>
Will look like this: Go to ******


Re: Code forum. - ServerScripter - 26.02.2012

or :
<a href="www.******.com" title="go now!">click here</a> to add a description i'm not sure for it , but well i only want to help


Re: Code forum. - Konstantinos - 26.02.2012

It's
pawn Код:
<a href="www.******.com">Click me!</a>



Re : Code forum. - KeeDee - 26.02.2012

Thanks i got it.


Re: Code forum. - Potassium - 27.02.2012

http://forum.sa-mp.com/misc.php?do=bbcode ^_^