Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: billycat
  • Content: Threads
  • Order by date
  1. billycat

    2008 DC containing FSMO roles in a 2003 function domain

    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.
  2. billycat

    Access VPN clients from the internal network

    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...
  3. billycat

    form element coming up as undefined

    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=' +...
  4. billycat

    onClick speed issue

    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 =...
  5. billycat

    linking to self + passing GET variables..

    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=' +...
  6. billycat

    href + onClick problem.

    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\">"; }
  7. billycat

    simple window.open problem.

    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...
  8. billycat

    PHP + Javascript problem. encoded variable, cannot decode

    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...

Part and Inventory Search

Back
Top