Hi,
How can i delete an element from two dimestiol in vbscripty subrotine in asp.
thanks.
Hi
I'm trying to get a form 2 mail script working on a server
however i'm getting this error
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object: 'CDONT...
can anyone help me setting up a new filter system on one of my sites.
I have an SQL server 2000 DB that has the table called tblAnalytics and a field in it called ID and dtmDateStamp.
Th...
Microsoft OLE DB Provider for SQL Server (0x80040E14)
Incorrect syntax near the keyword 'AND'.
/SABC/charactervoting.asp, line 23
line 23 is :
set rs=conn.execute("UPDATE tbEpisode SET...
Hi,
I am looping through the request.form collection to collect the data the user has entered. This data is then validated.
However, if there is a select (listbox) element, which hasn't...
Hi, I want to create a questionnaire with some options using checkbox & radio button to record the rsponse. But I want to know the best practice to handle the checkbox & radio button update in...
I have the following code and I think it's not working because I need to convert an int to a string but not sure how. The problem is generating the URL's where I have put <%=CStr(curDay)%>.
...
Hi all
I am looking for a list of error codes that are associated with FileSystemObject. For example when renaming a folder if there is an error and you catch it and store the error by the fo...
I am using the new Microsoft Expression Web to build my website and I'm just learning all the cool asp.net features that it integrates. What I really want to learn how to do, though, is attac...
hi i am creating my textbox as belwo code. i want to refer the value in the javascript..how can i do that?
window.opener.document.forms['f'].elements['T1'].value = Txt1;====>what do i need t...
Dear all,
I have my ASP running on Server1 and I have my MDB on a different system (Server2) on the same network. I wanted to connect to MDB which is in Server2 from Server1. Since i...
I'm currently using a modal popup window to gather some data and create a PDF. This works fine, however when the person is finished I'd like the Modal pop up window to close, and to have my a...
Hi,
I am hosting my own blog using a 3rd party solution. (dmxready.com). I would like to hide the file path in the url. For instance
Current URL
http://brookejaffe.com/applications/WebBlo...
I found a script that works well, but it opens up Outlook has a pass event appointment. What I need to do is open it has a new event, so its ready for the client to hit the send button. I also...
Hi, I'm trying to check a users permissions aginst AD, and if they are a member of a certain group, allow them in, else redirect them.
The dev version is hosted on my pc. This works fine ...
Hi Experts,
I have done some research online re this error, lots of results but no one seems to have an answer.
Basically my situation is the same as most, the script was working fine un...
Hi there,
How do I display this date
<%=Right("00" & Day(Date),2) & "/" & MonthName(Month(Date)) & "/" & Year(Date)%>
Minus one month.
In other words, today it 08/03/2005 but I alw...
I am using teh final release of asp.net and am having trouble using a textarea server side control. I am using codebehind pages and I am looking for the equivalent for theis sort of thing.......
After open Excel workbook from C# by excel.Workbooks.Open(....., how can I get the value of a checkbox in sheet1?
Hi -
Am running an ASP application which sends POSTS data to another site using Server.CreateObject("MICROSOFT.XMLHTTP").
The script has to send the data through a proxy on a stand-alon...
in asp I write:
if request.form = "" then
response.write("no form data")
else
response.write("process the form")
end if
how do I convert this to asp.net? it does not like the ...
I'm using ASP 3.0 with javascript.
I have code that produces a long xml string. My variable (which is called xml) is set like this...
var xml='';
I then go through the process of ass...
hi,
I have a VBscript that register a keypress from the user (on my ASP-page) In this script I want to redirect to another page with two para meters. How do I do this?? I have figured out t...
Hello,
I have the code below, which creates a Excel file using HTML <taeble> tags.
everything works okay, except for <td width=20> - this is totally being ignored, or it gives me a tota...
500 points got me no response on this issue, I'm running out of time.
I have searched extensively though Google and Experts Exchange and have not quite found the answer to this problem. T...