I am filling a select box with a lengthy field from an SQL database that I would like to wrap and indent beginning with first wrap...can you help me?
--only those that do not try, fail--
I have a page with submit button...OK I submit
error handler below
if status = "Already Ordered" then
select case redisplay
case vendorname = ""
Response.Write "Please click 'Back' and enter Vendor Name"
case vendorname = "Enter Vendor Name"...
I can change the background color and font color of buttons and the background of select drop downs....
how do I change the color of the drop down arrow in the select box
here is code to change other stuff...
<style>
select.Menu{
font-family: Arial...
I have searched for two days...my problem is that I do not know enough about javascript to know when I have the answer..
I can capture the left click with this code...
<SCRIPT Language="Javascript">
function post_to_link(link_loc){
document.form1.action =
link_loc...
<a href="ad40800.pdf" target="_blank">
I load pdf file with this...is there any code that will allow user to enter text into the pdf document for printing and/or emailing? Or even a work around...
--only those that do not try, fail--
is there an email function similar to this print one to email the form that the user has filled out??
<script language="JavaScript"><!--
if (window.print)
document.write('<input type="button" value="Print" onClick="window.print()">')...
I have an ASP web form with textboxes and textareas as well as drop down boxes.
I know how to print page, is there a simple way to expand and print the data in the objects? I don't necessarily want them to see the expanded version, I just want a printable one.
Thanks,
JC
--only those that do...
<a href="anypage.asp;" target="_blank">Click Here</a>
what is the javascript that I can add to this to make the pop up window only have the title bar?
--only those that do not try, fail--
THE CODE BELOW produces the ERROR BELOW
con1 = "DSN=QC4ID"
set rs1 = server.CreateObject("ADODB.Recordset")
strSQL1 ="SELECT * FROM "& doc &" WHERE number=" & snum
rs1.Open strSQL1, con1,1,3
picture = rs1("filename")
Microsoft OLE DB Provider...
this page is to verify that user has access to certain inventory...
the comma delimited memo field "AllAccessusers" contains the name "ADMIN" which is my test user...but the boolian did not change to true...what have I done wrong???
THANK YOU. JB
<%@ Language=VBScript %>...
Can you call the spell checker from an ASP document in a similar manner as calling Word or Excel....is there some way to access it, or must I purchase a spell checker for a user to use to check memo fields for spelling errors?
Thank you,
JC
--only those that do not try, fail--
Would someone be kind enough to look at this mess and tell me what I am doing wrong?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<INPUT type=file name=notify action="filetransfer.asp">
<INPUT id=submit type=submit value="Send to All" name="submit">...
Can you tell me what I am doing wrong...?
Error I get:
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'Attachfile'
/managementemail/email.asp, line 71
My code is:
Set MyCDONTSMail = CreateObject("CDONTS.NewMail")...
Am writing ASP which will send one email to many people (about75) then they respond individually...I need to store all replies from individuals and the responses back to each individual from the original sender....someone please set my thinking in the right direction.
I have the code to send...
What have I done wrong?? this code produces and sends one email to each of entries in database, but the email contains copies of the previous emails in addition to the correct one...make sense??
if rs.EOF = false then
While rs.EOF = false
email = rs("Email")
'sending email...
Is this good code to get a submit on a form to work...if so
how do I refer to it in an "IF" statement when it is clicked?....any better way to do this without using the input button method would be appreciated.
<a href="salesforcemaintain.asp"...
strSQLcount = "SELECT DATE,count(date) FROM POCHANGE WHERE CHGTYP = '2' AND PONUM='" & ponum1 & "'"
produces this error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] You tried to execute a query that does not include...
I have an ASP page that sends an email to someone...someone clicks on the link that sends them to this page...they fill out form but leave out an item...the error trap below brings up a page with a "Back" link...they click "Back" and their data they entered is lost...if they...
Below is my code...I do a response.write before and after it and the variables are there...however it is not sending...how do you debug to see where problem is?
Set MyCDONTSMail = CreateObject("CDONTS.NewMail")
MyCDONTSMail.MailFormat = cdoMailFormatMIME
MyCDONTSMail.From= whorespond...
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.