Hi All,
I have a vbscript function which is returing value of combobox selection like this.
<script language = "vbscript">
function GetStrProduct
dim strProduct
strProduct = document.all("cboProduct").value
GetStrProduct = strProduct
end function
</script>
now how...
Hi All,
I have a vbscript function which is returing value of combobox selection like this.
function GetStrProduct
dim strProduct
strProduct = document.all("cboProduct").value
GetStrProduct = strProduct
end function
now how can I retrieve this value in my ASP
I'm doing this...
Hey,
I have a checkbox like
<input type="checkbox" name="chkRB" onclick="javascript:display();">
I have a button which I don't want to show unless user clicks on any of these check boxes
I set
<input type="image" src="btnnormal.gif"...
Hey,
I have a checkbox like
<input type="checkbox" name="chkRB" onclick="javascript:display();">
I have a button which I don't want to show unless user clicks on any of these check boxes
I set
<input type="image" src="btnnormal.gif"...
Hi,
I'm trying to make a web form in Designer. I need to pick up employee name from lotus notes database (Address Book). What are the possible ways to select from a list of names on web from lotus notes address book.
Please help !!!
Thanks a ton in Advance.
Hi All
I have proble searching the combobox.
I want to use a text box to search a combo box. Like as we type in the text box it should search the combo box. Kind of synchro ???
How to do this.
I created the same in VB but don't know how to do it in ASP.
I'm giving you a VB Code.
Please Help...
Hi there,
I'm using File System Object to append to the text file.
When we append to file it always write the text at the end of the file.
But I want to write the text at the begining of the file.
Does anybody know the solution?
Thanks,
Hi,
You are right. My cursorType is set to default 0.
But now if I'm trying to change it by doing this
rs.cursorType=adOpenStatic
it gives me following error.
Operation is not allowed when the object is open.
Where/How to write this line? I'm Stuck.
Thanks
Hey There,
I stuck with a simple problem.
I need to read only last three records from my recordset.
I tested with EOF and its working fine and reading all data.
Can anybody tell how to read only last 3?
My code is
Set dbConn = CreateObject("ADODB.Connection")
dbConn.open...
Hi,
I'm having problem with including HTML file. I want to include the html file which takes the location at run time.
Here is my code
Dim selectCat, myArray(count)
selectCat = Policy
myArray(count) = Policy1.htm
mylocation = "Employee\selectCat\myArray(count)"
Now I want to...
Hi there,
I need to include 2 things in the following code.
1. I want to read the document from the location
location="http://www.xyz.com/career/Jobs/" +
form.Benefits.options[ans].value;
I don't know how to insert this URL in javascript(/ forward...
Hi,
I want to count the Full Names (not all documents) from "names.nsf" files. right now I'm doing this
Dim domSession As New Domino.NotesSession
Dim domDatabase As New Domino.NotesDatabase
Dim domCollection As New Domino.NotesDocumentCollection
Set domDatabase =...
Hi experts,
Right now I'm reading First document from Notes and displaying it in the combo box. Now I need to read all documents and then display it. Can somebody help ???
My code is:
Private Sub Form_Load()
Dim domSession As New Domino.NotesSession
Dim domDatabase As New...
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.