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

    html hyperlink cannot be viewed

    hello, is it possible to place an .html hyperlink on a page and when someone mouses over the link or clicks on it, the url does not show up in the bottom of the browser window? i would also like someone to NOT be able to view the hyperlink in the address line either. thank you.
  2. monstermash

    popup window porblem

    hello, i have a site where an index page opens a new javascript popup window that contains my actual site, (the pop up window is where all my navigation and actions take place; it is a flash site). the javascript code in my html page is... <TITLE>StarBand Performance Solutions Portal</TITLE>...
  3. monstermash

    javascript refresh code

    hello, can anyone tell me if there is a javascript code that will automatically refresh a page (just once) when the page first loads into a browser? i'm only concerned with ie4 and netsacpe4 and above. thanks in advance.
  4. monstermash

    prevent javascript pop up window from changing size

    hello, i have this javascript... <script LANGUAGE=&quot;JavaScript&quot;> function popupmain(){ window.open(&quot;popupmain.html&quot;,&quot;popupmain&quot;,&quot;height=600,width=800,menubar=0,resizeable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,right=0,top=0&quot;) } </script>...
  5. monstermash

    detect open pop-up window and close

    hello, could someone tell me the script to detect if a pop-up window is open and to close it before opening another pop-up window? thank you very much.
  6. monstermash

    automatically close one pop up window when another opens

    Hello, I have 1 html page with many buttons that open pop-up windows. Is there a way in the javascript code to automatically make whatever pop-up window is open, close, when another button is clicked? Thank you.
  7. monstermash

    Multiple pop-up windows

    Hello,<br><br>&nbsp;&nbsp;&nbsp;This is my first visit to this forum. I hope someone can help me. I have 2 or more buttons on 1 page that should bring up different pop-up windows. When I originally had just 1 button on a page that brought up a pop-up window, I could get it to work fine....here...

Part and Inventory Search

Back
Top