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!

Recent content by soonkhoo

  1. soonkhoo

    Tab key

    THANK YOU!!
  2. soonkhoo

    Tab key

    Hi.. I am using pepperpepsi code for capturing tab key... how do I make sure that when the user presses any other key other than the tab key, it will take them to a different location? thanks. Soon
  3. 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?
  4. 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...
  5. soonkhoo

    Form Field Requirements

    Just an addition to the question, Can I have 2 textfields in 2 different forms and the submit button in another form and work together? A rough skecth of the idea. Form1 must enter "tek" else "Please enter "tek" (case sensitive) Form2 must enter "tips&quot...
  6. soonkhoo

    Tab key

    thanks people!!! one more question... if i have a frameset... do i need to select a frame first before executing the script? or can i avoid that? i just want to be able to press tab when I first enter the frameset. soon
  7. soonkhoo

    Tab key

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

    Help with Randomization

    Thanks!! But can you explain to me how do you call the script or run it for there's no function. Does that mean I need to insert it in the body tag? Thanks. :) skhoo
  9. 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
  10. 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...
  11. soonkhoo

    Dreamweaver:Coursebuilder help

    Yes, thanks. But I've been there before. Awesome stuffs.
  12. soonkhoo

    Shuffle an array of links...

    Ok... i had switched to the last array.. how do I decrease the length now?
  13. soonkhoo

    Shuffle an array of links...

    Oh...actually, how do I customize it so that the order is like these: pages 1,2,3,4 / 2,3,1,4/ 3,2,1,4 etc. Notice that array 4 is always constant to be the last link. Is it possible??
  14. soonkhoo

    Shuffle an array of links...

    uhmmm... sounds good but i don't how to switch. :(
  15. soonkhoo

    Shuffle an array of links...

    maybe this is abit better... <script language=&quot;Javascript&quot;> <!-- var theranlink = &quot; &quot; function StringArray (n) { this.length = n; for (var i =1; i <= n; i++) { this[i] = ' ' } } link = new StringArray(4) link[0] = 'page1.htm' link[1] = 'page2.htm' link[2] =...

Part and Inventory Search

Back
Top