Hello there!
I have a select box that allows the user to select records from the last 3, 6 or more than 6 months in the past. The trouble is is that I don't know how to do this. What I thought was maybe get the current date somehow, then subtract 90 from that for the 3 month selection, 180 for...
Hello there!
I have a drop down box with that is populated using a database. This is the code:
<SELECT NAME="User">
<option value="<%=Request.Servervariables("SCRIPT_NAME")%>" selected>-- Select --</option>
<% While not RS2.EOF %>
<option...
Hello! I need to know how to change the location of the popup form on the screen to locate itself at the top, right hand corner. Presently, it opens in the middle of the screen and the user must move the popup window manually. Any suggestions?
Thanks!
take a look at my last thread. A few minor revisions and viola! Refreshing without actually refreshing. Let me know if you would like to see the finished code!
Thanks for all of your help!
Hello! I have a popup window that updates info in a database, closes and is supposed to refresh the table in the parent window. It works, except that the user must interact with a warning box to continue. I need to get rid of this box. Any suggestions?
My code to date is this:
<script...
Hello again! I need to know how to refresh a parent window, using an update button from a child window. This button will update info to the database, close the child window and go back to the parent window, having the parent window showing the new info that was inputted from the child window...
Hello there! Here is my problem... I have a parent window that is populated with information from an Access database using ASP. I used Jsavascript to open a pop up window that again is populated with information from the database. It also gets a user ID from the original form (1st window). My...
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.