Subversion Repositories oidplus

Rev

Rev 642 | Rev 876 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 642 Rev 673
Line 79... Line 79...
79
                        if (radios[i].checked) {
79
                        if (radios[i].checked) {
80
                                format = radios[i].value;
80
                                format = radios[i].value;
81
                        }
81
                        }
82
                }
82
                }
83
 
83
 
84
                $("#whois_url_bar")[0].innerHTML = getSystemUrl() + 'plugins/publicPages/100_whois/whois/webwhois.php?format=' + format + '&query=' + encodeURIComponent($("#whois_query")[0].value);
84
                $("#whois_url_bar")[0].innerHTML = getSystemUrl() + 'plugins/viathinksoft/publicPages/100_whois/whois/webwhois.php?format=' + format + '&query=' + encodeURIComponent($("#whois_query")[0].value);
85
        }
85
        }
86
 
86
 
87
};
87
};