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 Mike Lewis 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: jkat
  • Order by date
  1. jkat

    This script gives error in IE4 but not IE%

    my first guess would be that one of the commands in your function isnt supported in ie4. ie 5 does have a lot of new improvements and it doesnt suprise me that code in ie5 doesnt work in ie4. i would check out your commands. hope this helps!
  2. jkat

    netscape not printing certain images...?

    hey, i have a page that i design and the user is supposed to print it out. (its a certificate) the problem is, i can print the page in netscape 4.7 10 times and 5 of them certain images will not appear in the print. anyone heard of this "problem"? thanks!
  3. jkat

    ascii number to string?!?!

    Hey, How do i convert an ASCII code number to its string equivelent? For example: my_var = 87 alert(convert(my_var)) <-- I want it to alert &quot;W&quot; any help would be greatly appreciated!! thanks a lot!! -Jason
  4. jkat

    are session variables availabe in the Session_onEnd

    i am having a bit of trouble with using Session variables. I was wondering if Session variables are still available during the execution of the code in the Session_onEnd sub. Im specifically trying to access a session variable in the Session_onEnd and i think i keep getting blank values...
  5. jkat

    SQL Server Timeout error?? HELP!

    thanks for the help. but i honestly dont think thats the problem. I can get the error when it seems like 4 seconds. i hit a page and BAM, almost instantly i get the error...and again, the error is happening on the objConn.OPEN commend not any actual asp queries or code (loops etc) thanks!
  6. jkat

    &lt;b&gt;Removing the trailing semicolon&lt;/b&gt;

    or an easier way would be left(stringname,len(stringname)-1) -Jas
  7. jkat

    refresh resubmitting data problem.

    Hey, I have 1 asp pages. page1 is a form and page2 is the page that submits the data from page1 to a database, and redisplays the contents of the database. My problem is this: when i complete the form on page1 and hit submit, i get page2 displaying all of the data in my database including...
  8. jkat

    random SQL Server error? Help!

    I am randomly getting this error message with my production sites and I cant figure out what the problem is. (needless to say this is a bad problem to have in production) Here is the exact error that is displayed on the screen: ---------------- Microsoft OLE DB Provider for ODBC Drivers error...
  9. jkat

    SQL Server Timeout error?? HELP!

    I am randomly getting this error message with my production sites and I cant figure out what the problem is. (needless to say this is a bad problem to have in production) Here is the exact error that is displayed on the screen: ---------------- Microsoft OLE DB Provider for ODBC Drivers error...
  10. jkat

    IIS5 won't load ASP pages - help!!

    you should check the file extensions section, im not exactly sure where it is, somewhere in the setting of IIS (for like the main webserver listing) and make sure that .asp is still listed in there.. i never had this problem, but I had to add file extensions for .wml files so that my webserver...
  11. jkat

    refreshing problem..

    Hey, I have a data entry form that when a user enters data and presses submit, it takes them to a page that displays what they entered in a list type format (kinda like a message board, wink-wink). What i want to prevent is theh problem that after the user arrives to the list page, if...
  12. jkat

    constantly getting SQL Server Timeout error

    Hello, Im using ASP and sometimes randomly when my ASP tried to OPEN a connection with my SQL server, i get the following error: [Microsoft][ODBC SQL Server Driver] Timeout expired I am using a DSN on my webserver that is connecting to another SQL server. Any help on this would be greatly...
  13. jkat

    how to "de-dup" a database?

    Hey, I have a quick question. I have a database in MSSQL 7 and it has about 16,000 records. I want to be able to remove all duplicat records from the database based on a certain field (ie all records with the same accntID be removed) so i only have a remaining database of unique account...
  14. jkat

    Message to the user

    one idea is to redirect to a page that says &quot;please wait while loading.....&quot; and then automatically redirect to the page that takes a long time to load. (but i forget if the &quot;please wait while loading...&quot; page will disappear once you do the 2nd redirect) sorry..hope this...
  15. jkat

    RecordSet Field Empty

    try Response.Writing(&quot;[&quot; & rs.Fields(&quot;GTYCOM&quot;) & &quot;]&quot;) and make sure that it is indeed empty. -Jas
  16. jkat

    asp 3.0 in NT4??

    is it possible to run IIS 5.0 and ASP 3.0 on a NT 4.0 box? Thanks! Also, if the above is possible, is it then possible to run ASP.Net on an NT 4 box also? thanks again!!!!
  17. jkat

    displaying number of &quot;active&quot; users

    Hello, I have a website that is member-only. I would like to display in the corner the number of active users, or the total number of users currently &quot;logged in&quot;. Is there a way in ASP to do this. I was originally using Session_OnStart to increment a var, but it was never being...

Part and Inventory Search

Back
Top