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. ProgrammerKC

    e-mail address verification

    I am writing a Perl script which produces an HTML page. In the HTML page there is a form where users input various information including their e-mail address. Is there any way for the Perl script to verify the e-mail address? I know how to verify the domain name, but is there any way to...
  2. ProgrammerKC

    Need code to open a new separate browser window

    I need the code to open a new browser window of a specific size and at a specific place on the screen. The code I am using now will open a new window but I am not sure of the specifics of how to size the new window and have it appear at the top of the screen. Here is the code I am using now...
  3. ProgrammerKC

    Problems viewing webpages with a Mac

    In the process of designing a site, I am experiencing problems with the way browsers on a Mac render HTML pages. Depending on the particular Mac I use, some standard HTML tags don't seem to work or work erratically. Does anyone know of any problems or bugs that might cause a Mac to not render...
  4. ProgrammerKC

    Live webcam pix won't refresh in IE

    I need the code to tell the IE browser not to cache the webcam pix but to reload a new pic everytime the browswer auto refreshes. Isn't there a pragma no cache tag or something like that? Does anyone have the exact code for this tag? Where should this tag be located in the HTML document?
  5. ProgrammerKC

    Rollovers not working inside <DIV> tags with Netscape

    Thanks for the URL, it did a great job of explaining how Netscape needs to refer to Div tags.
  6. ProgrammerKC

    Rollovers not working inside <DIV> tags with Netscape

    I am using JavaScript to change the visibility property of HTML code inside <DIV> tags. On a mouseover the contents of the <DIV>tags become visible and stay visible for a set period of time. This works fine in both Netscape and IE. The contents of the <DIV> tags contain graphical links with...
  7. ProgrammerKC

    Need code to make content of &lt;DIV&gt; tags invisible

    I need code to duplicate the links on the top left of this site, www.sony.com. I am working with how to make sections of a site visible onMouseOver but haven't been able to find code on how to do this.

Part and Inventory Search

Back
Top