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. 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?
  16. bfjacobs

    Application or Network??

    This may not be the same thing, but when I was doing tech support for vpn clients, they were always have some kind of problem with connecting to the Citrix server. I believe it turned out to be a MTU problem on the client side.
  17. bfjacobs

    Spoke too soon :-(

    You will have to put a class in the affected areas with the exception of the Select area. Below I've put exactly what I have in my form. Here is my exact styles for the form: SELECT {color: black; background: #e8e8e8 url('none');} textarea {color: black; background: #e8e8e8 url('none');}...
  18. bfjacobs

    How to format checkboxes and form buttons

    Glad I could be of some help :)
  19. bfjacobs

    How to format checkboxes and form buttons

    I can tell you how to do the background color on a checkbox, a drop down selection, a fill in field or a submit/reset button. first of all,here is the css that I use (not saying it's the best) for all of the above. SELECT {color: black; background: #e8e8e8 url('none');} textarea {color: black...
  20. bfjacobs

    Windows XP (LAN Enabled, but can't ping, can't connect, nothing)

    I don't know if this is an issue, but I've read (I don't use XP) on another forum that it could possibly be XP's internal firewall preventing anything from getting out. You might want to check and make sure that it's disabled.

Part and Inventory Search

Back
Top