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 SkipVought 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: katun
  • Order by date
  1. katun

    How To Close Popup with ASP.NET

    But how can I combine JavaScript and ASP.NET. I need to update a table which I do with vbscript but I also need to close the window which can only be done in JavaScript. Is there a way to chain the two scripts together.
  2. katun

    How To Close Popup with ASP.NET

    I have a very simple question. What command can I use from a ASP.NET sub routine to close a popup window. In JavaScript Self.Close() would work but I can not find any equivilent in ASP.NET. Bill Guttman
  3. katun

    PRINT LANDSCAPE WITH CSS PROBLEM

    I am trying to set the page to print in landscape using CSS. Why does this code not work. Bill Guttman Great HTML Links - http://www.katungroup.com/html.htm Great JavaScript http://www.katungroup.com/javascript.htm <html> <head> <title>Untitled</title> <style media=&quot;print&quot...
  4. katun

    Ad rotater

    Hope this helps. http://www.aspwatch.com/c/200046/dED1BF0E8B00811D4AF0000A0C9E95208.asp Bill Guttman Great JavaScript Tips at: http://www.katungroup.com/javascript.htm
  5. katun

    Online quiz...Anyone has done any d

    This site will offer you all the CF Online testing you could want.http://www.katungroup.com/cftraintest.htm Bill Guttman Great Coldfusion Links at http://www.katungroup.com/coldfusionlinks2.htm
  6. katun

    CFLOCATION: Bad Redirect

    I tried this exact code on two different CF Servers and it worked fine. Bill Guttman Great Coldfusion Links at http://www.katungroup.com/coldfusionlinks2.htm
  7. katun

    Redirect certain hosts with javascript?

    Try this <script language=&quot;javascript&quot;> location.href='http://www.katungroup.com' </script> Bill - katun@mindspring.com Great JavaScript tips http://www.katungroup.com/javascript.htm
  8. katun

    Caching in ColdFusion

    This tip may help. http://www.katungroup.com/katuncfcache.htm Bill Guttman - katun@mindspring.com
  9. katun

    display a textfield on a table!

    This code shows you how to do an ASCII dump of a text area. The bottom line is that the end of each line will have an ASC 10 and 13 appended to the end of the line. You can use this information to parse out your lines and format them properly within your HTML. For Other Great Coldfusion...
  10. katun

    Good resource for COM objects, Excel

    Try this site http://www.cfcomet.com/cfcomet/ Bill Guttman - katun@mindspring.com For more great Coldfusion Tips goto my site http://www.katungroup.com/coldfusionlinks2.htm
  11. katun

    URL parameters encoded to prevent site hacking

    Try this code. Put a value in a unique session variable for every link and pass a sequential id via a URL parameter and use that URL parameter on the next page to figure out what session variable to assign the hidden ID from. Bill Guttman Great Coldfusion Tips...
  12. katun

    URL parameters encoded to prevent site hacking

    Why not use Session or Client Variables, I think that would be a much better choice for this type of information. Bill Guttman - katun@mindspring.com Great Coldfusion tips at http://www.katungroup.com/coldfusionlinks2.htm
  13. katun

    HOW DO I SORT MY FAVORITE FOLDERS

    Is there any way to sort my favorite folders. This is very frustrating. I had favorite folders to IE 5.5 and the folders are not sorted alphabetically. This makes it very difficult to find stuff. Please help. Bill Guttman http://www.katungroup.com
  14. katun

    Eval question

    This code snippit should get you close. <script language=&quot;JavaScript&quot;> if(typeof x == &quot;undefined&quot;) { alert('Not a Variable'); } </script> Bill Guttman - katun@mindspring.com Great JavaScript tips at http://www.katungroup.com/javascript.htm
  15. katun

    CFGRID vs. TABLE

    I attempted to use CFGrid on a very complex project. I ran into lots of problems and ran into a number of bugs and limitations. I would highly recommend using a table instead. If you really need a tool like this I would recommend using a proven Java applet for doing this. You should be able...
  16. katun

    CFIF Multiple Conditions

    <CFIF grade_level GT 3 AND grade_level LT 13> Your Code... </CFIF> Check out my web site for more tips http://www.katungroup.com/coldfusionlinks2.htm Bill - katun@mindspring.com
  17. katun

    Remove duplicate record in a table

    Try this code, http://www.katungroup.com/coldfusionsqltips2.htm If it does not work I will have a more complex version soon I hope. Bill - katun@mindspring.com
  18. katun

    Submit a form to multiple frames in a frameset

    Check out these pages. You may find some examples that will get you to a solution. http://www.katungroup.com/javascript.htm or http://www.katungroup.com/javascriptobjtip1.htm
  19. katun

    Hi, I'd like to know if there is

    Try this code <cfset s = &quot;Hello&quot;> <cfset x = left(s, 1)> <cfoutput> #x# </cfoutput> Bill - katungroup@mindspring.com Checkout my web site which has tons of other great Coldfusion, JavaScript and SQL tips. http://www.katungroup.com/coldfusionlinks2.htm

Part and Inventory Search

Back
Top