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 strongm 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: ksoong
  • Order by date
  1. ksoong

    Maximum number of frames for browsers

    thanks for everyone's comments. But i'm still seeking for my question to be answered: "What's the maximum number of frames that Netscape can handle?
  2. ksoong

    Maximum number of frames for browsers

    Unfortunately, that's about the only way we can do it. So is there a max number of frames?
  3. ksoong

    Maximum number of frames for browsers

    Hi, I'm making a website that might need to have 8 frames in order to function properly. But i want this to be compatible with netscape as well as IE. What's the maximum number of frames that Netscape can handle? thanks
  4. ksoong

    LDAPS bind and Kerberos V

    Does anyone know whether ColdFusion supports LDAPS Bind OR Kerberos V? If you had a link or some resource you could point me to that'd be great. I need to use one of these two technologies with Cold Fusion in order to create a login authentication scheme. Thanks
  5. ksoong

    Secure FTP available?

    Does anyone know of a custom tag or something in Cold Fusion that will allow me to connect to a *secure* ftp server? I have an application that used CFTP for FTP connections, but recently the LAN admin on the other end changed the FTP to Secure FTP and now my application doesn't work anymore...
  6. ksoong

    Looping over a query without knowing the headers

    I'm trying to create a reporting tool for a system that I'm working on that is supposed to take a Custom Database Table that a user plugs into the system and spit out all the data from that database Table in an HTML table format. However, the structure of the custom database table is not known...
  7. ksoong

    Mac address help!

    woah awesome. That referral was so good. thx
  8. ksoong

    Mac address help!

    I've been given a request here at work that my boss wants to get the mac address of a computer so that he can register and give out IP addresses. this is way over my head. Does anybody know how to get the mac address of a computer by visiting a perl CGI web page? I know that Telus does it and...
  9. ksoong

    PHP and MYsql regular expression

    Yes very! that is probably one of the most useful, to the point, responses i've received yet.
  10. ksoong

    PHP and MYsql regular expression

    Hi everyone, I need help on how I can create a search engine that allows you to input regular expressions. (ie re*g*r would return "regular" from the Mysql database). I'm trying to figure out the Mysql select statement that would includ the regular expression that I could use in a...
  11. ksoong

    Session variables nightmare

    Hi everyone I need some major help. I'll try to explain this in as much detail as possible. I'm building this web site. it has a third party forum software that i'm trying to integrate into the site. The login, logout and registration pages all reside in a folder on the server at the root...
  12. ksoong

    Current page name

    Does anybody know how I can find out the current page name? I know I can use PHP_SELF in PHP to reference the current page name but is there anything that I can use in JSP? Thanks
  13. ksoong

    Netscape Seamless Frames

    I tried another solution and it's still the same. see previous thread. Could it be that Netscape isn't handling the pixels properly? I noticed that in your code you use the % to define how large the frames are. But I use pixels. Do you think this could be the problem?
  14. ksoong

    Frames with Netscape Whitespace

    I tried your solution and it's still the same. Could it be that Netscape isn't handling the pixels properly? I noticed that in your code you use the % to define how large the frames are. But I use pixels. Do you think this could be the problem?
  15. ksoong

    Netscape Seamless Frames

    Hello all. I need help with seamless frames. I made a previous post in this forum about frames and now i understand exactly what I'm supposed to ask about. You can see all my code at the following thread. thread215-141527 anybody have any tips on seamless frames in Netscape that I haven't...
  16. ksoong

    Frames with Netscape Whitespace

    Hello i'm having a problem with frames in netscape. I've already searched in the forum for past posts and i can't find anything that's similar to this. unless i'm just blind. anyways, I'm making a framed page in IE and it looks great but in netscape it doesn't look right because for some reason...
  17. ksoong

    Component HTML and SSI question

    well what i mean by "component based" is that you have a page and it loads other files. (e.g. the navigation bar) That way if 200 of your pages call the same navigation bar, if you wanted to change the nav bar all you'd have to do is change that 1 nav bar file instead of the nav bar...
  18. ksoong

    Component HTML and SSI question

    Hi everyone, I'm running a web server called JBoss from Sun's Java. My boss at work wants me to make it so that all the components of a web page can be dynamically loaded in when the page is called. The technology would model something like SSI. Actually i was thinking that SSI would be the...
  19. ksoong

    JavaScript and PHP

    Hi everyone. i'll also be posting this in the javascript forum. I have a bunch of check boxes in my html. the name list[] was given so that the PHP script it would be directed to could grad the values out of the checkbox using an array. <form name=myform> <input type=checkbox name=list[]...
  20. ksoong

    PHP and JavaScript question

    Hi everyone. i'll also be posting this in the javascript forum. I have a bunch of check boxes in my html. <form name=myform> <input type=checkbox name=list[] value=&quot;1&quot;>1<br> <input type=checkbox name=list[] value=&quot;2&quot;>2<br> <input type=checkbox name=list[]...

Part and Inventory Search

Back
Top