Pagina 2 din 2

Scris: 13-Ian-2007, 21:04:35
de Ultimate_Hidden
uite un script de redirect
editezi http://www.adresa.com cu adresa unde vrei tu

Cod: Selectaţi tot

<script>

//Browser redirect Script- © Dynamic Drive (www.dynamicdrive.com)
//For full source code, 100's more DHTML scripts, and Terms Of Use, 
//visit dynamicdrive.com

var browser_type=navigator.appName
var browser_version=parseInt(navigator.appVersion)

//if NS 6
if (browser_type=="Netscape"&&browser_version>=5)
window.location.replace("http://www.adresa.com")
//if IE 4+
else if (browser_type=="Microsoft Internet Explorer"&&browser_version>=4)
window.location.replace("http://www.adresa.com")
//if NS4+
else if (browser_type=="Netscape"&&browser_version>=4)
window.location.replace("http://www.adresa.com")
//Default goto page (NOT NS 4+ and NOT IE 4+)
else
window.location="http://www.adresa.com"
</script>

Scris: 13-Ian-2007, 21:08:44
de Aliniuz
Si eu ce i-am dat ? Umplutura de sarmale ?

Scris: 13-Ian-2007, 22:56:28
de Ultimate_Hidden
sa aiba de unde alege :D
am mai facut un post :)

Scris: 14-Ian-2007, 02:30:34
de rizwan
Ca sa nu fac alt topic .. care sunt codurile ca sa pun o imagine la semnatura ca nu imi mai aduc aminte :) am incercat orice ...

Scris: 14-Ian-2007, 02:32:46
de Etherfast

Cod: Selectaţi tot

[img]URL-catre-imagine[/img]

In semnatura se foloseste BBCode.
N-ai voie sa ai imagini in semnatura, aici.