Hi
I am attached a pdf file using CDO.message but when the email is sent the attached file changed to .dat. Does anyone have an idea how to stop the file changing .dat or make it open in pd...
Hello Experts
I have a form on the asp page and I want to submit it to the proxy.asp which should capture form element values process into the database and return back OK/error message.
All...
Hello Experts
I am doing a ajax call using jquery to proxy.asp which should capture data and store it as xml file.
It is keep showing the attached error.
It is actually on this line
Set ...
I have two SQL tables "GameInstances" and "UserInstances" they both have fields called InstanceID.
The "GameInstances" houses existing InstanceIDs that are available to use.
The "UserInst...
Hi Experts,
I have an unusual problem.
I have a Stored Proceduce (SP) that returns two values
ValDate, MatDate
When I run this in Query Analyser I get correct returned values.
How...
Hi,
I have this ASP application which displays info from a database.
How do l refresh a page just once - onload (to reflect the current info in the database)? Tried the
META HTTP-EQ...
DWMX
Classic ASP VBScript
Hello. I have a site where users can access various pages via respective links. Each link has a respective name for that area and is wrapped in a variable calle...
I have an e-mail form that is using CDO. In addition we (supposedly) have a 5mb limitation on file attachments. So I have constructed a routine that creates the zip file and if it's more tha...
What's the best way to translate this vbscript code in ASP/Jscript?
because i have some pages which i wrote in ASP/vbscript which i have to translate in Jscript... and i don't know very wel...
I have a frames page with a navbar and rightpage When I click on a link in the navbar, sometimes I want to call a _blank (new window) and at the same time change the contents of the rightpage...
I asked th question below and received a prompt answer that I accepted gratefully.
The solution being to apply "Everyone" Permissions to the text folder
A later comment was posted to say tha...
Hi everyone,
I have been playing with different code to pull data from an excel spread sheet with a server side ASP. (Note we can not use ASP.NET at this time)
All the example code I h...
I need to write a script that identifies all the products belonging to the "download" category and making the date and time in the "Shipped" column equal to the "Paid" column.
Here's what ...
current page = <edit.asp>
from name = frm1 - all fields are filled with data and may be mofied.
form tag looks like this: <form name="frm1">
input tag looks like this: <input type="button"...
Hi
I have a very wierd issue, when using
<!-- #INCLUDE FILE="midterindhold/forside2.asp" -->
is gives me Charset issues however including
<!-- #INCLUDE FILE="topbar/topbar1.asp" -->
...
I have an access database in which a table stores some checkboxes.
This is carried out with an insert form in dreamweaver asp vbs
The check boxes show correctly in the table
.
I want to be...
Please see this question
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_23359012.html
I have a time entry form where the user puts in the start time and end time. When both are inputted, the total field displays the total hours based on those times. I would like to format the t...
Hi All
I have the following code...
dim cn, strConn
strConn = "Driver={SQL Server};Description=MyDesc;SERVER=MyServer;UID=MyUsrname;PWD=Mypword;DATABASE=MyDB;"
Set cn = server.CreateOb...
Hello Folks,
I am trying to save data by creating xml file on the server but for some reason it is saving the data correctly.
I am making the script to grab all chk_<idno>'s and want to stor...
Our database server died and we rebuilt it last night. Restored SQL 2000 from the SQL backup and restore procedure. Now any of my .asp pages on my web server that read or write to that db serv...
Hello everyone,
I have div tag that basically when you click it will show a hidden div. Pretty simple it references a ID tag to decide to hid or show etc..
Is there a way to assign this to...
I used to get HTML back from the following code:
URLHold = "http://tickettransaction.com/?bid=2792&sitenumber=0&tid=ticket_results&evtid=" & evtid & "&html=true"
'Creates HTTP Connecti...
when I am trying to execute the attached code, it is giving error at the lines
<INPUT type="submit" Class='<%=BUTTON%>' '<%=BUTTONBORDER%>' '<%=MOUSEOVEREFFECT%>' value="Update" id=Update na...
I have a page, that I do not want a user to close. We only want it to close after an training official looks at it. What Can I do to stop the browser of closing?