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 SkipVought 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: *

  • Users: elan
  • Order by date
  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
  16. elan

    Simple Print Screen script

    I have an application that requires the viewer to be able to "print screen". Is it possible to have a javascript script that does the same as ctrl/p? with thanks
  17. elan

    Print Screen Script

    I have an application that requires the viewer to be able to "print screen". Is it possible to have a javascript script that does the same as ctrl/p? with thanks Brian
  18. elan

    How to do the opposite

    Tracy and Billy many thanks. Solved the problem by just applying a wee bit of logic and your good comments above. A good nights sleep does help! Brian
  19. elan

    How to do the opposite

    No the code on (release) { getURL("javascript:window.open('pan1.html','pan1','toolbar=0,location=0,directries=0,status=0,menubar=0,scrollbars=0,resizable=0,width=460,height=450,left=0,top=0')"); } is set within a swf file. On press of the button pan1.html pops up at 0,0. The only html in...
  20. elan

    How to do the opposite

    Sorry Tracy I have tried it out without success. I have the following in the html pages I have called up OnBlur="window.focus() to keep it ontop over my origianl page. Maybe that may have some effect on it. Can you post an example of the additional code to close pan2.html and pan3.html. Your...

Part and Inventory Search

Back
Top