chopstik,
Thanks for your reply but i dont understand how thiis would help me.
what i want to do is suppose that i diplay total of 10 error messages and one of the message is "please refer to handbook for resolvign this error."
so what i want is user should be able to click on handbook and go...
Hi,
In my asp page i have error messages displayed in the first line, so what i do is every page load i check for a variable and displays the message as different message are displayed depending on the error encountered.
now what i need to do is in one of the messages i have to provide a...
Hi,
here is what i need to do.
i have three comboboxes on an asp page where selection in first box determines list of items to be shown in second combobox and selection in first and second combobox determines things to be shown in third combobox.
The list of items need to be populated from the...
Hi,
here is what i need to do.
i have three comboboxes on an asp page where selection in first box determines list of items to be shown in second combobox and selection in first and second combobox determines things to be shown in third combobox.
The list of items need to be populated from the...
The text boxes can be set for something for the same year as current date's year ( for example for if we do that today 1\17\2006 then you can set any date for 2006)
what i want to see is if for today some on enters
3\17\2005 there should be no error message and if its 2\17\2005 it should throw...
Here's what i need to do.
on my webpage i have three boxes one for each date, month and year.
I need to compare todays date and this date (from textboxes)
and see if the difference is more than 10 months.
I dont know how to calculat the difference in months.
One thing which comes to my mind is...
got it how to do it Just posting so that if someone needs would know how to...:)
<%
dim strUA
strUA = Request.ServerVariables("HTTP_USER_AGENT")
If InStr(strUA, "MSIE") Then
response.redirect "desiredpage.asp"
else %>
<SCRIPT LANGUAGE="Javascript">
alert("<% ="Your web browser is not...
what i need to do this if a user is using non IE browser then direct him to a different page with a message that they are not using IE so cant use the website and if they are using IE then show them different page.
I dont know how to detect the browser.
Thanks for your help
i want to create an exe which should display results as soon as the user clicks on the exe file to execute.
For example if i have an program to display a message box as soon as user clicks on the exe where shoudl i be writing the code so that it displays the message box closes on its own.
Shoudl...
Hi,
Here's what i need to do.
1.Find out the BatchNames for a particular day.
2.For each BatchName create a CSV file of that batchName wiht the details of that batch with specific column headings.
3.Ftp these files (ftp can be done one file at a time or all the files in a batch)
All i know is...
I take my words back the link i had up there is for vb and i want to do it using asp if possible.
I mean is it possible to do it in vb script without using the intel control
thanks.
How can i post an excel file to password protected ftp site.
I found this when i googled but was wondering is there another better way to do it other than using file sytem objects
http://www.eggheadcafe.com/authorcodesamples/20010821.asp
Thanks.
Also i need to post this file on a ftp site which is password protected How can i do this in a DTS package that its gets posted out there
Thanks for you help in advance
It might be really stupid question but as i dont know how to do it its really difficult for me.
Here's what i need to do
I need to create a dts package to get data from tables using query and write it to a file (.csv file).
I am able to do till here and now struggling with
1. how can i make...
I am new to vb6.o so if its a stupid question dont be mad.
here is what i am trying to do I am trying to populate a collection with item and key eg
Topic.SoCollection.Add(strSolution, CStr(bAnsID))
now how can i retrieve the value stored in bansid
like for strSolution i can use...
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.