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...
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 =...
I have a form, when submitted, it passes GET variables back to self. If i then go ahead and select another form value, in the URL, the current GET values stay, and the new ones are appended to the URL.
<input type="button" value="submit" onClick="window.location=self.location.href + '?row=' +...
Trying to have a link go to an external window named "somename" then close itself..
echo "<a style=\"text-decoration:none; color: navy; \" href=\"search_results55.php" onClick=\"javascript:self.close();\" target=\"somename\">"; }
Cannot get the code correct to open the window at a certain size. If i remove the width + height stuff, the window opens fine.. Would it be easier to use JS on the child window to specify size?
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<SCRIPT...
I have a child window, with a select box. When a selection is made in the select box, javascript updates the opener form textbox with the value selected. However, it is coming encoded. If i do not encode the values with php, then the variable doesnt get posted correctly.
below is code...
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.