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

    Insert text from database to iframe

    guitardave78 Can you show the code used to do this? as I don't fully understand what you mean by cut & paste load button Jay http://www.ukjay.com How can I go forward when I don't know which way I'm facing (John Lennon)
  2. UkJay1

    execute exe file in server

    forgotten how that thread link works so here's the link http://www.tek-tips.com/search.cfm?searchstring=shell&action=search&CFID=84657908&CFTOKEN=31808613 think I did a keyword search for "shell" WSript maybe the answer?? it's late here... Jay http://www.ukjay.com How can I go...
  3. UkJay1

    execute exe file in server

    try:- thread 329-288551 Jay http://www.ukjay.com How can I go forward when I don't know which way I'm facing (John Lennon)
  4. UkJay1

    Grabbing data from a website

    valicon muttered:- >>This code needs to be compiled, I tried compiling it and >>I get errors. What am I doing wrong? Help! getting code that doesn't make sense probably :-) Jay http://www.ukjay.com How can I go forward when I don't know which way I'm facing (John Lennon)
  5. UkJay1

    How to get caption on ASP slideshow

    Hi lahddah The Pics are crackin,(family) take a bit of a while with my dial up but I can't see any captions. This was away from the main page as the pics there didn't do anything? HTH Jay http://www.ukjay.com How can I go forward when I don't know which way I'm facing (John Lennon)
  6. UkJay1

    how to find out public ip address

    Volkoff007 I tried your link It gave me this 195.92.168.165: Now I'm sure that's wrong :-( Jay http://www.ukjay.com How can I go forward when I don't know which way I'm facing (John Lennon)
  7. UkJay1

    How to get caption on ASP slideshow

    Hi lahddah When I go to your link The Javascript you are using from:- Copyright (c) 2001 Thomas Brattli (webmaster@dhtmlcentral.com) doesn't show any images at all just a blank screen let alone a caption... Back to the drawing board? :-) Jay http://www.ukjay.com How can I go forward when I...
  8. UkJay1

    multiple RecordSets??

    Thanks for the update Jay http://www.ukjay.com How can I go forward when I don't know which way I'm facing (John Lennon)
  9. UkJay1

    Comparing dates

    Maybe use the VBScript Date() function? Jay http://www.ukjay.com How can I go forward when I don't know which way I'm facing (John Lennon)
  10. UkJay1

    multiple RecordSets??

    Hi CandyMan Interesting question Did you try it? and did it work? Jay
  11. UkJay1

    Get IP address of my PC

    n/p SeagullVN :-)
  12. UkJay1

    Get IP address of my PC

    Hi SeagullVN ForeverCode asked this and qednick anwsered this Jan 17th Thread 116-451604 If this is what you wanted?? Jay (ukjay)
  13. UkJay1

    Accessing net.exe from C++ for Net User command

    hi croc use the system command eg clear console system(&quot;cls&quot;) dont forget to #include <process.h> have a look/search for ShellExecute command as well HTH? Jay
  14. UkJay1

    Getting IP Address of Local Machine

    Gednick gave a nice bit of code thanks, but It's a pity he didn't comment some of the lines like:- HOSTENT* lpHostEnt = gethostbyname(buffer); CString lpAddr = (char*)inet_ntoa(*(LPIN_ADDR)*(lpHostEnt->h_addr_list)); apart from that thanks Gednick :-)

Part and Inventory Search

Back
Top