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. pantinc

    hiding url information

    Is there code for hiding the information that shows up in the address bar? -Sunny *:->*
  2. pantinc

    form code, trying to use submit

    I'm trying to use a &quot;submit&quot; and its taking the information but its basically refreshing the page with the form information in the address bar... There's nothing wrong with the actual .js file , so I am completely at a loss. Here's the code, can anyone tell me what's wrong? <form...
  3. pantinc

    hitting enter instead of having to &quot;click&quot; on submit button

    and what is the javascript code for that? -Sunny *:->*
  4. pantinc

    hitting enter instead of having to &quot;click&quot; on submit button

    is there a way to hide what shows up in the address bar? -Sunny *:->*
  5. pantinc

    hiding password with ***

    OK, its working now. Thanks everyone... -Sunny *:->*
  6. pantinc

    hitting enter instead of having to &quot;click&quot; on submit button

    Is there a way to be able to hit enter on a form submit instead of clicking the button? right now, the form just dings at me... -Sunny *:->*
  7. pantinc

    hiding password with ***

    ok, for some reason its not working... but it is a form, and I'm lost, thanks for your help guys and gals. -Sunny *:->*
  8. pantinc

    hiding password with ***

    Its actually table not a form.. does that make a difference? -Sunny *:->*
  9. pantinc

    hiding password with ***

    is there a way to hide any password entered with the * instead? -Sunny *:->*
  10. pantinc

    menubar and no right click

    I've already tried showing them that, they are insistant upon it, and I'm very tired of &quot;arguing&quot; it with them. Its now a matter of &quot;grin and bear it&quot;, unfortunatly. -Sunny *:->*
  11. pantinc

    external js file

    Thanks so much for the help! It works now. I know it was a simple problem, but being new to this, its difficult to find people willing to help. -Sunny *:->*
  12. pantinc

    menubar and no right click

    The Client insists on it being this way, don't ask me why. Its for a personal website, and the don't want anyone to either be able to right click, or to go to view and see it. Hey, the customer is always right... -Sunny *:->*
  13. pantinc

    external js file

    ok this is the .js file for some reason, it's not working... is this all i have to do with it? besides change the usernames and passwords and window.location? <SCRIPT LANGUAGE=&quot;JavaScript&quot;> function Login(){ var done=0; var username=document.login.username.value...
  14. pantinc

    external js file

    how do i write the .js file so that it will work? does it have to be in the same directory as the script? -Sunny *:->*
  15. pantinc

    menubar and no right click

    Is there a javascript that doesn't allow right clicking AND hides your menubar? If not, is there an easy way to make one? I'm new at this... -Sunny *:->*
  16. pantinc

    Disable right click without alert, in IE and NS?

    try this... I'm not sure if it works in netscape, but it's worth a shot... *:->* Sunny <script language=&quot;JavaScript1.2&quot;> <!-- if (window.Event) // Only Netscape will have the CAPITAL E. document.captureEvents(Event.MOUSEUP); // catch the mouse up event function...
  17. pantinc

    external js file

    I'm having problems using an external .js file to hide password information. What's the proper way to call up a .js file, and once I've done that; is there any special way I have to write the .js file itself?

Part and Inventory Search

Back
Top