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

    Cookie management

    Hello, I'm trying to create a similar interface to msnbc.com, where the user can control which pagelets to display, and in what order, and allow the browser to remember the configuration in the future for return visits. Note, I'm not using actual pagelets here, but div tags that use an ASP...
  2. mechro99

    Cross Page Postback from ascx file

    Hello, I'm pretty new to ASP.NET C#, and I'm struggling with what I'd imagine is a pretty simple process. I have a page (default.aspx) that pulls in a user control (quote_generator.ascx). The user control includes a set of text boxes and dropdownlists, and a button. The button's postbackurl is...
  3. mechro99

    Call Center Development - Where to Begin?

    Hello, No rush on this, just the curiosity of a relatively new developer (ASP.NET, ASP classic)... Can anyone point me in the right direction to learn about the basics of developing a call center? Connecting a phone system to a database of some kind, automation, etc. I have no idea where to...
  4. mechro99

    protecting a folder containing .doc and .pdf, etc.

    Hello, While I know how to show/hide links to documents on an asp page using if/then statements and a list of authorized users, I'm at a loss as to how you protect the documents themselves if an unauthorized user should happen to learn the url of a word document or a PDF. Can anyone make...
  5. mechro99

    Process all form fields with a loop?

    Hi, I was wondering if there is a way to create a do while loop that would get the name of each field in a form, and use that name to determine which database column to write to... Doesn't have to be a do while. Any method would be great. Rather than having a processing page that reads...
  6. mechro99

    Use a form to write to a pre-existing XML file

    Hi, I'm trying to create a program that will contain an offline html form to enter personal information. I'd like to save that information to an XML file. All this must be done with client-side scripting, since it will be offline. Is there a way to do this? Thanks, Dan
  7. mechro99

    Passing form values in ASP on CD-ROM?

    Hi, I need to build a CD-ROM that allows users to enter personal information into a form, print out the information and save the information. The only way I could think to do this is through an ASP form, but I don't know if there's a way to make ASP work when running it from a CD and without...
  8. mechro99

    jump menu, but not quite

    Hi, Thanks for all the help everyone on this board has provided. I've learned a lot here. I've got a question about a variation on a jump menu idea. I would like to create an input text field in which a product serial number could be entered. When the submit button is pushed, the browser is...
  9. mechro99

    Fixed navigation bar and header

    Hi, I am new to Java, so I don't know if I am in the right place. I am working on a site that uses an I-frame to display the site's content within a shell page that holds the header and the navigation. You can view it here: http://denialmusic.com/forethought/forethought.com/nav.html I...
  10. mechro99

    "Back to top" link problems

    Hi, I have a site prepared that has internal links that jump down to different text sections on the same page. These buttons work on both a PC and a Mac, but the "back to top" links only work on the PC. Here is the page, if anyone can take a look and tell me if I'm doing something wrong...
  11. mechro99

    Fieldset problems with Mac

    Hi, Is there a solution to making a scrolling fieldset appear properly in Mac browsers? I checked this on IE Explorer on a mac, and it's not looking right at all. http://denialmusic.com/Donnas/index.html Above is the url, if anyone can take a look and give any pointers. Thanks! Dan
  12. mechro99

    eliminate fieldset border

    Hi, I am having trouble getting rid of a border around a field set. Probably an easy one, right? style="width:100%; height:350; overflow-y:scroll; border=none I have entered the above information, but there is still a border around the field and the scrollbar. How can I get rid of that...
  13. mechro99

    Form info to be printed out

    Hi, I am trying to create a form that collects information and arranges it on the following page in a way that can be printed and cut out like an id card. The following url does what I am trying to do. Any tips would be great, as I am clueless as to how to code this...
  14. mechro99

    Access form tutorials?

    Hi, I am brand new to access forms, and am trying to put together a CDROM that does basically what the following link can do- take values from form fields and arrange them on a later page which can be printed out as an ID card. http://medids.com/free-id.html I'm really a cold fish in this...
  15. mechro99

    Form with multiple pages

    Hi, Is there a way to take a long form with too much scrolling and break it up onto separate pages, and then submit all the information from the previous pages with a button at the final page? Thanks, Dan
  16. mechro99

    Conversion to CMYK affects image?

    Hi, I'm trying to put together a CD cover. I have an image that I did in Photoshop and I saved two versions. One as RGB, one as CMYK. When I place them into Illustrator, the CMYK image is abnormally darker than the RGB version, even though they're identical when opened with Photoshop. When I...
  17. mechro99

    conversion to CMYK darkens image?

    Hi, I'm trying to put together a CD cover. I have an image that I did in Photoshop and I saved two versions. One as RGB, one as CMYK. When I place them into Illustrator, the CMYK image is abnormally darker than the RGB version, even though they're identical when opened with Photoshop. When I...
  18. mechro99

    problems with pop-up menu items

    Well, I thought I could figure this one out, but alas. I'm trying to do something very simple with a navagation bar. I want to have submenu items pop up when the main menu items are rolled on. I've managed to get that far, and the submenu items link to their respective sites properly. However...
  19. mechro99

    Scrolling Bar Appearance

    Hi, Probably a simple one again! I was wondering how to change the look of the scrolling bar on a field I'm creating. the site is http://kinnemeyerracing.com. The field is on the right side. I'd like to change the scroll bar appearance, for instance, the way it appears on the field used at...
  20. mechro99

    Linking to a PDF file

    Is there a way to have a link on a Web page that takes you to a certain page number in a PDF file?

Part and Inventory Search

Back
Top