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...
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 ="about:"
onMouseOver=" status = 'links to target frame. '; return true;"
onMouseOut="status = '' "...
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
Thanks for the responce, i have made the following changes but it still behaves in the same way.
<a href ="about:" onClick="this.href=parent.target_frame.document.links[5].href;" target="target_frame"> Print</a>
Nunners
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...
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...
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 "print" functionality, via a hyperlink. This hyperlink is controlled via the navigation frame of the web browser.
However the first time you...
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...
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.
We are getting closer, Thanks for the srcipt Posterdot.
However the URL's are all displayed as "undefined". 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...
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 "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.