ASP3, trying to access an element id:
Here is the element:
<input type="TEXT" size="36" name="Contact Name" id="210">
And I am trying to do something simple in VBSCRIPT:
dim el
dim ...
Dear ALL Experts,
How I can display the excel file in web browser?
What i means is now i upload the .xls into my server, then got a page will display the content information from the ....
I'm trying to connect to oracle using the following syntax.
ConnStr = "driver={Microsoft ODBC for Oracle}; server=test.world; uid=dmsusr; pwd=dmspwd"
Set Conn = Server.CreateObject("ADOD...
Hello Experts,
well it seems that i always have errors with SQL Server tabels.
............
Microsoft OLE DB Provider for SQL Server error '80040e2f'
Cannot insert the value NULL into...
Need help using cmd to execute and display an application. I have tried Aspexec, but apparently in windows 2k sp5 it does not work, I can see the processes running in the background but can ne...
Hi experts!!!
I'am building intranet app based on LDAP database.
With exchange experts help I made page that query LDAP, so I have user names, mail, tel. no. . . .
I need to query LDAP for ...
Hi
I have a website that is asp. The site works great in IE and in Firefox except for one exception. The customer hosts with btconnect (Ugh!!) and the page refuses to render at all in Firef...
by doing this
<body>
<%
Set objConn = Server.CreateObject ("ADODB.Connection")
objConn.Open "mainnews"
Set objRec=Server.CreateObject("ADODB.Recordset")
objRec.Open "news",strConnect...
OK, again - we've just converted from IIS5 to IIS6, and this form used to work. The error message is above, and - since the error is listed on line 0 - I'm assuming the problem is in the firs...
I am trying to use ASP code to connection to a SQL Server 2008 instance. The Web server and Database server are separate machines. We have some ASP.NET code with connection strings in a web....
First of all, I have read all of the solutions I could possibly find for this issue. Secondly, none of them work for me.
I am using: WinXP Pro SP2, VB6, ASP
Here is a breakdown of my pr...
When I use this command:
Set xml = Server.CreateObject("MSXML2.ServerXMLHTTP.4.0")
I am unable to retrieve results with this:
Set xmlData = xml.responseXML
So I tried it with remov...
I Need help with ASP troubles
I had working website, but now I have upgraded it to a new server running windows 2003 64bit and it no longer works.
Here is the error message:
ADODB.Conne...
Response object error 'ASP 0251 : 80004005'
Response Buffer Limit Exceeded
/asp/article.asp, line 0
Execution of the ASP page caused the Response Buffer to exceed its configured limit.
...
Hi!Every One!
Wneh I write client script ,I may adopt javascript(*.js) and Vbscript(*.vbs),I want to know the differenc between javascript and vbscript in client!
please explain it for m...
I am using ADODB Stream to display a PDF from a secure site to the browser. The pdf will open on some machines, but not others. Both are running Windows XP pro, and IE 6.0 The error I recie...
Below is the error I'm getting. I'm trying to install a script called BlogX. If I comment out the declaration, it then says the variable is undefined, so I know it's not ACTUALLY being redef...
My repeater is creating checkboxes, but it gives them a real long id, like
createWidgetControl_sharedUserControl_Repeater1__ctl1_chkRead
Is there a way to access these via javascript with...
When trying to use a DLL from an asp page I get the error
"A trappable error (C0000005) occurred in an external object. The script cannot continue running.", the strange thing is that the cod...
When I try to do an AD lookup I get the error:
Provider error '80040e37'
Table does not exist.
If I access the page from the server it works just fine, but if I access it from a clien...
I have just started coding in ASP after coding for years in PHP. I have looked through the internet but cannot find an example of how to code a function that returns a value.
In PHP I would...
Hello Experts,
I am getting a problem to include a text file in a webpage in asp. i dont know if there is a problem with the server or with the codes..
Here are the codes:
<%
Di...
I am getting the dreaded "Permission Denied" error from my classic ASP page, when trying to run an exe file using the shell run command.
Here's the senerio:
This Works:
Network user FRE...
I know how to do a single-line comment in VBScript:
'This is a comment
Usually when I do multiple lines I just begin each line with a single quote:
'This is comment line 1
'This is c...
Server O/S: Microsoft Small Business Server 2003 (Premium)
Software: IIS 6.0, ASP Net 2.0, Sharepoint Services 2.0, Sql Server 2000
Since having an IT consultant install the above on our n...