Thought id cheat and ask...
Is there a way to refresh the contents of a frame from within <%%>? I would like for the "Links" frame to display the members only links once the LoginValidate.asp page sets the session variable for a good loginID:
<!-- LoginValidate.asp: -->
<body...
Gurus,
It would be nice if my code could check the validity of a image src coming from a RS instead of just not showing an X on the blank ones - keeping nasty X's from onlookers in the case of a typeo. Is there a better alternative?
<%if rs("imagebox")<>"" then
strImage = rs("imagebox") %>...
This is pretty noob but:
I know this works:
<%session("variable1")=10%>
But this generates an error:
<SCRIPT LANGUAGE="VBScript">
session("variable1") = 10
</SCRIPT>
What about javascript, etc?
Thanks for your time,
Cyrus
Hi, Im using Access with an ASP interface. The primary key for my records is an autonumber field (im calling it ID). I'm having problems re-displaying the contents of a form when its purpose is to insert a new record -- it dosent know what ID to use in the SELECT statement. Heres the code im...
Id like to take an ASP string, and send it as the body of an email. This works fine, but id like to keep the <br> and <b> characters, etc. so it formats the same as in the "Preview email" page.
Heres what i have (tried reading your posts) and it dosent work yet:
Set objMail =...
My DB uses action and select queries to build, manipulate tables and display data. I also use the DAO commands in VB. When I run it at home im ok, but at work the form gives this error when opened/buttons clicked/boxes displayed, etc:
Function is not available in query expression...
How could i get individual date fields (not every one with me.Date.background = "green" or whatever!) on a continuous sub-form to change green if the Day of the date is <= 10th?
This would indicate an on time payment and would be far easier to read.
Thanks in advance to any help on...
Is there a way to make the scrollbars on a subform display more clearly that the user is at the end of the subform and its not blank? If there is one record, for example, the scroll bar/wheel can make it dissapear, but the scroll bar wont reflect that it is up there. This could mislead the...
I have two forms involved in the dilemma. One is a "Main" form with a Tab control, the other is a pop-up form.
The pop-up form, as a safeguard, is used to alter/add/delete information in the [AccountHolders] table that is displayed on the Main form.
The Main form uses a...
I am working on an Access 2000 project that takes in charge tickets, stores account holder info by month/year (like previous balance, accrued finance charge, etc.), and prints about 6 various reports including monthly statements, summaries, and tax exemption listings.
The project needs the...
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.