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 monstermash

  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

    and also, i have partially solved this problem by telling my .zip download button to load the file into a _blank window, but i am sure that there is a better way than this.???
  3. monstermash

    popup window porblem

    oh yes...click on installation training/installation manuals and try out my scenerio.
  4. monstermash

    popup window porblem

    sure thing...it is http://www.starband.com/training
  5. 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>...
  6. monstermash

    javascript refresh code

    well this works pretty well but...it reloads the page every 60 seconds. not what i want. is there a way to make it reload the page ONLY when it is first loaded and then to not reload the page after that? ( i would also like this function to load the most current page that is available and NOT to...
  7. monstermash

    auto load to a new window from a splash page

    are you talking about loading a new url after a flash movie has finished playing?
  8. 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.
  9. 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>...
  10. 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.
  11. 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.
  12. monstermash

    Multiple pop-up windows

    I figured it out! Yay. Sorry for all my confusion. Your input was quite valuable, thank you.
  13. monstermash

    Multiple pop-up windows

    Where is the function name determined? Is it not &quot;stat&quot; and &quot;contact&quot;?
  14. monstermash

    Multiple pop-up windows

    I tried all of these and none will work. Do you know what I am doing wrong?<br><br>javascript:onClick=window.open(&quot;contact()&quot;)<br>javascript:window.open('stat') <br>and...onClick&quot;stat()&quot;
  15. monstermash

    Multiple pop-up windows

    Thank you very much for your quick reply. I will try to implement your suggestion now.

Part and Inventory Search

Back
Top