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

  1. derrickorama

    Radio Buttons Null When Submitted

    On a contact form for a client of mine, there are radio selections that do not have a default selection. When the form is submitted, without selecting one, the variable is not passed to the ASP page... it is ignored. Is there a way to get the radio input, even if it is null? Right now I'm...
  2. derrickorama

    Removing Invalid Tags via ASP

    Does anybody know of a way to load an ASP page whilst removing certain tags before it's fully loaded? Example: We use certain tags that are invalid such as <Content> and such (for a content management application) and it's difficult to validate a page sometimes due to these invalid tags. They...
  3. derrickorama

    Removing Invalid Tags via ASP

    Does anybody know of a way to load an ASP page whilst removing certain tags before it's fully loaded? Example: We use certain tags that are invalid such as <Content> and such (for a content management application) and it's difficult to validate a page sometimes due to these invalid tags. They...
  4. derrickorama

    Inline HTML vs CSS - Image Width

    I was wondering... I know that it's better to define the width and height of an image file in the img tag, but I was wondering if it's the same/better using CSS. I can't seem to find any resources on the Web specifically stating that CSS is better or the equivalent of the HTML attributes width...
  5. derrickorama

    Combine Network Drives to Act as One?

    I was just wondering if there were any way to "combine" network drives. I have three different network drives that lead to three different servers. I have to use references that tell me which server certain files and folders are on every time I’m working on a new task. It would be easier if...
  6. derrickorama

    Using the Citrix Connection to Map Drives Locally

    What I was wondering about is if it was possible to use a Citrix connection to access files via my local machine. I can use the Citrix ICA Client to access a distant desktop with its own mapped drives, but what I want to do is access those same mapped drives/files using my local machine. I...
  7. derrickorama

    Connect to a Mapped Drive in Citrix on Local Desktop

    I have been using Citrix in my company for some time, and I have mapped drives through Citrix. I was wondering if it is possible to use my Citrix connection (which has the mapped drives) to somehow map a network drive on my local computer to connect to a mapped drive in Citrix. I have done...
  8. derrickorama

    Wireless Won't &quot;Finish&quot; Renewing IP

    My wireless card built-in to my laptop won't finish renewing the IP address! I can connect and everything, but it keeps saying that it's working on renewing my IP. But if I refresh the Network Connections folder, it says that it's connected and it all goes away. This is more of an annoyance...
  9. derrickorama

    Storing a returned value from a function.

    I'm trying to do something simple that works in Firefox, but apparently not IE. I'm just trying to store the returned value from a function into a variable. I made a simple example for myself to test. It still didn't work, so I was wondering what was wrong, and how to accomplish this task if...
  10. derrickorama

    Calling procedure from Web application, won't work.

    I'm trying to call a procedure I made from a PHP page I made running on Apache server. Here is the snippet of PHP that I'm working with: $query = "CALL...
  11. derrickorama

    Out of range value adjusted, problem with DECIMAL data type

    I don't know whether I'm doing something wrong or what, but I am trying to make a procedure that updates a table by searching for several criteria. Problem is that it won't accept the value I give for a DECIMAL data type. Here's the procedure: DELIMITER $$ DROP PROCEDURE IF EXISTS...

Part and Inventory Search

Back
Top