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: soonkhoo
  • Content: Threads
  • Order by date
  1. soonkhoo

    Dynapi??

    Hi all.. recently I saw this site... www.doubleyou.com He did a very good job of right click event or checking the properties of the soure code. I wonder if anybody knows how he did it?
  2. soonkhoo

    Dynamically write Page number

    Hi all! I have a frameset with a bottomFrame and a topFrame. The topFrame is a fixed frame that navigates(next and back buttons). I have an array. My question is, how do I create an array so that according to the array, pages in the bottomFrame gets written page numbers. That means, if I have...
  3. soonkhoo

    Tab key

    Hi.. quick question, how can I press on the Tab key to link me to the next page? Thanks Soon
  4. soonkhoo

    Help with Randomization

    Hi, How do I randomize so that Page1 will include <script language=&quot;Javascript&quot; src=&quot;test1.js&quot;></script>, then when refreshed or enter again, Page1 will replace that js file to test2.js in a random order? Thanks skhoo
  5. soonkhoo

    MySQL

    Hi, I've tried to get this PHP shopping cart to work by playing with the database in MySQL. However, it worked partially, I get some images with some junks though. The script could be found at http://www.theexchangeproject.com I've tried searching for answers in their forum, but I guess it's...
  6. soonkhoo

    bookmark icon

    Hi, I had created an icon for my bookmarks, but how do I include them? Thanks. SOon
  7. soonkhoo

    Shuffle an array of links...

    Hi, I have an array of links, for example: Link A,B,C,D and it is at the bottomFrame. The Mainframe loads the links. But how do I program that when the next visit to this frameset, the array of links will be at random? Link B,D,A,C? Oh.. the Mainframe loads ABCD links of which these...
  8. soonkhoo

    Record User Name in a default Email

    Hi... I have a form <form name=&quot;form&quot; method=&quot;post&quot; action=&quot;mailto:sombody@somewhere.com?SUBJECT=Results&quot; enctype=&quot;text/plain&quot; onSubmit=&quot;document.form.action+='&cc='+document.form.email.value;return true;&quot;> <div align=&quot;center&quot;>...
  9. soonkhoo

    auto-email data input

    Hi, I built a quiz test using PERL, with that, I could send scores and users' data by email to me for record. I wonder if Javascript could also record a simple data such as scores in txt form and send the data to me through email. Thanks.
  10. soonkhoo

    Pop-up window according to size of image??

    Hi... I have a thumbnail pic that I like to pop open a window of a larger version. But I want the size of the pop up to follow the size of the pic. There might be some other way of doing it but I'm just worried about the 800x600 and 1024x768 problem. Thanks. Soon
  11. soonkhoo

    Email a site to a friend from the browser.

    Hi all, I don't know if this question had been answered already. But how do i create a text field so that a user could email his or her friend about the site? Thanks. Regards, Soon
  12. soonkhoo

    expand pop up window

    Hi all, how can I auto maximize a pop window? Thanks Soon
  13. soonkhoo

    Cwindow

    Hi, can someone tell me what is the minimum browser version that supports cwindow, thanks. Soonkhoo
  14. soonkhoo

    DHTML Forum Site without using CGI.

    Hi, are there any examples of how to build a forum without using cgi-bins? Thanks. Any info welcome. Soon
  15. soonkhoo

    Disabling buttons until page completed loading.

    Hi, in reference to the subject, I was wondering, if it's possible, to disable the entire content of the page with or without frames until everything have completed loading. This includes audio as well. Thanks.
  16. soonkhoo

    Changing BackGround Image Onclick.

    Hi, I hope my topic didn't confuse people. But I'm wondering if there's a way to change the back ground image(not color)dynamically when a button is clicked? Also, can it be target specific? Thanks. SOon
  17. soonkhoo

    Problem with imported Fonts

    Hi, I downloaded a font that I like in ttf. However, this means if I add it in my web, I alone can see the font design. Is there a way, such that I can point to a font folder in the web so that it's viewable to all without having to download it? Do I need to generate a meta tag for that matter...
  18. soonkhoo

    Compressing the file size of a background image.

    Hi .. I wonder if anybody could help me to decrease the size of a background image when inserted. Perhaps using layers?? Thanks. Soon
  19. soonkhoo

    scroll bar kept showing on full screen

    Hi, how do I hide the scrollbar when I open a window in fullscreen? I had changed the feature to scrollbars=no and yet when it's fullscreen, it shows. However, it didn't show if my window is in a frameset. hhmmmm.... thanks. btw, I'm using IE 5.5 Regards, Soon
  20. soonkhoo

    Close window..

    Hi, how can I close a browser(not window) without having confirmation message poped up? I was done with function closeup(timer){ timer = setTimeout(&quot;window.close();&quot;, 1000); }

Part and Inventory Search

Back
Top