Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GirlFriday1

    Retreiving info from database according to date

    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...
  2. GirlFriday1

    Onchange - why isn't this working?

    Hello there! I have a drop down box with that is populated using a database. This is the code: <SELECT NAME=&quot;User&quot;> <option value=&quot;<%=Request.Servervariables(&quot;SCRIPT_NAME&quot;)%>&quot; selected>-- Select --</option> <% While not RS2.EOF %> <option...
  3. GirlFriday1

    How do I change the location of the popup window on the screen?

    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!
  4. GirlFriday1

    Link9, with your help I figured out the refresh problem

    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!
  5. GirlFriday1

    That pesky refresh error warning - how to get rid of it?

    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...
  6. GirlFriday1

    Closing a child window

    Hello again! My question is,,,how do you close a child window using a button? Any suggestions? Thanks!
  7. GirlFriday1

    refreshing a parent window from a child window

    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...
  8. GirlFriday1

    updating a form using a popup window (VERY URGENT!!)

    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...

Part and Inventory Search

Back
Top