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 SkipVought 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: *

  1. faadiel

    Locate all IP addresses on a network

    Hi all, I am new to SNMP and Perl, I have a single IP address of a router on a network, how can I obtain all other IP addresses on the network, the programming languages that I am using is Perl and Net::SNMP, the SNMP version is 4.5. Thanks ...
  2. faadiel

    Determine Total Items in an Array

    use &quot;.length&quot; object method, it will return the length of an array <SCRIPT LANGUAGE=&quot;JavaScript&quot; TYPE=&quot;text/javascript&quot;> <!-- function funcArrayLength(){ var str = &quot;1,2,3,4,5,6,8&quot;; arr = str.split(&quot;,&quot;); alert(arr.length); } //--> </SCRIPT>...
  3. faadiel

    Changing the color of selected words in an input text box

    Would u at all times know exactly what the keywords would be? It would be better to change the case of specific words instead of changing the color, I think that to change color of specific words, it is only possible in a textarea..
  4. faadiel

    Need to add an url

    is the link for the current page, or is the link going to open in a new window...
  5. faadiel

    Changing the color of selected words in an input text box

    how are your keywords defined eg my [name] is abc, where name is the keyword?
  6. faadiel

    Need to add an url

    what are the hyperlinks and are they dependant on the &quot;Product Type&quot;
  7. faadiel

    Need to add an url

    Hope that this solves ure problem <html> <head> <link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;1.css&quot;> <title> Papersmith & Son </title> <script> <!-- function clearTextBox(intVal) { // if intVal == 1 then hide the button if(intVal==1){...
  8. faadiel

    how do I add text to an Image dynamically through javascript

    hi, can u post the code, so that I can see what you are using...
  9. faadiel

    help me with search function in javascript

    Hi, Here is a way to find your brackets by using a regular expression in combination with the search() function in javascript for the openeing bracket use j.search(/\(/g); for the closing bracket j.search(/\)/g); ciau Faadiel
  10. faadiel

    changing the login\logout bar accordingly?

    if u give the <td> an id and reference it via the id as a style property of the id, then u will be able to make it visible or hidden, while you are at it, try the &quot;display&quot; property, I found it to work better than visible or hidden. ciau Faadiel
  11. faadiel

    How do I combine two pieces of code?

    Hi Steve, I am not sure if you need a new window to be opened, if you do, let me know and I will try to help ciau Faadiel <SCRIPT LANGUAGE=&quot;JavaScript&quot; TYPE=&quot;text/javascript&quot;> <!-- function funcChangeAction(strValue){ if(strValue==&quot;A&quot;){...

Part and Inventory Search

Back
Top