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 gkittelson 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: wluu
  • Order by date
  1. wluu

    onChange field submit to same form - how to obtain value of field

    hmmm... don't know what I added/chnaged but it works now. It must have been very minor????? tks for looking at it none the less.
  2. wluu

    onChange field submit to same form - how to obtain value of field

    Hi guys/gals, I have a webpage which has a jscript function that submits to itself. I was just wondering how I would obtain the value of this changed field. Here is a sample of my code: at the top of the page I have: <% sGroup = Request.form(&quot;Group&quot;) %> -- this doesn't grab the value...
  3. wluu

    Obtaining the hyperlink from an Excel cell?

    sysgrunt, the item.value only pulls in the text value of the cell. ie. if the cell had hello in the text with a link to http://www.blah.com, item.value will write out hello only. I just don't know if it's possible to grab the http://www.blah.com value????
  4. wluu

    Looking for complete info about VBScript on the web

    I know that this is obvious, but in case u haven't tried, try google.com and search for &quot;vbscript and outlook&quot;. I know I found some pretty good links from the results
  5. wluu

    Obtaining the hyperlink from an Excel cell?

    Hope someone can help me with this one. I have an asp page that connects to an excel file and displays the contents of the file from a range that I set. In one of the columns however, the values of the cell contains a string which also is a hyperlink. I can grab the string value, however I am...
  6. wluu

    form document variable does not like spaces

    tks bdc. that's what i did and it worked. Forget two little quotes and it costs me about half a day of work :)
  7. wluu

    form document variable does not like spaces

    hey guys. This one is really bugging me. I have a form which contains some variables. One of the form variable(&quot;Description&quot;) is a textarea where someone can input text into. Now within my vbscript section, I declare a variable (sHDescription) to hold the &quot;description&quot; value...

Part and Inventory Search

Back
Top