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 TouchToneTommy 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. dutch62

    This is the 3rd time I've lost all the sites I previously defined

    Hi all, I lost my site definitions for the second time, but got them back again after a system restore (only possible in XP, I guess...) Dutch
  2. dutch62

    waiting for frame to load in newly opened page

    Okay let's see if I catch your drift: You are opening a new window, containing frames. You want the main frame to change to another url when the framespage is loaded. Why don't you use the onLoad () event in the original html file in the main frame? p.e: <body...
  3. dutch62

    Images resize to screen size

    Hi GP, I made some code for you: take a look at http://www.beverwijksebazaar.nl/images.html This is how it's done: 1) make the table width and height 100% 2) in the <style> tags, put: img { width: 100%; height: 100%; } that should do the trick
  4. dutch62

    Server Problem causes loss of Word Document

    Do you open the file from within Word? Or do you browse for the file from Explorer? Normally you should do it the first way.
  5. dutch62

    Two printers with the same IP?

    On our NT4 TS network I printed out the network config for two of our network printers today. Much to my surprise, the IP addresses for the two printers were the same. Can anyone please tell me: 1) Should I try to alter this? 2) If yes, how? thanks in advance, Dutch
  6. dutch62

    Changing Pics but not pages? How?

    I made this site about a year ago. You can snoop the code to see how it works. http://www.keesadmiraal.nl (Click the pics to the right)
  7. dutch62

    How can I make a link run when page loads?

    Change onLoad=&quot;MM_preloadImages ...etc into onLoad=&quot;openNewWindow ();MM_preloadImages ...etc In other words, just put the name of the openNewWindow function in front of the other code (MM_preloadImages etc) Don't forget the semicolon after openNewWindow ()! It's important.
  8. dutch62

    How do I make a logo come up for a second then a photo???

    The simplest thing to do would be creating an non-repetitive animated gif. If you don't know how to do this, just let me know.
  9. dutch62

    Please review - needs more content...

    I agree with the other comments and have one addition: The picture of the house could have a better color balance. In Photoshop try using the auto color or the auto levels feature. That will remove the greenish look. Here's an example of what I mean:
  10. dutch62

    Where to find Piano sound clips?

    Hi Nina, I'm a piano player and could make some wav's or mp3's for you, if you like. What length should the samples be in seconds and which octave would you like (basic would be just the middle octave of the piano)? greetings, Dutch
  11. dutch62

    sending mail from within web pages using form data

    JavaScript has no mailing function, to my knowledge, so you can't create a JavaScript function that will mail the form info to a specific address. But with PHP (for example) it would be very easy. When you submit a form PHP creates variable names for each form element. You then simple put the...
  12. dutch62

    How can I make a link run when page loads?

    When you just want another window to open when your page loads, that can be done with JavaScript. Remember however, that opening new windows automatically is not appreciated by a lot of users. Furthermore, popup killers can block JavaScript opening new windows and some users have JavaScript...
  13. dutch62

    Simple question about index

    Well, maybe your ISP has changed some settings... As long as the problem is solved :-)
  14. dutch62

    Removing entries from registry

    Try this: 1) stop the back-up service via the module &quot;services&quot; in control panel. There could be multiple services running! 2) user regedit to remove all references to the tapedrive
  15. dutch62

    Simple question about index

    Normally, the browser looks for filenames like &quot;index&quot;, &quot;home&quot; or &quot;default&quot;. So make sure your first page is called something like: &quot;index.html&quot; Dutch
  16. dutch62

    Insolvable network problems

    Added more RAM to one of your servers lately? Then it's possible the BIOS settings of that comp have changed. Especially look for functions that let the comp go into &quot;sleep&quot; mode after a certain period of inactivity and disable them.
  17. dutch62

    Preserving File permissions

    Two things you can do in my opinion: 1) start -> run, type &quot;cmd&quot;, hit enter Copy complete with NTFS Security Permissions syntax SCOPY source [destination] [/o] [/a] [/s] key /o : copy owner /a : copy auditing info. /s : copy files in sub-folders. SCOPY will accept...
  18. dutch62

    Powerpoint hyperlink blues

    Hi Sunny, i tried using the replace-option (Ctrl + H) with hyperlinktexts and it worked fine. Greetings Dutch
  19. dutch62

    Viewing Multiple Web Sites in a single Web Page

    Hi Lucid, the way you want to set this up can work in most cases. Remember however, that some sites have JavaScript in it, which prevents them from being framed. You might think that your code is not working, but actually you cannot force a site into a frame on your own page, if the programmer...
  20. dutch62

    Testing area

    1) select the backup folder in the Files - Site panel. 2) type Ctrl + F 3) Select &quot;Selected files in site&quot; 4) type the string to be replaced, en the replacement string in the respective fields. HTH, Dutch

Part and Inventory Search

Back
Top