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

    Strange search engine results

    A site I designed for a real estate agent is still under construction waiting on more content, but there is enough to produce results on a search. Google and Yahoo produce very different results. The site is donnaomar.com (I did not make it a link because listing it here has made it pop up in...
  2. taylorantone

    Comments on a site I'm putting together?

    Any suggestions on this one? I'm still waiting on content from the site owner to finish it. But any comments you have would be easier to take care of now instead of later. http://www.donnaomar.com/main.shtml
  3. taylorantone

    DIV spacing in Mozilla

    This is driving me nuts. It's probably just too late for my brain to wrap around at the moment, but Mozilla is adding an even spacing between my divs while IE does not. http://www.donnaomar.com/main.htm You should be able to get the css from the page source. I've tried zeroing out the...
  4. taylorantone

    Move Access database and ASP pages to non-IIS server

    I had a site running from my home server for a long time, but it's proving too burdensome on my bandwidth. The database is MS Access, and the pages pull data through a DSN. I have my own website hosted elsewhere, and that host uses cPanel. It's a Linux server running Apache. Obviously, an...
  5. taylorantone

    Any suggestions on this site?

    This is my first major CSS site, as well as separating our my scripts, header, footer, and navigation bars from the content of each page. IE produces a javascript error when viewing the two photo album pages, but it doesn't seem to affect anything. http://www.taylorandjanet.com Thanks for the...
  6. taylorantone

    CSS menu and small javascript will not work in IE

    I have two drop-down menus using ul's on the same page, and there's a small javascript that had to be added to make the hover/over property work in IE on non-links. This script holds the id of the menu to reference. Well, since I have two menus on the same page, I can't give them both the same...
  7. taylorantone

    Something amiss when my page is viewed with Firefox

    I used to just code for IE since that was the majority, until I started using Firefox and realized how bad some pages looked. Now I use both when I write to work out the anomalies. Anyway, the website I created for my fiance and I has a drop-down menu at the top spun horizontally using CSS and...
  8. taylorantone

    Loop within loop for many-to-many related table

    I'll try to say this in as few words as possible so it's not any more confusing than it currently is. I have a database in Access with a table for DVD's and a table for Genres. Each of these tables has a one-to-many relationship with a linking table--I needed a way for a movie to be assigned to...
  9. taylorantone

    New to ASP--passing parameter to ASP page and declaring defaults

    I created some pages in FrontPage and I wanted to change some things, but just like it does with regular HTML, FrontPage seems to bloat everything and the ASP isn't what I would expect it to be. I had an ASP page that used a single drop-down box populated from a column in my database, then used...
  10. taylorantone

    Resubmitting drop-down box value in hyperlink parameter

    I have a drop-down box populated from an Access table that submits the search when an option is chosen (using the onchange=Form1.submit() in the FORM tag), as well as the <option selected><% = Request.Form("genre") %></option> so that the chosen option remains in the drop-down box after the...
  11. taylorantone

    List related table data into a field

    On an ASP page, I have DVD's listed and I can't get it to properly display all of the genres without them being in a field. Here's how the tables are set up (essentially, it's a many-to-many relationship): tblDVD-- dvdID (autonumber) other data tblDVDGenre-- dvdID genreID tblGenres-- genreID...
  12. taylorantone

    Data Access Page -- multiple tables

    I want to create a data access page that assigns a borrower to a borrowed DVD. On this page, I only want a field showing the DVD title and a drop down box defaulting to the currently assigned borrower, but allowing me to re-assign it. The tables/queries are set up as follows (the two tables are...
  13. taylorantone

    Data Access Page over the internet

    I found a Microsft walkthrough to set up the MSADC stuff on Windows Server 2003 and did everything exactly as shown. However, I STILL can't get write access to the page. Any suggestions?
  14. taylorantone

    Access 2003 crashes on database open

    If I open Access without a database, it launches and stays open. If I open a database (either by double-clicking or by browsing through Access), it launches, then crashes about 2 seconds later. The error is: "Faulting application msaccess.exe, version 11.0.5614.0, stamp 3f3c8e3c..." I...
  15. taylorantone

    Multiple query fields into one string on web page

    I used Front Page to pull data from a query onto the web. Everything works fine EXCEPT for the many-to-many relationship I have set up. It pulls the first 3 fields from tblDVD just fine, then it's set to pull the many-to-many part (the genres) from the other table. The same movie is listed for...
  16. taylorantone

    Multiple query fields into one string on web page

    I used Front Page to pull data from a query onto the web. Everything works fine EXCEPT for the many-to-many relationship I have set up. It pulls the first 3 fields from tblDVD just fine, then it's set to pull the many-to-many part (the genres) from the other table. The same movie is listed for...
  17. taylorantone

    error 403 with PHP on IIS6 (2003 Server)

    I just had this working on a Win2000 domain controller. Set up the new server, moved the website over (along with everyting else), and now everything works except for pulling up php pages. PHP is installed and running (i've run php -i and the results are fine--pages of html), and the php web...
  18. taylorantone

    many-to-many

    I have a database that holds a list of my DVD's. In that database I have a table called tblDVDlist that holds my DVD info (title, notes, year, etc.). I need to be able to list the genre of the movie as well. Problem starts because a movie may have multiple genres (Romance, Comedy, Action...
  19. taylorantone

    Opening a PDF from a form

    The form lists the equipment assigned to an employee. This equipment is issued and an agreement form is signed and then scanned as a PDF. These PDFs are stored in a subdirectory in the same dir as the Access Database. I want to be able to link from the form to the associated PDF for that user...
  20. taylorantone

    Launching Internet Explorer from within a subform

    I've got a subform that tracks MS security bulletins and which ones have been installed on which computer. One of the fields is the MS Knowledgebase article #. What I'd like to do is be able to double-click on the field and have it launch the MSKB site and add the content of the field to the...

Part and Inventory Search

Back
Top