<script type="text/javascript">
window.onload=function()
{
var el=document.getElementById('affiliate_0');
el.onclick=function(){
var my_text=prompt('Enter: Name - Email');
if(my_text)
window.open("http://affiliateaddress&subid1="+my_text)
}
var el2=document.getElementById('affiliate_1');
el2.onclick=function(){
var my_text=prompt('Enter: Name - Email');
if(my_text)
window.open("http://affiliateaddress="+my_text)
}
}
</script>
即使用户按下取消,此功能也会通过。我不要那个。请帮忙。