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!

Recent content by bfjacobs

  1. bfjacobs

    How can I block someone from linking to my pictures

    I found a script at http://www.thesitewizard.com/archive/protectimages.shtml that is suppose to help with bandwidth thieves.
  2. bfjacobs

    Allow use of back button on IFRAME

    As far as the search engine thing, it is when someone uses Google etc. that causes the problem as I have no search engine on my site. I used your first suggestion which works just fine, and I thank you for the help.
  3. bfjacobs

    Allow use of back button on IFRAME

    I have a site where I have 50 different pages go to an iframe. I have the following script in the page so that when a search engine finds the page that it will go to the original page and not just the page that is suppose to show up in the iframe. <!-- if (top == self) { top.location =...
  4. bfjacobs

    playing a swf file once only in FP

    You need to put a stop frame in so that it will only play once. Click on the scene, then click on a frame after the frames that play the swf file, click action and then stop.
  5. bfjacobs

    whois..........

    Try here: http://mattsscripts.co.uk/php_scripts.htm
  6. bfjacobs

    Internet Explorer Bug

    Guess I learned what these forums are really about
  7. bfjacobs

    Internet Explorer Bug

    Could it be the HTML DIR=&quot;rtl&quot; tag in the head? I believe this reverses everything on the page.
  8. bfjacobs

    Older browser rendering issues

    First of all, setting any page to work on 3.0 and above is not something that you probably need to do anymore. Over 90% of all browsers in use today are 5.0+ from what I've seen on most reports. Second, you should set compatability to where FP will work with both Netscape and IE and for...
  9. bfjacobs

    How can I find out what machine has what MAC address??

    You could ping all the addresses and then go to a command prompt and do an arp -a and that should show you the mac addresses. (I think that should work)
  10. bfjacobs

    default radio selection...

    Add 'checked' to the one that you want preselected. <input type=&quot;radio&quot; checked name=&quot;AppForm_Status&quot; value=&quot;1&quot;>
  11. bfjacobs

    setting the relative path for background image in stylesheet

    All I know is if I use: background: #000 url('Images/picture.gif');, it will not work since my images folder is named 'images'. Also you should specify a background color in case the image doesn't show up for some reason.
  12. bfjacobs

    Quick but possible stupid question

    I believe what you have seen are iframes. They are not too difficult to set up. You can go here http://www.webspawner.com/cc/html/alpha.html to look at alittle about iframes.
  13. bfjacobs

    validation...

    The difference is in the way the browsers look at the html and css. I have found that you normally need to have a different style sheet for netscape, which usually will work in Opera. I set mine up so that Netscape 6.2, IE 5 and Opera all look pretty much as I want them to. I have two...
  14. bfjacobs

    The Art IP Subnetting

    You might try http://www.learntosubnet.com/
  15. bfjacobs

    setting the relative path for background image in stylesheet

    Question. Is your images folder named Images or images?

Part and Inventory Search

Back
Top