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 strongm 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: DanT07
  • Content: Threads
  • Order by date
  1. DanT07

    Add code to every page loaded

    Hi Not sure if this is posted in the right category but I wouldnt even know where it should be posted. I just want to know if there is any way a page can have a header inserted automatically? For example if a user uploads a page I want that page to have a banner at the top without manually...
  2. DanT07

    Expert needed - SPF Records

    Hi Im really stuck here.. I use VPS hosting and have a register page that sends the user an email so they can click an activation link. The email sends fine but it goes into spam folders on hotmail, aol, yahoo etc. Im pretty sure this is because the reverse DNS shows a different domain (the...
  3. DanT07

    Service Unavailable Error

    Hi - I hope somebody can help with this. We have a web server with Windows Server 2003 and IIS 6 installed. We are running one ASP based website on this server, which is quite busy. The problem is we keep getting the error message: "Service Unavailable" on a plain white background. When looking...
  4. DanT07

    Get contents of web page

    Hi everyone Ive been pulling my hair out with this problem and i cant find anything on the net to help. Basically i want to get the contents of a remote web page and check it for certain text. Ive tried using this javascript method: <script language=javascript runat=server> var url =...
  5. DanT07

    Dmoz.org question

    Not sure this is the correct forum for this but it seems to be the closest i can find. Anyway I was just wondering something about dmoz. I submitted my site and within 2 weeks it was listed in the category. Then a couple of weeks later an editor revisited the site with the referrer...
  6. DanT07

    Google Aging Delay

    Hi I just read an article referring to google's so called 'Aging Delay' where all new sites are held back from scoring highly in google's search results for a period of upto 12 months. My site is scoring top positions in yahoo and msn for certain keywords but doesnt even appear in google...
  7. DanT07

    Error updating DB with checkboxes

    Hello all. I have a page which lists several records from an sql server database. Each row has 4 checkboxes each which can be ticked or unticked and then updated to the database. However sometimes there might be 10 rows on page which means 40 checkboxes. On my machine the page works fine all...
  8. DanT07

    Date Format

    Hi, I have a form which is submitting the date in UK format, i.e dd/mm/yyyy. If i submit the form like this it comes up with the error: "The conversion of char data type to smalldatetime data type resulted in an out-of-range smalldatetime value" And if i change the date on the form to...
  9. DanT07

    Using dynamically named text fields

    Hi there, beginners question i think. I have an asp page which is creating varying numbers of rows depending on the sql statement. Each row has 6 textfields going across. These text fields are named dynamically using a result pulled from the database. For example the first text field is...
  10. DanT07

    Displaying form items onChange

    Hi there I am again struggling with the Mozilla browser. I have a form which has various select boxes, which when an item is selected make other select boxes appear using: display = 'block' In IE it is fine but in Mozilla nothing shows up. I wonder if you could view the code on my page and see...
  11. DanT07

    ASP Email Form Troubles

    Hi all, I have an email form which is then processed using the script below. This works fine but I also receive 2 extra blank emails each time along with the correct email. Does anyone know a possible cause for this? <% Dim strName Dim strTel1 Dim strTel2 Dim strEmail Dim strEnquiry Dim...
  12. DanT07

    JS Popup menu problem

    Hi, Im fairly new to javascript and usually end up copying / pasting code as i dont properly understand. However I have tried making my own popup menu using the simple script: function showMenu(layer){ layer.style.display = "block"; }; function hideMenu(layer){ layer.style.display = "none"; }...

Part and Inventory Search

Back
Top