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 Mike Lewis 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. erikkk

    software Patch Maker

    Does anybody know if exists a software like Patch Maker? Something that has the same features? Thanks all....
  2. erikkk

    x509 and php

    Does anybody know if exists some instrument that allows php to interact with x509 certificates (excluding SSL_function). Thanks All
  3. erikkk

    Special string matching

    Don't know if it's helpful but, probably, if you know the characters position you could use substr_replace: es: $var = 'ABCDEFGH:/MNRPQR/'; //This example replace 'MNRPQR' in $var with 'bob' echo substr_replace($var, 'bob', 10, -1); bye
  4. erikkk

    Dynamic html code capture

    Thank you, but it wasn't really helpful because I need to obtain a new page where I can edit the html code and not simply a copy of the page that I capture. Thanks.
  5. erikkk

    Dynamic html code capture

    Does anybody knows if there is a php script or a php function that allows to capture the html code from an external webpage inserting the url as parameter? A sort of: view source - select all - copy - paste. Thanks! P.S. don't warry it's not a code theft, I just need to bring back news from a...
  6. erikkk

    Automatic Timed Self-Closing Window Script ???

    Hi, I have a script that opens a window that will close itself after a pre-set time. The popup is launched automatically when the launching page loads. My problem is that my launching page USES FRAMES and it doesn't work with it. Help me! Please --The Script-- Launching page code: <head>...
  7. erikkk

    how I can load a java function in vb

    How can I load a Java function from my visual basic document (before I need to launch the virtual Java machine) ?
  8. erikkk

    How can I recall a file class in vb?

    how can I recall a file .class in my visual basic document? Thanks for help!
  9. erikkk

    Disabled minimize button

    I need to disable the minimize button on the title bar of a popup window generated by the following script: <script> function openwin(str) { searchWin =...
  10. erikkk

    Form: double destination

    Hi, I have a form. I need to send the same informations to two different pages. Anybody could help me?
  11. erikkk

    A button for an sql istruction

    Hi, How can I use a button to associate it an sql istruction? Something like: &quot;insert into..&quot; or &quot;select..&quot; Thank you!
  12. erikkk

    onfocus=&quot;this.blur()&quot; and CSS

    Does anybody know how can I use the function onfocus=&quot;this.blur()&quot; (or something similar) inside a cascading style sheet? So I'll not obligated to insert it in every tag &quot;a href&quot; of my webpage. Thank you! Erikkk

Part and Inventory Search

Back
Top