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: *

  1. CuriousGuy

    CSS Drop down menu

    Wow, that menu is nice. I wouldnt be able 2 help though on that. Why not use DHTML menus?
  2. CuriousGuy

    XHTML Validation

    Hey Bravogolf, I sent your errors via your website contact form. Your tags where misplaced, is all :)
  3. CuriousGuy

    Problem with quotation mark in input field

    If you could give an example of the code your using, it would be handy. Have you tried using 'hhh'
  4. CuriousGuy

    Lake Ripple Effect

    HI, i bet if you done it without the Golf picture over it, it would work. The Applet worked grand as the page was loading, and then turned static once the golf banner appeared
  5. CuriousGuy

    redirect to another page

    Sorry, a typo windowopen() should look like this: function windowopen() { window.open("http://somewebsite.com") }
  6. CuriousGuy

    redirect to another page

    Sorry, a typo windowopen() should look like this: function windowopen() { window.open("http://somewebsite.com") }
  7. CuriousGuy

    redirect to another page

    Hi BPMan Here is some code you could use : <html> <head> <script> function criteria() { if(criterion) { windowopen(); else { windowopentwo() } } } function windowopen() { window.open(&quot;http://somewebsite.com&quot;) } function windowopentwo() {...
  8. CuriousGuy

    HomePage Function and 'what.keyCode'

    Also, the address provided http://bravogolf.bravepages.com/keycodedmenu Needs to be copied into a new window, as Bravenet does not allow linking from another site.....
  9. CuriousGuy

    HomePage Function and 'what.keyCode'

    Hi, I have a small window that has four prompts : Set page as Homepage Set BookMark Do both of the above Neither/None In which case, Neither, would close the window. And 'Both' would launch a funtion where in an if loop, does both the homepage and bookmark function. Now all the...
  10. CuriousGuy

    Password protect a site

    Thank you very much, i appreciate it.
  11. CuriousGuy

    Password Protection

    Hi guys, I have site that needs to be password protected before accesing a particluar link. I have most of it figured, and the forms all written, but there is a section im really stuck on : <form action=&quot;some website.php&quot; method=&quot;post&quot;> Where some website.php is the...
  12. CuriousGuy

    What is the HTML code for a Pound Sign £

    Hi JockM, I work for AOL and your site looks the same in the AOL browser as it does in IE. The same code can be used in IE as in AOL (5-7) as browser we integrate is IE
  13. CuriousGuy

    Password protect a site

    I have a website within a three frame layout, and one of the windows needs to be password protected. How do i set the password, and prompt the user to enter it prior to accessing the site? Any help at all will be much appreciated
  14. CuriousGuy

    &lt;b&gt; Key Codes...

    Thank you very much <i> wray </i>, it works perfectly
  15. CuriousGuy

    &lt;b&gt; Key Codes...

    IN the article : thread216-417208 is a method for detecting if the user presses the enter key, as in the code below : <script> function checkKey(what){ what=window.event; if (what.keyCode==13){alert('You pressed Enter!')} else alert('Not the right password') }...
  16. CuriousGuy

    Calculator

    Thank you very much for the code, Bravogolf. It works perfectly. Much appreciated
  17. CuriousGuy

    Calculator

    Hi, im creating a calculator for a website, where one enters the amount for mortgage, adds the amount of years for the duration of monthly payments, and also enters the rate of interest. The calculator then calculates over the set amount of years (say 20), the amount that they will have to pay...

Part and Inventory Search

Back
Top