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

  1. shmmeee

    Simple (I think) create table question

    I've never used FoxPro before, but have to now for a uni assignment. I need to create some tables, using SQL statements, that contain (among other things) fields such as:- HorseDOB (DD/MM/YYYY) Odds (4-1, 5-4 etc) SexOfHorse (M/F) Result (either 1,2,3,4,U or N) TimeofRace (HH:MM) and...
  2. shmmeee

    USB in C++

    Hi Does anyone know of any good tutorials on programming the USB port? In particular a web cam attached to the USB port. Online tutorials would be great, unfortunatly I haven't got enough money to be buying $60 books, but if there's something cheap then that would be good too. TIA, Iain
  3. shmmeee

    How many people use Windows?

    Thanks vop, I need it for a presentation, that's why I wasn't sure aout asking here
  4. shmmeee

    How many people use Windows?

    I know this is probably totally the wrong place for this, but I'm at a loss as to where else to go. I need to find out how many people worldwide, use a Windows operating system. I've searched all over for this, but can't find anything. Does anyone know of any sites that might have this kind...
  5. shmmeee

    Hiding Source Code?

    Uhh, by "the black and white section" do you mean www.bwgames.com? If you do the reason you can't see the source code is because there isn't any, it's a flash page. If you don't mean that site, then I don't know what you're talking about because I can 'view source' on any non-flash...
  6. shmmeee

    Accessing a field value from a pop-up

    Never mind, I've done it using window.opener.fieldName.
  7. shmmeee

    Accessing a field value from a pop-up

    Hi, I've seen a couple of posts relating to window.opener and fields but none of the methods tried solve my problem so: I've got a hidden field: <input type=&quot;hidden&quot; name=&quot;PGText&quot; value =&quot;&quot;> I add to the value of this field at various points. I have a link on...
  8. shmmeee

    object hierarchy (DOM) for javascript

    http://www.devguru.com/Technologies/ecmascript/quickref/js_methods.html that's pretty good, I think there might be some missing as I keep hearing about new ones on this site :-) - Iain
  9. shmmeee

    Dynamically resize &lt;SELECT&gt; to frame width

    Hi, as far as I know, the only way to change the size of a select box is to have longer items in it (i.e. more characters), this is what I was taught anyway. If this is true then the only way I could see of doing it would be to change the length of one of the options in the select relative...
  10. shmmeee

    How To Retrieve Information From An Alert Box

    Ummm....I don't think so. What you could do (and this is just off the top of my head) is to get the user to seperate items with...say...a comma. Then use the split method in javascript to split the string into an array of strings. It's not perfect but it's all I can think of at the moment.
  11. shmmeee

    How To Retrieve Information From An Alert Box

    Sorry, hit submit by accident. Add to that: Some Text is the message the user sees in the alert and Default Text is the message that's displayed (but can be overwritten by user) in the text bar.
  12. shmmeee

    How To Retrieve Information From An Alert Box

    var Answer = prompt(&quot;Some Text&quot;, &quot;Default text&quot;); then Answer contains whatever they type.
  13. shmmeee

    Checking to see if variables exist.

    martindavey - You sir, are a genius. I knew there had to be a way. :-) :-) If you're ever in Coventry, UK. I'll buy you a drink, you're my new favourite person :-) THANK YOU, Iain
  14. shmmeee

    controlling document.write????

    document.write clears the page before it writes. You either need to use it when the page loads (not really viable option for you) or use a <span> (or a <div> I think) and give it a name, then use the innerHTML property to change what's in the span. <span name=&quot;span1&quot;> </span>...
  15. shmmeee

    Checking to see if variables exist.

    Yeah that's partly what I meant by saying &quot;I ended up using the error handling, which isn't exactly perfect.&quot; The try/catch method is perfect, unfortunatly my company is stuck in the stone age and about 40% of our workstations use Netscape 4.75 and try/catch isn't a JavaScript...
  16. shmmeee

    Hi, I have just launched a new s

    Wullie, I can't see your site on any of the links on this thread (Location - Coventry, UK; Time - 15:06 GMT) but I have seen it before and I think the guy who said he wasn't interested has obviously never known someone who would be interested. I do and I know that it would be a great help to...
  17. shmmeee

    Print a frames page

    This script should do what you want. http://www.cgiscript.net/cgi-script/csNews/csNews.cgi?database=js_misc%2edb&command=viewone&id=39&op=t I think :-) Iain
  18. shmmeee

    Checking to see if variables exist.

    No that gives an error, which is what I was trying to avoid.
  19. shmmeee

    Checking to see if variables exist.

    Sorry mate, I never found the answer to this one. I ended up using the error handling, which isn't exactly perfect. I'm afraid I've got no experiance at all with VBscript so I can't tell you if there's an equivalent function. Iain
  20. shmmeee

    back to the colored scroll bar...

    I don't know for definite, but I can't see a way you could do this without altering the imported pages code, and as far as I know, you can't change code on another server, it's something to do with security. Of course I could be spectacularly wrong, if so feel free to correct me Iain

Part and Inventory Search

Back
Top