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 Shaun E 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 Nunners

  1. Nunners

    Running a function after onClick

    you my friend, are a legend. thanks!
  2. Nunners

    Running a function after onClick

    Hi, I have a piece of code which, initially clicks a URL in the "target_frame" frame window. This changes the page to bring up a print menu. I would then like the function, i have below, to click another URL in the same "target_frame" frame. The click script and function...
  3. Nunners

    remote buttons

    All, I know it is possible to press a hyperlink which resides in the target_frame frame, from a navigator frame like so... <a href =&quot;about:&quot; onMouseOver=&quot; status = 'links to target frame. '; return true;&quot; onMouseOut=&quot;status = '' &quot...
  4. Nunners

    Refresh nav frame from target frame

    James, The target frame is changed via the navigation frame ( the application is untouched). However, the application takes a few minutes to come back. After this wait, i would like the code in the nav frame to be refreshed. Nunners
  5. Nunners

    Refresh nav frame from target frame

    When the content of the page changes, would do the trick...
  6. Nunners

    onClick behaviour

    Thanks for the responce, i have made the following changes but it still behaves in the same way. <a href =&quot;about:&quot; onClick=&quot;this.href=parent.target_frame.document.links[5].href;&quot; target=&quot;target_frame&quot;> Print</a> Nunners
  7. Nunners

    Refresh nav frame from target frame

    Hello, I have a page with two frames, one frame is the navigation frame and the other is the target frame. Is it possible to refresh the navigation frame, once the content of the target frame has changed. Bearing in mind that the target frame contains an application and the code cannot be...
  8. Nunners

    Refresh nav frame from target frame

    Hello, I have a page with two frames, one frame is the navigation frame and the other is the target frame. Is it possible to refresh the navigation frame, once the content of the target frame has changed. Bearing in mind that the target frame contains an application and the code cannot be...
  9. Nunners

    onClick behaviour

    Hi, I have a web page which contains two frames. The navigator frame and the frame target. The frame target runs an application which has a &quot;print&quot; functionality, via a hyperlink. This hyperlink is controlled via the navigation frame of the web browser. However the first time you...
  10. Nunners

    Treating a *.tocsv file as a *.csv file

    All, I have created an application within an Oracle product called Oracle Express Web Agent. This application creates reports etc, and displays the information in HTML tables. Within the application, i have created link which exports all the data to excel. Once this is done a macro is run...
  11. Nunners

    Naming that file extension

    Hello, I have an appication which exports data to a file. I would like to know if it's possible to alter the file extension of this output? I have heard rumours of a ?exp function?????? Many thanks, Matt.
  12. Nunners

    Displaying nested frame names etc...

    All, Is there any javascript which can display the names of all the nested frames etc... from the parent window? Nunners
  13. Nunners

    Listing URLS on a page

    We are getting closer, Thanks for the srcipt Posterdot. However the URL's are all displayed as &quot;undefined&quot;. This is the case for any web page i look at. Actually i have another related question. I am trying to use the link[] array to click on a hyperlink within a different frame, I...
  14. Nunners

    Listing URLS on a page

    All, i have got some javascript which is meant to list the URL on a page, and relate them to thier LINK array number. But it doesn't work, why else would i be posting the code here!!! Any ideas... !DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;> <html> <head>...
  15. Nunners

    Linking from a frame

    Ok, The driving frame is a navigator window on the left of the screen. I would like this 'navigator' to contain a hyperlink that points to another hyperlink in the target frame. The target frame is cunningly called 'MAIN'. Within this 'MAIN' frame(!), there is another link called 'Export...

Part and Inventory Search

Back
Top