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("Group") %> -- this doesn't grab the value...
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????
I know that this is obvious, but in case u haven't tried, try google.com and search for "vbscript and outlook". I know I found some pretty good links from the results
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...
hey guys. This one is really bugging me. I have a form which contains some variables. One of the form variable("Description") is a textarea where someone can input text into. Now within my vbscript section, I declare a variable (sHDescription) to hold the "description" value...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.