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 Shaun E 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: ebarratt
  • Order by date
  1. ebarratt

    Search Engine issue

    Thanks DNG, Saved me alot of time now that I get error messages. Thanks for the advice. Errol Errol Barratt
  2. ebarratt

    Search Engine issue

    How do I enable error reporting in asp? Just get the internal http 500 error. Errol Barratt
  3. ebarratt

    Search Engine issue

    ...& sDSNDir & "\" & dsn_name Set objConn = Server.CreateObject("ADODB.Connection") objConn.Open connectstr qry = "SELECT * FROM DictMast WHERE SearchTerms = '" & Session("frmSearch") & "'" Set objRs = objConn.Execute(qry) if not objRs.EOF then...
  4. ebarratt

    Viri/Spyware Information

    Just a good link to read about Virus, spyware, and the top programs for protection. If you use google then http://www.MyGoogleSpace.com/index.htm is also a great homepage to use. But anyway here is a page that gives great advise for anyone who wants to remove pests from your machine...
  5. ebarratt

    Bad Infection Any better suggestions

    Ok so I was on a service call today for an OS Service. Client had 105 processes running on a windows xp machine completely updated with sp 2 and all. Most of them were viri/spyware. I completely cleaned the machine out of all traces of spyware and tuned it up perfect. I did run into one...
  6. ebarratt

    Need Urgent Help Please Anyone!

    ...newlistitem.Selected = False lstYSItemNumber.Items.Add(newlistitem) End While This would be a tremendous help to me if an expert can take the time to explain what's going on. Errol *** Any suggestions to my asp.net site would be great if your bored! www.thewebfinder.com
  7. ebarratt

    dropdownlist postback problems

    ...posted back the option isn't in the dropdownlist. I know the javascript function is adding the new option to the dropdownlist but the postback is removing it. Any advice would be awesome thanks all! Errol *** Any suggestions to my asp.net site would be great if your bored...
  8. ebarratt

    dropdownlist.items.insert problem

    ...I just really want to insert a dropdownlist item with an index position of 0, value of 1, and text of 1. Could anyone supply me with the correct syntax? It would be greatly appreciated. Thanks all! *** Any suggestions to my asp.net site would be great if your bored! www.thewebfinder.com
  9. ebarratt

    Not getting alert() working.

    ...In the html produces from the server side code the onSubmit="functioncall()" is present, however it doesn't seem to be firing when a user clicks on the button. Any suggestions? *** Any suggestions to my asp.net site would be great if your bored! www.thewebfinder.com
  10. ebarratt

    Webcontrols & implementing clientside event handlers

    ...the page post back, or it can post the page back if I return true. I tried to just add the onClick=javascript function directly into the asp:button tag but that didn't work. Is this possible? Thanks all. *** Any suggestions to my asp.net site would be great if your bored...
  11. ebarratt

    string problem

    ...the apostrophe. Is there a way for a vbstring variable to accept the aprostrophe? Any information or relevant links would be great! Thanks all. Errol Errol Barratt work: 856-810-5712 home: 856-697-1593 *** If there is a possibility, I'm sure all the smart ones out there will enlighten me 8p
  12. ebarratt

    apostrophy delimnia

    thank you for the help! Errol Barratt work: 856-810-5712 home: 856-697-1593 *** If there is a possibility, I'm sure all the smart ones out there will enlighten me 8p
  13. ebarratt

    apostrophy delimnia

    ...aLink='#0000c0' link='#0000c0' bgColor='#cccccc'>") End If See the problem in the onload event with the 2 apostrophies? Thanks all! Errol Barratt work: 856-810-5712 home: 856-697-1593 *** If there is a possibility, I'm sure all the smart ones out there will enlighten me 8p
  14. ebarratt

    Update Stored Procedure help!

    ...usersstate = @state, userszipcode = @zipcode Where usersemailaddress =@emailaddress GO Any help at all would be great. Thanks all! Errol Barratt work: 856-810-5712 home: 856-697-1593 *** If there is a possibility, I'm sure all the smart ones out there will enlighten me 8p
  15. ebarratt

    web.config sessionState for SQL DB version 7

    ...be found or cannot be accessed. If anyone has encountered this problem or think they can help me out, please post any possible solutions! Thank you all!!!! Errol Barratt work: 856-810-5712 home: 856-697-1593 *** If there is a possibility, I'm sure all the smart ones out there will enlighten...
  16. ebarratt

    I know this is the wrong forum but does anyone know?

    ...onclick=&quot;top.ITTFrame.location.href='ittSearchResults.asp'&quot;>Search Results</td> </tr> </table> </DIV> Errol Barratt work: 856-810-5712 home: 856-697-1593 *** If there is a possibility, I'm sure all the smart ones out there will enlighten me 8p
  17. ebarratt

    css problems

    ...onclick=&quot;top.ITTFrame.location.href='ittSearchResults.asp'&quot;>Search Results</td> </tr> </table> </DIV> Errol Barratt work: 856-810-5712 home: 856-697-1593 *** If there is a possibility, I'm sure all the smart ones out there will enlighten me 8p
  18. ebarratt

    css &amp; framed site

    ...it show on any page that loads on the right frame without coding it directly into each of the pages? Any information at all would be awesome, thanks all! Errol Barratt work: 856-810-5712 home: 856-697-1593 *** If there is a possibility, I'm sure all the smart ones out there will enlighten me 8p
  19. ebarratt

    style sheet on a framed site.

    ...it show on any page that loads on the right frame without coding it directly into each of the pages? Any information at all would be awesome, thanks all! Errol Barratt work: 856-810-5712 home: 856-697-1593 *** If there is a possibility, I'm sure all the smart ones out there will enlighten me 8p
  20. ebarratt

    fixed width combo boxes

    ...looking for a good standard face= value that is fixed width meaning all characters are of the same width and they will align properly thanks all. Errol Errol Barratt work: 856-810-5712 home: 856-697-1593 *** If there is a possibility, I'm sure all the smart ones out there will enlighten me 8p

Part and Inventory Search

Back
Top