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 bkrike 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 elan

  1. elan

    Dual action button

    Thanks for that. Is there any chance of a sample. I want to be able to call up a URL on mouseover and refresh the page onmouseout. with thanks Brian
  2. elan

    Dual action button

    Is it possible to have a javascript button that actions on mouse over and then another action on mouse out. I know I can do it in Flash with javascript but I can't use flash this time. An example would be great. Brian
  3. elan

    Senior Moment...I want to refresh a page

    Thanks for your help Billy. I have asked a further question. Brian
  4. elan

    Combining a link with a refresh within a button

    The senior moment question below has evolved into an additional question. I think a clearer explanation is required. I have a page which has a small iframe within it. The iframe brings in an image from a feed. To the right of the iframe I have a number of buttons. If I press on a button...
  5. elan

    Senior Moment...I want to refresh a page

    I have a button I have placed on a page. The button "on press" forces an action at a particular website via the following link http://qxyz.com/xxx-cgi/com/yyy.cgi?gotoserverpresetname=homepage. This works well. The problem I’m having (apart from having a senior moment) is that I wish to...
  6. elan

    What happens within a popup

    Thanks for your reply Jeff. This should help: function popqantas() { window.open("http://www.qantas.com.au/","pop1","width=950,height=500,left=15,top=15,menubar=no,status=yes,scrollbars=yes") } </script> and I use popqantas() to activate the popup. Hope this helps. Brian
  7. elan

    What happens within a popup

    I have a popup that arrives ontime, in the correct position and the size I require. The page within the popup has some links. If I press on any of the links within the popup, the popup disappears and the link becomes the entire page. How can I make the link pressed within the popup just fill...
  8. elan

    Is this possible....multi iframes

    Works well for me Wulfgen. Many thanks. Tell me ref the Yahoo button text. What should I do to change the color or even have a change of color on mouseover. With thanks Brian
  9. elan

    Is this possible....multi iframes

    Many thanks for that IDMF. I have tried it a number of times without success. My original iframe in the page when it loads has the following script: <iframe src="http://www.google.html" class="test1" frameborder="0" width="778" height="460"></iframe> What would you suggest I place within the...
  10. elan

    Is this possible....multi iframes

    I have a page that loads an iframe. Within the iframe loads another page. At the side of the original page is a menu with five buttons. Is it possible to have script within each menu button that loads a different page in the iframe on the master page. with thanks Brian
  11. elan

    close window plus origianl position

    Thanks cLFlaVA Brian
  12. elan

    close window plus origianl position

    I use the following to go close a window on (press,release) { javascript("window.close()"); } it works well. How can I also close the window and go to an anchor point on the origianl page called /index.html#equipment with thanks Brian
  13. elan

    Popup questions

    I have googled my heart out this afternoon trying to solve the followng. I have a popup window that comes up after a button has been pressed within a page. What I hate about the popup is that I don't want to see the blue window at the top of popup giving me the page address and details about...
  14. elan

    Should be easy

    Now this should be easy but I'm blowed if I can make it work. I have an popup window (300X300) that has script within it to progressively loads a large image. It works well and when finished I have the scroll bar along the bottom to move the picture. However I wish to have a "close here"...
  15. elan

    Print Screen Script

    Opps sorry. Must put my brain into gear this morning. Brian

Part and Inventory Search

Back
Top