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 IamaSherpa 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. Hangaard

    How do I reload the contents of a frame from another frame?

    I need to find out how to refresh or reload a URL i a different frame with VBScript!<br><br>The functionality is the same as this JavaScript:<br><br><FONT FACE=monospace>window.parent.main.location.reload(true);</font>
  2. Hangaard

    How do I refresh a URL in a different frame with VBScript?

    I need to find out how to refresh or reload a URL i a different frame with VBScript!<br><br>The functionality is the same as this JavaScript:<br><br><FONT FACE=monospace>window.parent.main.location.reload(true);</font>
  3. Hangaard

    How do I check if a file exists?

    I use a password-protection on my homepage, where the password itself is the name of the protected file. <font color=red>Example: Password = phonelist -&gt; opens phonelist.htm</font><br>But if the wrong password is entered, then I get that ugly standard page, saying that the file doesn't...
  4. Hangaard

    How do I make the SRC part of the SCRIPT tag dynamic?

    Thanks for helping me theEclipse,<br><br>I have tried using your example, but It didn't work. Here's the code (variable names translated from Danish [the language - not the pastry :) ])<br><br><FONT FACE=monospace>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0...
  5. Hangaard

    How do I make the SRC part of the SCRIPT tag dynamic?

    How do I insert a variable SRC in the script tag?<br>I want to insert a file containing an array-variable into my javascript.<br>Sometimes the file is placed in my &quot;A&quot;-directory, sometimes in my &quot;B&quot;-directory and so on.<br>If it is not possible to insert the variable in the...

Part and Inventory Search

Back
Top