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 Chriss Miller 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. SH4F33

    <Img> - onLoad

    Thanks a bunch man. Clever function. Cheers.
  2. SH4F33

    <Img> - onLoad

    Hello everybody, Im having some issues with the onload event of images. I have some thumbnails, and when I click on any of them, a row displaying "Loading..." will have its 'display' property set to '' from none, at the same time, an image which has a blank gif will load the larger image...
  3. SH4F33

    Recordset+Excel+Graph and array+ASP

    Thanks for the replay and sorry for the latre response. Tomorrow at work , I'll try to add a new column in the excel file and work with MOD(). And thanks for the GetRows link. I'll let you know about the progress.
  4. SH4F33

    Recordset+Excel+Graph and array+ASP

    Hello everybody. The question Im going to ask is not purely ASP, but the problem is on an ASP page. Let me resume the situation, I have an Excel spreadsheet. I need to display the values from the Excel document to an ASP page. This part is working. Now from these values, I need to make a line...
  5. SH4F33

    Scrolling through code - NOT

    Never knew we could do that. Thanks.
  6. SH4F33

    HTTP to HTTPS to HTTP (SSL)

    Im very sorry for not seeing this. I just had to replace https to http in the script. Thanks for ur reply.
  7. SH4F33

    HTTP to HTTPS to HTTP (SSL)

    Thanks for the comments. Ok then, these 2 pages should be secured. Then how can I redirect the user back to a normal page? Lets say from register.asp to registergme.asp, its done via https. I dont want the user to browse the entire site using HTTPS. So after registering the user, theres no need...
  8. SH4F33

    HTTP to HTTPS to HTTP (SSL)

    Helli everybody. Im trying to implement a secure registration for customers using SSL. Im doing my tests using a 14-days trial SSL certificate. The registration page is register.asp, and when submitting the form, the user information goes to registerme.asp which will add the record to the...
  9. SH4F33

    Error: "No transaction is active"

    Hello everybody. Im using ASP to output WML pages. It worked fine so far, but Im trying to use transactions while inserting records to the database since in a single process I have to update a table and INSERT to 2 tables. Here's my code: (only part of the page) <%@ TRANSACTION=Required...
  10. SH4F33

    Silent Install

    Have you tried this: setup.exe /s c:\thelog.log
  11. SH4F33

    PictureBox in MDI is hiding MDIChild

    Thanks for the reply.
  12. SH4F33

    PictureBox in MDI is hiding MDIChild

    Hello everybody. Sorry for the late response, I was a bit busy. But I spent quite some time thinking about this. I finally came with the idea of removing all picturebox and do the sliding log with an mdiChild with borderstyle 0. I think it wont "interfere" with the other child. Ive tried showing...
  13. SH4F33

    Silent Install

    I dont think you can do it with PDW. Have you tried Inno Setup? http://www.jrsoftware.org/isinfo.php
  14. SH4F33

    PictureBox in MDI is hiding MDIChild

    Hello everybody. Im having a little problem with my MDIChild. I Have an MDI form, and Ive put a picturebox(picFull) in it. The height of the picturebox is the same as the MDI form, even when resizing the MDI form. Ive put another picturebox(picMove) in picFull. picMove has a frame, a listbox and...
  15. SH4F33

    Too many tables, getting confused with the relationship diagram

    Thanks for the solutions guys. I've been drawing it on paper, the printscreen was a mess. And pen+paper is not that bad. :)
  16. SH4F33

    Too many tables, getting confused with the relationship diagram

    Hello everybody. Im having a simple problem, I've created a database, it actually has 24 tables, from what I can see, I need to put 2 or 3 additional (stand alone)tables in it later. My problem here is that when creating relationship between tables, the relationship diagram becomes very messy...
  17. SH4F33

    Jini problem : Error when creating a transaction

    Well, even if its for v1.1, u can still get the basics like read,readifexists and so on. But I guess for the the space lookup service and the transaction manager lookup service, the code will b slightly different. I can provide u the code for the lookups and a little exampe.
  18. SH4F33

    Logging configuration file not working

    Hello everybody, Im trying to log my application start to a file using the -Djava.util.logging.config.file command. Ive created a configuration file called logging.properties. It has the following lines: handlers=java.util.logging.FileHandler .level=INFO java.util.logging.FileHandler.pattern...
  19. SH4F33

    Application start logging using logging configuration file

    Hello everybody, Im trying to log my application start to a file using the -Djava.util.logging.config.file command. Ive created a configuration file called logging.properties. It has the following lines: handlers=java.util.logging.FileHandler .level=INFO java.util.logging.FileHandler.pattern =...
  20. SH4F33

    Jini problem : Error when creating a transaction

    Since Im new to java, I dont know wat default policy is. I just copied the jsk-all.policy to the folder where all my classes are. Ive also tried the following: My classes are in c:\Java Projects\bb\classes\bb And the policy file as well is in that same directory Ive tried running the program...

Part and Inventory Search

Back
Top