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: ksoong
  • Content: Threads
  • Order by date
  1. 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
  2. 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
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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
  9. 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...
  10. 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...
  11. 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...
  12. 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[]...
  13. 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[]...
  14. ksoong

    pinning down a table

    Hey guys, is there a style attribute that i could attach to a table so that I can determine it's exact position and pin it there? I'd like to pin a table to the bottom of top of the browser and keep it there even if the page scrolls. i know that i can use frames but i don't want to go there...
  15. ksoong

    Applet Problem

    Hi. I will try to include as detailed a description of the scenario as possible. I am trying to build an Applet which will connect with a MySQL database. I am trying to run this applet on a webpage that is hosted on Spaceports with the URL in the following format...
  16. ksoong

    Chat Applet Without Server

    Is it possible to program a chat applet that will be able to message all of the people connected to a web site without connecting to a server? i mean, is it possible to send the message directly to another client's applet? Kenneth
  17. ksoong

    Java as a service

    I am wondering if anybody knows how to create or install or run a java class as a service that can be run from the start of the computer in the background. thanks ken
  18. ksoong

    access denied error

    Hi everyone. i'm working on a web page on a web community. The web community used to support operations on parent.location, or top.framename.name. however now, whenever i try to perform an operation on any frame property, such as parent.location it gives me an &quot;access denied&quot...
  19. ksoong

    MySQL erradict behavior

    Hi everyone i need some help. i'm programming a database program that updates an announcements table in the mysql database. i want it to insert the new announcement at the end of the table. Sometimes it works fine and sometimes it doesn't. when i delete an entry, things get chaotic and then the...
  20. ksoong

    CSS web site

    I am wondering whether anyone might have a link to a very extensive and comprehensive and easy to understand (preferably with examples) web site that is dedicated to CSS and all of it's properties and components. I am looking for a web site where I can do all of my learning for CSS at. Thanks, Ken

Part and Inventory Search

Back
Top