jemerson Posted November 18, 2011 Report Share Posted November 18, 2011 Boa tarde galera !!!não sei desenvolver em javascript...mas preciso utilizar algumas funçoes, e me deparei com um problema que não conseigo resolver a diaseu preciso redirecionar o usuario até ai consegui... o problema é q preciso passar o atributo rel junto ao href.estou utilizando assim<head><script type="text/javascript">function init() {var elm=document.getElementById('Link');document.location.href = elm;}</script></head><body onload="init()"><a href="img/promocao3.jpg" rel="attr" id="Link"></a></body>agradeço desde já Quote Link to comment Share on other sites More sharing options...
0 jemerson Posted November 18, 2011 Author Report Share Posted November 18, 2011 consegui resolverfunction init() { document.getElementById('Link').click();} Quote Link to comment Share on other sites More sharing options...
Question
jemerson
Boa tarde galera !!!
não sei desenvolver em javascript...
mas preciso utilizar algumas funçoes, e me deparei com um problema que não conseigo resolver a dias
eu preciso redirecionar o usuario até ai consegui... o problema é q preciso passar o atributo rel junto ao href.
estou utilizando assim
<head>
<script type="text/javascript">
function init() {
var elm=document.getElementById('Link');
document.location.href = elm;
}
</script>
</head>
<body onload="init()">
<a href="img/promocao3.jpg" rel="attr" id="Link"></a>
</body>
agradeço desde já
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.