<a href="<%= response.write(dst) %>"onclick=" openindex(); return false;">
i'm using this link code to open a new window, how would i pass the value of response.write(dst) to the new window code
i'm using this script to open a new window on click, but the page that contains the link does not stay after closing the popup window, it switches to a blank page. how do i make the browser stay on that page.
<SCRIPT LANGUAGE="JavaScript">
function openindex()
{...
I'm trying to insert a number collect from an HTML text box, into an access database, into a number field...but i always get type mismatch. How can i convert this to a number, because i dont want the field in the database to be text.
I'm using a pretty common CDONTS script to send email messages with embedded HTML. How would I be able to insert the contents of an access table into the body of an e-mail
I am using CDONTS to send e-mail. However, this script sometimes gets out of control and sends the same e-mail out thousands of times per second. To stop sending, i have to stop SMTP and reinstall it. Does anyone know what this problem might be, or how to fix it?
<%
Dim strTo
Dim...
I am trying to select records from a table, based on their number in an autonumber field. But when i run the query, i get DATA type mismatch.
i used the following code
sql = "select * from table where ID = '"& id &"' "
i have a series of about 600 text boxes that i need to pass to another asp page and they are named using a loop. ie
do while not rst.eof
<input type=text name="<%"name" & loop_counter %>">
rst.movenext
loop
the exact number of boxes is not known and depends on user...
ok, the code that i'm trying to split comes from a textarea input box from a form...for some reason, the code will not split it up...maybe i should split based on a different character? carrage return?
I'm trying to execute a query which contains sub queries in VB access.
az is the query name
Set rst = db.Execute(az)
also just copying out the sql code from the query to the vb access code does not work
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.