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 bjorna

  1. bjorna

    Pick up messages from another window

    My JavaScript (MyScript) opens a new window with reference to a page (TheOtherSite) on which I have no control. Depending on different events, TheOtherSite returns different messages. What I want is MyScript to pick up the messages from TheOtherSite and act according to the different messages...
  2. bjorna

    Print frame

    PS: I forgot to mention; You may have to remove the onfocus statement in the body tag. Otherwise a delay function has to be added. Hopefully you can use the code as a baseline to build your own functionality on. Bjorn
  3. bjorna

    Print frame

    Ok. Here is another solution with use of more code. You'll find the complete code below. This is working for MIE 5.5. This time you are uing one window only. Feel free to use it. Bjorn ------------------------- <HTML> <HEAD> <script language=&quot;JavaScript1.2&quot;> if (window != top)...
  4. bjorna

    Print frame

    Hi One solution is to open a printer friendly version of the page in a new window. That means a page without those objects you don't want to print (buttons etc.) Use JavaScript to check if the print button was clicked. If so then open the same page (without buttons)in a new window, print the...
  5. bjorna

    Launch application

    How can I launch an other application from the browser using JavaScript?
  6. bjorna

    Calling a function located in another frame

    Thanks Victor for your respons. I'll try it out. Bjorn
  7. bjorna

    Calling a function located in another frame

    My application have got several frames. Say a function(a) is located in frame_1. How can I call a function(a) from frame_2? Bjorn
  8. bjorna

    Previous URL

    Thanks Iza
  9. bjorna

    Previous URL

    How can I determine the complete URL for the previous page? I also need to find a way to determine if the user arrives from a page using http or https. Bjorn
  10. bjorna

    Lock a window

    I wrote the script below to prevent users from clicking the save button twice (if the internet connection is slow). This is how my script works - so far: The user clicks the save button and a child window displaying &quot;Saving. Please wait.&quot; pops up. When the save operation is completed...
  11. bjorna

    Elapsed time

    Thanks Greg ! This works. BjornA
  12. bjorna

    Elapsed time

    Hi How can i determine the time elapsed between to mouse clicks? What I want is the javaScript to display a warning message if the user clicks the same graphic button more than one time within e.g. 30 seconds. Grateful for any answere. rgds BjornA

Part and Inventory Search

Back
Top