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 dencom 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: *

  • Users: Dashsa
  • Content: Threads
  • Order by date
  1. Dashsa

    Syntax error (missing operator) in query expression

    Hello I am collecting info from a form and trying to insert it into a Access Table. I am getting the following error. Syntax error (missing operator) in query expression ''Thu Jul 01 19:35:59 2010david's Test', '4')'. I have printed the Sql and it is Insert INTO CustomEntry (EmailAddress...
  2. Dashsa

    inserting records into table

    Hello, This is simple I know, but I am have an issue when trying to insert data into a SQL DB. I am collecting data from a user and then inserting the data. I think I am connecting to the DB correctly but I can seem to add the records. Thanks for the help <% firstName=Request.Form("Fname")...
  3. Dashsa

    change div contents based on select box

    Hello, I am making a photo gallery and I have a bunch of photos that are organized by month. I would like a user to choose a date from a drop-down menu on the left side of a page and then the div in the middle of the page will display the images for that month. I have done this in the past with...
  4. Dashsa

    change Div contents depending on select box

    Hello, I am making a photo gallery and I have a bunch of photos that are organized by month. I would like a user to choose a date from a drop-down menu on the left side of a page and then the div in the middle of the page will display the images for that month. I have done this in the past with...
  5. Dashsa

    create variable from user selection

    Hello, I have a page with a drop down that allows users to select a job and then they will get redirected to the apropriete page from this selection. my siiue is with collecting the data from the drop down and making it a variable. I can do this of I use a form and send them to a processing page...
  6. Dashsa

    CSS remove link decoration

    Hello I have a div inside a div that I want to remove the blue color and underline from a link. the HTML is: <div id="renovate_Wiebe"> <div id="renovate_Menu"> <b>RENOVATIONS</b><br> <br> Port Royal Residence<br> <br> <a href="remodel_Wiebe.html">Harbourtown Townhouse</a><br> <br> <a...
  7. Dashsa

    Spry Menu border issues

    Hello I have a Spry menu that works well I am trying to set it up so that when you mouse over the sub menu It adds a border BUT I don't want a border over the main headings. The main headings are rollovers and that is fine but I do not want them to have a border. It works correctly for the menu...
  8. Dashsa

    Provider error '80004005' Unspecified error

    Hello, I have been connecting to an access db and its been working fine but all of a sudden I am getting this error - Provider error '80004005' Unspecified error /loginVerify.asp, line 15 the error points to the dsn name -- connect.Open("DSN=hhhba"); <%@ language=JScript %> <!-- #include...
  9. Dashsa

    Select * from Variable

    Hello, I have a few tables that uses access, I am working on allowing them to edit the data. I have a page that allows the user to select which data they want to edit now I need to choose the table that contains the data. Below is the code I have that is failing. %@ language=JScript %> <!--...
  10. Dashsa

    Check username and Password in Database

    Hello, I am working on a form that allows a user to create an account and then start filling out the form and then exit and re enter the form at the location that they left at. I have created a sign in page that collects the user email and password and now I am working on creating the page that...
  11. Dashsa

    loop through access DB to find record

    Hello, I am making a simple login that will loop through an access DB an check to see if the email address(username) is listed and act accordingly. here is the code I have so far. <%@ language=JScript %> <!-- #include file="adojavas.inc" --> <html> <head> </head> <body> <% var userEmail =...
  12. Dashsa

    Master browser error

    Hello I have been getting the following error on a Server I use to run backups. The server has windows Server 2003 SP2 installed. The master browser has received a server announcement from the computer xxxxxx that believes that it is the master browser for the domain on transport...
  13. Dashsa

    Partition software that works?

    Hello, I am having issues with my Symantec backup exec failing and I think it is due to not enough disk space on my server's C drive that is causing the VSS to fail. I would like to repartition the C drive and steal some of the excess space from the D drive. Is this posible and do you recommend...
  14. Dashsa

    Div positioning

    Hello, I am trying to get my divs in the correct place without using relative or absolute positioning. - floats are better right? anyway I cant get it to display the correct way. I would like the main content to be top left(under the nav bar) then the dots png to be to the right of that and then...
  15. Dashsa

    Fetch data from local data file

    Hello, I am new to AJAX and I got the dummy book and tried the first example but it is failing, I was hoping you would be able to help me. Thanks <html> <head> <title> Ajax Test</title> <script language="javascript"> var XMLHttpRequestObject = false; if (window.XMLHttpRequest){...
  16. Dashsa

    Pre Load Images

    Hello, I have a site with a gallery, at the moment when you load the page the images load from the top of the page, Is it possible to preload the images so that they do not load from the top and fall? http://marshlandmillworks.com/specGallery.html thanks
  17. Dashsa

    Form Validation with images

    Hello I need to create some form validation to make sure I am getting Humans and not spam bots filling up my database! maybe the image that asks you to fill in what it is? I am using ASP and Jscript to connect to an access DB so please do not post instructions about SQL and PHP... Thanks in advance.
  18. Dashsa

    External Email routing through Exchange

    Hello, Currently we have an exchange server 2003. It hosts our company email, We have a smaller sub company that uses a different company(register.com) to host their mail. Would it be possible to get the register mail routing through the exchange server? thanks David
  19. Dashsa

    Intermittent conection issues

    Hello, At work we have 3 physical locations each office has a server and we use Sonic wall TZ170's to create VPN tunnels between the offices. Office2 has a intermittent connection to the main office and when people are trying to get files from the main server in Office 1 the connection fails...
  20. Dashsa

    Div Content for entire site

    Hello, I have a site that has about 8 pages, I have a "Anoucements" Div that displays content that needs to be updated a lot. Is it possible to store the div in one place and just update it from there instead of having to update each page? I dont think I can store the contents of the Div in the...

Part and Inventory Search

Back
Top