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 strongm 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: aarrgghh
  • Order by date
  1. aarrgghh

    Visual Basic capabilities/recommendations

    I am researching the capabilities of visual basic. I need to know if visual basic has any real-time timing (in milliseconds) abilities. The accuracy of the timing needs to be high and consistent. The timing ability will be used in a reaction time test. Also, how Windows OS mobile is visual...
  2. aarrgghh

    Hiding form elements

    any ideas on how to hide <form> elements with onMouseOver in NS4.72? I can get it to work with every other browser except NS4.7X. Heres wat Ive tried: function hide(){ if (document.getElementById){ document.getElementById("form").style.visibility = 'hidden';}...
  3. aarrgghh

    form select inputs cover popup menus?

    One more question then, how come in IE 6 only the select options cover the menus and not the text boxes? Is it because the OS only displays the select menus and the browser displays the text box?
  4. aarrgghh

    form select inputs cover popup menus?

    Thanks!
  5. aarrgghh

    form select inputs cover popup menus?

    Does anyone know why my form inputs cover my drop down menus. For example, when I move the mouse over a navigation button and the popup menu appears, it is partially covered by the form inputs below it. The inputs that consistently, across browsers, cover my menus are the SELECT inputs, and...
  6. aarrgghh

    post &amp;get

    I would agree with billy ray about the database stuff; however, I'll do my best to explain get and post. Get: a method of processing a form that passes the variable(s) via the URL. If you look at the URL on your browser right now, you will see an example of the get method in action. Post: a...
  7. aarrgghh

    Submit and Close form (HTML)

    To submit forms and email it you need to use server side scripting. A free utility, but will have adds in it, is: http://www.response-o-matic.com/. Give it a try, see if it meets your needs. If you are running a comercial site I would not recommend it; however, thats just a personal preference...
  8. aarrgghh

    icon in the address bar

    I have created the ico file, and put the proper html within the <head>, but the icon disappears out of the addressbar when I change pages, but it remains in the tab on my browser? Sup with that? ANy ideas?
  9. aarrgghh

    extracting data from web site

    You da man Doc!
  10. aarrgghh

    extracting data from web site

    Great! Thanks. How would it work if I wanted to erase everything after checkmark?
  11. aarrgghh

    extracting data from web site

    Hello Dr., I want to erase everything before the word checkmark below. <-------------------- // -----------------------> You were notified of this activity because you requested it. To turn off notification, log in to the Tek-Tips site click on the red checkmark next to the...
  12. aarrgghh

    extracting data from web site

    Hey all, Does anyone know how I can search a paragraph for a particular string and delete all text that occured before that particular string? Thanks in advance!
  13. aarrgghh

    MySQL Search abilities

    Hello, Does anyone know which version of MySQL supports searchs where a user could use &quot;and&quot; and &quot;or&quot; etc... So For example, &quot;+term +term&quot; would be that same as &quot;term and term&quot; Thanks in advance.
  14. aarrgghh

    striping html tags

    Yeah I was looking at that one, but not sure that it catches </ta</table>ble> unless I wrote a loop function. Don't tell anyone, but I am just trying to be lazy.
  15. aarrgghh

    striping html tags

    using htmlspecialcharacters what would the output be for: <img src=&quot;javascript:alert('hello')&quot;> and </ta</table>ble> ? Thanks again!
  16. aarrgghh

    striping html tags

    javascript tags too!
  17. aarrgghh

    striping html tags

    Hello all, I have set up a forum. I need an easy way to strip tags that is reliable and safe. Thanks in advance!
  18. aarrgghh

    https and php

    Thanks.
  19. aarrgghh

    https and php

    Perfect. So if encryption is available, is there anything php wise that I have to do to make this happen, or will the server take care of everything for me? Thanks again and again.
  20. aarrgghh

    https and php

    Also, assuming I need to write a script to make the transaction secure, what might be some php oriented suggestions? Thanks again!

Part and Inventory Search

Back
Top