Any one have any idea if this is supported? Upgrading DCs and would like to go straight to 2008 x64, but am unsure whether or not this would be wise considering id be using one of these 2008 as the FSMO role holders.
Im curious as to if this is a simple routing problem, or if its just not possible altogether.
I can ping the vpn clients (static address pool: 192.168.100.1 - 192.168.100.254)
from the ISA server, but cannot ping from the internal network (10.181.8.0/21). Ive been adding all sorts of different...
ok so this is my attempt.
var r1 = 1;
function value(a) {
a = r1
return r1
}
then this is my radio
<input type="radio" value="AND" name="R1" onClick="value(and); "><b><font size="1">AND</font></b>
<input type="radio" value="OR" name="R1" onClick="value(or); "><b><font size="1">
this is the radio
<input type="radio" value="AND" name="R1" id="R1"><b><font size="1">AND</font></b>
<input type="radio" value="OR" name="R1" id="R1"><b><font size="1">OR
</font>
I have a radio button named R1 .. but when i call it, it comes up as undefined.
<input type="button" class="formfield" value="submit" onClick="window.location=self.location.href.split('?')[0] + '?row=' + document.myform.mylist.value + '&value=' + this.form.values.value + '&set=1' + '&r1=' +...
When the onclick occurs.. the popup page loaded in the function loads, and at the same time. the value of the text box changes. is there anyway to make the value of textbox change immediately, even before the popup page loads?
<INPUT TYPE="text" NAME="values" value="" onClick="this.value =...
When i press submit, nothing at all is happening..
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<SCRIPT LANGUAGE="JavaScript">
function testResults (form) {
var TestVar = form.mylist.value;
window.open('select_options.php?row=' + TestVar , 'child_window' ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.