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

    Controlling flash through another application

    Hi all, Is it possible to open to use an application written in C++ to open a window containing a flash animation and then communicate with it from the application. I need to be able to pass values to the flash animation that set which frame or animation is being displayed. Basically I want the...
  2. LordyLordy

    wild cards?

    Hi again, Yes Haunter, that's exactly what I'm trying to do, I'm only really using asp to grab the data because it's easier :) Giving that that line I posted does indeed SET the condition, I still need to know if there is a solution as simple as inserting a wildcard character at the end of...
  3. LordyLordy

    wild cards?

    Yep Haunter that's pretty much correct. I have the ASP pages set up already, I am just editing a CGi script to get the mail to work. So I don't really want to mess around too much creating everything in CGI. I guess I just need the code for a wildcard in CGI, the line looks like: if...
  4. LordyLordy

    wild cards?

    Hi, I'm using a form mail script to send a mail off from an asp page. I have a html form on the asp page with 3 fields which use vb script to automatically insert information from the previour page using the URL line .asp?fullname=paul. That sort of thing. On the form mail program I have a...
  5. LordyLordy

    validating database info

    Thanks Linnet, Yes I send the values through a normal HTMl form (form fields), but that's not what I have a problem with. It's after I have actually done that, I have no idea of how the server side script would be written. I guess it would be some variation on a results page? Any suggestions...
  6. LordyLordy

    validating database info

    Does anyone know how I can check a certain field sent through an asp page to see if the number matchs in the corresponding database? any help would be great
  7. LordyLordy

    Registration using vb script and access

    Hi All, Got quite a large question here in terms of complexity, sorry! I'm trying to develop an application that is going to take a scrambled code from an ASP page. The code gets descrambled and ends up being two separate codes (hard drive number and serial number). I then want the...
  8. LordyLordy

    Changing Text box value

    Thanks for the quick reply Rob. What I've just realised is that I can't do that kind of thing with pure HTML, I thought it was possible with ASP, but the thing is, this visual basic application isn't going to go online, so the ASP can't be processed server side. And unless the user has got PWS...
  9. LordyLordy

    Changing Text box value

    Hi, I'm just wondering if it's possible to use a VB application to load up a html page and send values to a text box, say firstname? So really I guess I'm saying can you update a textbox just by using the URL string?
  10. LordyLordy

    Getting values from drop down menus

    A bit of a Javascript/HTML question here: I have a HTML form, which has a drop down menu in it and a couple of text boxes next to it. e.g drop down menu is the product code which the user selects, then I want the description and the price to appear in the two text boxes. I am then sending the...

Part and Inventory Search

Back
Top