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 Mike Lewis 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. LordSlayer

    target attribute replacement in XHTML

    use javascript something like function openwindow() { window.open(&quot;URL&quot;,&quot;NAME&quot;,&quot;toolbar=yes,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=1000,height=700,top=0,left=0&quot;) } <a href=&quot;#&quot...
  2. LordSlayer

    CSS Filter GURU required

    for the width problem well nobody know it just does but the css file works fine with me Don't take life to serious, it isn't permanent, -LordSlayer http://www.angelfire.com/clone/zmud
  3. LordSlayer

    How do I determine which browser is being used?

    if you have netscape navigator this should be easy make a new html file with in it this <html> <head> <script language=&quot;javascript&quot;> document.write(navigator.appName) </head> </html> it should display the exact name you must use Don't take life to serious, it isn't permanent...
  4. LordSlayer

    flushing

    sorry but in html it is imposible Don't take life to serious, it isn't permanent, -LordSlayer http://www.angelfire.com/clone/zmud
  5. LordSlayer

    close after 5 seconds with visible countdown

    <script language=&quot;javascript&quot;> setTimeout(&quot;window.close,&quot;,300000) </script>
  6. LordSlayer

    Timeout

    and my last question where do you enter how long it should Timeout?
  7. LordSlayer

    ActiveX authentication

    for things like this is better to use something like VBScript because those support more option
  8. LordSlayer

    Site for evaluation

    the best way to find out if colors on a site are bad just go to the site at 1AM if its hard to read change the color(i know this sounds weird but it works)
  9. LordSlayer

    Turn mouse pointer into an hourglass?

    i don't know how to do the time but this is a start to turn the mouse in that <style type=&quot;text/css&quot;> body{ cursor:wait;} </style>
  10. LordSlayer

    Timeout

    is it posible in VBScript to make a timeout like in javascript(setTimeout)
  11. LordSlayer

    Message

    hi i'm new but know the answer you dont make brackets behind Button_OnClick it will look like this <SCRIPT type=&quot;text/VBScript&quot;> Sub Button_OnClick MsgBox &quot;You just clicked test button.&quot; End Sub </SCRIPT> btw next time print it in the head section

Part and Inventory Search

Back
Top