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

    Explorer error on startup help

    Hi, thanks for reading my post. When I boot up my computer, I get an error message: Explorer caused an invalid page fault in module IXFRARED.DLL... When I close the warning, the monitor goes blank with just the background viewable, no icons or anything else. I then click alt-ctr-delete to...
  2. KevinCO

    Can import and have multiple email accouts in OExp?

    Thank you for reading my post. I'm going away for the summer and I would like to use the outlook express on the computer at where I am staying to be able to access my home computers email accounts while not having to delete the computers default email up there. Is there a way I can leave the...
  3. KevinCO

    Best way to replace & in java string variable for URL variablepurpose.

    Hey, thanks for reading. I have a String that has an ampersand in it that I wish to use as a variable in a 'GET' URL. Is there a simple way to replace the ampersand with %26. The String.replace() seems only to work with single characters.
  4. KevinCO

    Select records starting at a defined record # like LIMIT in MySQL?

    Instead of something like... SELECT TOP 50 FROM TABLE to get the top 50 records, I want to start at, say, record number 51 and return only 100 records including/after 51, So Records #51 to 151 are returned(like the LIMIT keyword in MySql). Thank you for taking the time to read my post.
  5. KevinCO

    Anyone know if there is any free jsp hosting?

    I mean besides mycgiserver.com, which I can hardly access my files when I type in the url's 80% of the time(timeouts galore). I don't have the $$$ to get server space, and I have a job interview in two weeks on jsp's, I wanted to whip up a quick demo site, I don't need a lot of space or...
  6. KevinCO

    Cannot find/change file extension in windows 98

    Okay, I want to open up my java server pages with notepad. Some reason, when I click on it(it has the icon in the explorer of no extension) it defaults to dreamweaver, which I don't want. Normally with that "unknown" icon, it will open up the file manager and lets me pick what I want...
  7. KevinCO

    html form data in php page not being read in php action page?

    I have a php page that has a form with text boxes and such, with the form action going to another php page, but it is not transfersing the data when I try to access and echo it(either the shortened way or with the HTTP_GET_VARS or HTTP_POST_VARS methods). It works when the form and the text...
  8. KevinCO

    Default font in IE seems to be different for buttons and input...

    I have the default font for my IE set to Times Roman. My form input defaults are another font. I am using a textarea tag with other input and I want to change the time roman font in the textarea tag to match the font face that the form inputs are(buttons, text) but I don't know where to find...
  9. KevinCO

    Question about creating indexes through sql with MS Acess

    Hi, thanks for reading my post, I appreciate it. I have an access db on a web site, I want to make one of the fields in a table an "index" that allows duplicates, the field is already defined and has a lot of instances, the question I have is, when I looked at the help file in Access...
  10. KevinCO

    Why are my index's bunched after table creation with phpMyAdmin 2.3.2?

    Hi, thanks a lot for reading my post. When I create new tables in my MySql database online using the phpMyAdmin2.3.2, after I create the table and go to the "Structure" part to look at everything, the fields I checked off as an index are all buched into one keyname. For example, I...
  11. KevinCO

    Video Games like sony play station, are they programmed in C?

    Does anyone know what languages are used to programm video games like nintendo and sony playstation? Thanks for reading.
  12. KevinCO

    Painless way to create a mysql database from an MS access db?

    I have a populated access DB I have on my website, I want to copy everything in it to a mysql db because it is much faster. Is their a quick way to do this? Thanks for reading.
  13. KevinCO

    Win98 right click..."Save Target as" problem

    Hi, thanks for reading my post. When I right click on a file/hyperlink to download, for some reason it automatically triggers my floppy drive as the default to where it saves and after I cancel the message box informs me to put a disk in and retry or cancel, it then brings up the window to let...
  14. KevinCO

    Help, screen area beyond 800 X 600 shrinks my web site

    I don't know if its because I'm using layers(I also have an iframe in the main page), but my friend alerted me to this, so when I upped my screen resolution to 1024 X 768 and went to the site, the page was a 1/4 of the screen size in the upper left hand corner, with a blank reverse "L&quot...
  15. KevinCO

    Delete top Div/Layer

    Hi, I want to put a top layer on my web page main page that is a Flash animation with a transparent background, after the animation is done, I would like to hide/remove the top layer, is this possible in javascript?
  16. KevinCO

    Unwanted Color Changes in Export(Flash 5)

    Hi, thanks for reading in advance. I'm making an animation for a web site I'm working on. I decided on three specific colors to be used throughout the web site(i.e. Logo's, Font and BG Colors). The problem I'm having is, I add the three colors with the exact RGB in the Flash file, make the...
  17. KevinCO

    Opener Problem in child window

    Hi, thanks for reading my post, I appreciate it. I have a page that has a link that opens a child window, and in the child window I have a link that I want to change the parent window's form action and submit it, below is the code for the child window: <html> <head> <script...
  18. KevinCO

    Can I switch from MS Access to MySQL with Asp?

    Hi, first I would like you for taking the time to read my post. I was given a job working on a commerical web site that was mostly finished, but the owner of the company stopped dealing with the Web Designer company for many reasons, so Its my job now to make the site better. It uses ASP with...
  19. KevinCO

    Can I switch from MS Access to MySQL with Asp?

    Hi, first I would like you for taking the time to read my post. I was given a job working on a commerical web site that was mostly finished, but the owner of the company stopped dealing with the Web Designer company for many reasons, so Its my job now to make the site better. It uses ASP with...
  20. KevinCO

    Can a child window call form.submit() in parent window?

    Hey, thanks for reading my post. I have a Main web page that I have a link, and when you click that, a pop up window with some input options comes up. I want to be able to call a js function defined in the parent web page in the child page and pass some data from the child within the function...

Part and Inventory Search

Back
Top