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

    Exchange 2003 problem

    Hi there I have Backup Exec 8.5 and installed all necessary agents - Open Option agent, Remote Agent, and Exchange Agent for our mail server. We have several servers on our network and all backup fine apart from the following error in the log file: "Unable to attach to...
  2. michellerobbins56

    Is there a way to comment out a block of code in ASP VB Script

    Hi Is there a way to comment out a block of code in ASP / VBscript as opposed to using ' before each line? In Javascript you can use /* block */ but have yet to find a similar QUICK way of doing the same in ASP. From searching on Google it doesn't seem as though it's possible - other than...
  3. michellerobbins56

    Problem getting Perl script to run on IIS 5

    Hi I have looked in many resources for the last few days and done exactly as I'm supposed to to enable a .pl (Perl) script to run and execute on IIS (by going into the Configuration section under Home Directory tab of the website in IIS. However I keep getting a Page cannot be found 404...
  4. michellerobbins56

    Soundblaster Audigy SE - need Windows 2003 Server drivers

    Hi I have just boaght a Creative Labs Soundblaster Audigy SE sound card. My operating system is Windows 2003 Server Standard Edition Service Pk 1. On the packaging it says it includes the drivers up to XP Pro 64 bit and Win2k. The salesperson told me to get the 2003 drivers from the Creative...
  5. michellerobbins56

    Website domain without the 'WWW' - how to enable this?

    Hi there I have a website www.mydomain.com and wish to allow users to visit my site without the need to type the' www' as is the case with 99% of websites. I have tried adding a new host header in our DNS administration in Forward Lookup Zones using no name (uses 'same as parent folder') - so...
  6. michellerobbins56

    Problem if user types website domain without the 'www'

    Hi I have a website (www.mywebsite.com) which works fine. However if a user types the domain without the www prefix they get sent to a page saying "Under Construction" or occasionally "No website configured at this address". I want them to be able to get to my website by just typing the domain...
  7. michellerobbins56

    Problem with drop down list using data from database

    Hi there I have created a drop down list which is called User Type. The data in this drop down list is populated by data in a database. This is all fine. However my problem is not the saving to the database (this works fine), my problem is displaying the 'selected' value and all the other...
  8. michellerobbins56

    Is there a way to "curve" the corners of a rectangular image?

    Hi I have a few images which are all rectangular in shape with normal 'sharp' corners. However I would ideally like to soften the shapes and make the corners 'curved'. Is there an option or tool to do this in Photoshop 7? Thank you very much for any help.
  9. michellerobbins56

    How to find a character in table of records and then replace it

    Hi Please can anyone tell me how to find a certain character in some records and then replace it with another. Basically I need to search my database records in a certain field and find any single quotes and replace them with ` instead. I can do this in ASP but I'm not sure how to do this in...
  10. michellerobbins56

    Submit button

    I have a form where I need to know when the submit button has been clicked. I check for when the submit button is clicked by the following in VBscript: If Request.Form("btnSubmit") <> "" then My submit button is as follows in HTML: <input type="submit" name="btnSubmit" value="&nbsp;"...
  11. michellerobbins56

    Can I run netscape alongside IE6

    Hi My computer currently has IE6 as its browser. I have created a website and want to test different browser compatibilities. I have already installed and tested Firefox which can be run alongside my IE6. Can I install and run Netscape alongside my IE6 or will it cause problems? I also wish...
  12. michellerobbins56

    How to remove characters from a string

    Hi I have a string called "stringQuery" made up of characters and spaces. I have calculated the total length using len(stringQuery) There is a word in the string "or". I would like to remove everything to the left of stringQuery up to and including this word. I have used the function InStr...
  13. michellerobbins56

    Is there a way to set the width of a drop down list?

    Hi Please can someone help me. Is there a way to set the maximum width of a drop down select list? Currently it always goes to the maximum width of the longest item in the select list. Is there anyway to reduce the "display" width of the drop down list (even though there is an item in the...
  14. michellerobbins56

    Submit input field that uses an image as the button

    Hi I have a submit button input field for a form (called frmLogin) ...the code is as follows: <input type="submit" name="btnLogin" value="Login"> This all works fine and I use the following code to determine if the submit button has been pressed on the page: If Request.Form("btnLogin") <> ""...
  15. michellerobbins56

    Does a wildcard operator exist to make a cell expand to table width?

    Hi there. Please can someone help me. I have an image which I am going to use as a background to a cell. I am using this image as a 'pixel' image which I want to expand to the width of the table that the cell is within automatically. The table width is set using 100% (so if a user's screen...
  16. michellerobbins56

    How to make a table border have 'rounded' corners

    Hello there, I was wondering how is it possible to give a table border rounded corners as opposed to standard corners? Thank you for any help
  17. michellerobbins56

    Accessing data from different tables using recordsets

    Hi I have a sql server database and some asp pages. I have two tables - one is a "quote basket contents" table and one is a "product" table that holds all my product items. I wish to add some product data to the quote basket contents table based on a certain product code (the product code is...
  18. michellerobbins56

    Problem with confirmation box when user clicks cancel

    For some reason when I click Cancel to the confirmation box that appears the page tries to reload. However it just hangs and eventually times out with a Page Cannot Be Displayed error with "HTTP 500.100 - Internal Server Error - ASP error Internet Information Services" Here is some detail...
  19. michellerobbins56

    Is there a way to get a summary of the licenses held on a machine?

    Hello We have several computers on a network, all on windows server. Is there some software available that will check each local machine and display a summary of the microsoft licenses held on that machine (such as office or windows licenses)? Thank you very much for any help.
  20. michellerobbins56

    How to find out which/if check box is selected

    Hi I have created an ASP page which outputs data from a database displaying contents of a basket. This all works fine. One of the fields that is displayed is the 'quote basket name' which I have displayed in an input text field to allow a user to edit it. Next to each record that is displayed...

Part and Inventory Search

Back
Top