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

  • Users: ironhide1975
  • Order by date
  1. ironhide1975

    Pagination Help: How to create multiple pages.

    We're looking at some custom code for a page that displays search results. The code looks like it was created under an ASP.NET 1.1 structure. The following code creates the Previous/Next buttons and counts the results. Can someone help me create a Function to add the Page numbers in between...
  2. ironhide1975

    Easy way to convert to complaint HTML?

    Not kidding, the code rendered in FrontPage only shows up in IE, not in Firefox or any other browser.
  3. ironhide1975

    Easy way to convert to complaint HTML?

    I have a bunch of website files made in frontpage given to me that I would like to convert to standard HTML so they also work in Firefox. Of course frontpage is using code so it only works in IE. Is there way within frontpage to ask it to rewrite the code so that it uses standard HTML (a setting...
  4. ironhide1975

    How do you change a class on a form object with vbscript.

    Can someone give me an example or point me to an example of changing a form class using vbscript? Thanks.. I would imagine it's something like this... document.form1.class.value = "textboxrequired"
  5. ironhide1975

    Powerpoint: Master Layout Item

    How do you do that to a non-master slide?
  6. ironhide1975

    Powerpoint: Master Layout Item

    How can you re-add a Master Layout text box for 'Object Area for AutoLayouts' once it's been deleted from the powerpoint slide? Or can you convert any textbox into the Object Area for AutoLayouts?
  7. ironhide1975

    Weird SQL bug with page

    Actually found out I was trying to update a record set while trying to loop through it. This caused the hang. I put the primary key in an array and updated them later and that worked.
  8. ironhide1975

    Weird SQL bug with page

    Just trying to do an simple update script with my ASP page and when it gets to this update it just hangs and then I get a timeout error. UPDATE [Page_Content] set DateOff = '03/31/2008 12:00:00 AM' WHERE ContentID = '472' I can copy this and it works fine if I execute it in SQL Query...
  9. ironhide1975

    Export vCards into an Excel spreadsheet

    Is there a way to export a user's vCards into an Excel spreadsheet?
  10. ironhide1975

    Simple time compare

    I removed the cDbl and it worked fine. many thanks.
  11. ironhide1975

    Simple time compare

    okay I get error Microsoft VBScript runtime error '800a000d' Type mismatch: 'cDbl'
  12. ironhide1975

    Simple time compare

    I'm sure this is really simple but I'm having a hard time finding an example. I want to do a time compare before an ASP page starts a calculation and when it ends. I am somewhat close with this but I can't get the write formatting of this with seconds and minutes. Can someone help me clarify...
  13. ironhide1975

    Dealing with Funky Characters é

    Fantastic that worked, thank you.
  14. ironhide1975

    Dealing with Funky Characters é

    How do you get characters that go into the database as one character come back correctly. For example, if I have someone type in a textbox é And it comes back as the character e with the notation on top of it. Is there anyway to have it reappear in the text box after a save as the way...
  15. ironhide1975

    Send Page by Email

    That worked, thank you.
  16. ironhide1975

    Send Page by Email

    Not sure if this is a bug or not, but when a user loads a word document linked from a webpage, and you go to FILE > SEND > PAGE BY EMAIL it opens in Outlook in garblygook. Is this a bug or a simple setting change? If anyone can help I would appreciate it.
  17. ironhide1975

    SQL Server does not exist or access denied.

    Okay after discussing with IT we think we found the problem, so here it is for future reference. I found some errors in the firewall log. These errors look like IIS is attempting to authenticate to server1 using NT authentication and it should only be using SQL authentication. I checked the...
  18. ironhide1975

    SQL Server does not exist or access denied.

    I'm thinking this error is being caused by a network setting, throttle or server setting. I've never had this problem on any other website I've done.
  19. ironhide1975

    Example Global.asa for connection string.

    is that asp or asp.net? And is it required to store your connections string there, or is it acceptable in another file?

Part and Inventory Search

Back
Top