Won't open web page in new window
Ever since the 5.0 upgrade when I click on a tab to open in a new window firefox just opens a blank new window. This is driving me crazy. So if I have 5 tabs going and say I want to watch a youtube video on my other monitor while I'm doing something else, I right click on the tab and click on open in new window and i just get a blank window. So I have to copy and paste the address in the new blank window. I am about to switch to google chrome its very inconvenient.
Thanks!
Cindy Jervis
There are some Flash objects on the web page.
* "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
* "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
* Don't make any changes on the Safe mode start window.
See:
* [[Troubleshooting extensions and themes]]
Similar Messages
-
Issue: Opening the page in new window causing issues.
Hi All,
I have a page where in there are many PPR events implemented.
Apart from this i have content container region where in there are help links each of which is OALinkBean .
All these help links point to the same OAF page with different parameters.
I wanted to open these help links in different windows (as these would display some data to the user ie not transaction based)
for which i have set the destination property of the link bean saying :
OA.jsp?page=/oracle/apps/pos/reqform/mdm/webui/SARSMDMDisplayPG&RULE_ID={@RuleId}&retainAM=Y
and target frame to _blank to get it opened in new window.
Now,
when the page loads, it gets rendered fine along with the content container with help links in it.
When i click on the link, it will open the correspoding OAF page in new window. - fine upto this
On the main page, when i do any form submit, it is throwing me server side validation like "attribute xyz required in xyzVO".
This happens when ever i click on the link to open a new window.
Not sure if something needs to be handled to avoid doing this server side validations.
I have disabled server side validations too on the link bean.
I do have lot of events getting fired on the main page for the business requirements.
Please do let me know a solution to the same.
Thanks,
Sushma.Hi All.. I am also facing the similar issue... actually the second page is VO or EO has no relation with the mail PAGE.. Second page is completely independent... but issue is that whenever i do any operation in first page after open the 2nd page the VO of the main page is geting quried without any condition.... i have a search screen and after conducting search if i try to open the second page and do any operation in the main page the whole value from vo will be shown in the page...... that is causing multiple issues....
Plzz help as it is very urgent..... -
Safari on iPad won't open web pages
Hi , my safari on my ipad won't load web pages when it try to open them from an email. They are common websites such as amazon or bbc... Ones that I use regularly until last week when the problem started.
Any suggestion on how to fix this would be welcome... Or I'll have to make an appointment to go to my nearest Apple store which is miles away.
ThanksTry this:
Settings>Safari>Clear History, Cookies and Data -
Ok, since update to version 31.0, I have been having some problems.
I have tried doing everything stated in the support page about resetting, reinstalling, safe mode, restarting pc etc.
First problem, when I open Firefox no web page loads. It just says New Tab and a blank white page. If I press the home button I am taken to my homepage which is google.
Second problem, when I right click on a link and the menu pops up, if I click open in new window, a new window opens but it just says New Tab with a blank page and no URL information, just blank.
Third problem, the Open Menu button just doesn't work at all. You can click all you like, that thing is not opening.
I am really stuck as to what to do. I have only been using Firefox for about a month and t was good until these problems. If I can't resolve it, I will have to use another browser as it is really annoying.
I am using Windows 8.1 by the way and have scanned my computer thouroughly for both virus's and malware.Hi zenithtwc, to test whether this is a settings issue, could you do a three-minute experiment?
'''Create a new Firefox profile'''
A new profile will have your system-installed plugins (e.g., Flash) and extensions (e.g., security suite toolbars), but no themes, other extensions, or other customizations. It also should have completely fresh settings databases and a fresh cache folder.
Exit Firefox and start up in the Profile Manager using Start > search box (or Run):
firefox.exe -P
''Don't delete anything here.'' Any time you want to switch profiles, exit Firefox and return to this dialog.
Click the Create Profile button, assign a name like Test731, and skip the option to change the folder location. Then start Firefox in the new profile you created.
Can it reach the internet?
When returning to the Profile Manager, you might be tempted to use the Delete Profile button. But... it's a bit too easy to accidentally delete your "real" profile, so I recommend resisting the temptation. If you do want to clean up later, I suggest making a backup of all your profiles first in case something were to go wrong. -
PDF in browser: launch web page in new window/tab
Good morning all,
Our forms use the hyperlink functionality and the desired result is to have the web page launch in a new browser window, or tab, when viewing the PDF in a browser. When the web page opens in the same window, the form data is lost after hitting the back button to return to the form content.
The current alternative is to use xfa.host.launchURL() function however we're wondering if there is a Preference setting in Reader we could enable/disable instead. Most of the links are text embedded in paragraph so hyperlinks work and look really good.
Changing the internet options of the browser is not an option for us.
Also looked at Reader's Edit | Preferences | Documents | Open Cross-document Links in Same Window which appears quite promising based on the Help's description:
Open Cross-document Links In Same Window
Closes the current document and opens the document being linked to in the same window, minimizing the number of windows open. If the document being linked to is already open in another window, the current document is not closed when you click a link to the open document. If you do not select this option, a new window opens each time you click a link to a different document.
But for some reason I can't explain, the web page still opens in the same window after disabling the cross-document option. So maybe I should rephrase my question and ask if someone knows any reason why option doesn't work?
Thanks much!
HélèneHi Hélène,
I don't know of any option to force hyperlink behaviour when the form is opened in a browser.
Have a look at George's suggestion to use a button without fill or border over the text: http://forums.adobe.com/message/1342426#1342426
It is a bit of double handling and you need to maintain the button in the correct position. However it does give you greater control in forcing a new browser window/tab.
The open cross-documents preference didn't work for us either.
When testing forms here we see a big difference in behaviour between different browsers and OS. So while you may get a hyperlink working in IE, the same solution may not work in other browsers. On balance I think overlaying a button would be the most robust.
Good luck,
Niall -
Opening OA page in new window using Image Bean
Hi All,
We have a requirement to open a new window in one of our application. It is working when I use a link but I am not able to achieve the same functionality with an image bean. Is it possible to achieve this using an image bean?
Thanks in advance,
SundeepSundeep,
If you wanna use imagebean, you would have to attach action using bound values API and open secondary window in OAF.Here is the same ple code:
OAImageBean btn= (OAImageBean)webBean.findChildRecursive("<item id of image icon bean>");
//page url
String page1 = "/xx/oracle/apps/XX/webui/XXPg&retainAM=Y";
String destURL = APPS_HTML_DIRECTORY + OAWebBeanConstants.APPLICATION_JSP + "?"+ OAWebBeanConstants.JRAD_PAGE_URL_CONSTANT+ "=" + page1;
OABoundValueEmbedURL jsBound = new OABoundValueEmbedURL(btn,"openWindow(self, '", destURL, "' , 'longTipWin', {width:"+900+", height:"+500+"}, true); return false;");
btn.setAttributeValue(oracle.cabo.ui.UIConstants.ON_CLICK_ATTR, jsBound);
I received your mail, and replied the same in the mail too.
--Mukul -
How do I open a page in new window using af:commandLink?
Hi,
I have a requirement where I need to open the page in a new window on clicking the af:commandLink.
I could use af:goLink, but I cannot as I have to invoke the URL using http POST method. If I use af:goLink, all the parameters will be displayed in the URL. I do not want that.
I have the below code for the commandLink:
<af:commandLink text="Open new window" id="cl199bk"
styleClass="AFRighColLinkText"
action="dialog:openNewWindow"
useWindow="true" windowHeight="400"
windowWidth="800" immediate="true"/>
When I click the commandLink, the page gets opened but in the same window. I have the below controlflow-case in my taskflow:
<control-flow-case id="__71">
<from-outcome id="__133">dialog:openNewWindow</from-outcome>
<to-activity-id id="__72">openNewWindow</to-activity-id>
</control-flow-case>
Please let me know what to do to have the page opened in new window/tab.
Thanks in advance!Hi Frank,
I tried that too and the page always opened in the same page even with dialog:action set and useWindow set to true. I had the navigation rule in adfc-config as well.
I got it done using the url-view activity.
I have created a new bounded task flow with the url-view activity as the default activity. I called this new task flow from the actionListener bean method on commandLink. Set the new task flow to url-invoke-allowed.
I have my parameters set in the url-view activity. With this the parameters are not shown in the URL.
That did the trick for me.
Thanks. -
Opening Dashboard Page in New Window While Passing Prompt Values
Hi,
Currently it is not possible to open a dashboard page in a new window AND have the prompt values from a prior page pass to this page. I see one or the other can be accomplished but not both. Is there a way this can be acheived somehow or is there a workaround for this?You are correct. The "Link or Image" object does not pass the dashboard prompt values, though it allows the destination dashboard to be opened up in a window.
Here is a workaround.
1) Place the link in a "Guided Nav. Link" object and set the destination dashboard and desired report. With the prompt set up correctly (i.e., dashboard scope, set to PV, destination report column filtered to receive the PV), the destination report will be filtered on the prompt as desired.
2) I noticed (and maybe this is why you wish the "new window"), there is no "return" link on the destination report. To fix this, in the destination dashboard, add a Text object to the dashboard. In the properties, paste the code below and make sure to check off "Contains HTML markup." This will produce a "Return" button on the dashboard.
<input type="button" value="Return" onclick="history.back();">
Now, when the user selects the prompt and clicks on the link, the prompt is passed to your second dashboard. When the user wishes to return, he/she can click on the "Return" button and return to the primary dashboard.
HTH, -
ExternalLink in KM which open portal Page in new window whithout masthead.
Hi All,
I have a requirement to create an external link which opens in new window and the content of the window is an Page which has iviews.
I created an external link and gave the following details.
Target: /irj/servlet/prt/portal/prtroot/com.sap.portal.navigation.portallauncher.default?NavigationTarget=pcd:portal_content/com.abc.Test_Page
Name: Test
When I click on the external link, it opens a new portal window which has the mast head and in the content area the page is displayed.
My requirement is : I don't want the masthead to appear and I want only the page to be displayed in the new window.
Thanks,
Shilpa.Hi Krishna,
In the iview Property -> Launch in New Window, i have only 2 options ie
Display in Portal content Area
Display in New Window.
Where do I find display in seperate portal headerless window? Is it the customised one?
I have set Launch in New Window Property to Display in New Window. When i click on the link new window is opening which has masthed.
Please Suggest.
Thanks,
Shilpa. -
Open web link in new window or tab
Is it possible to have Pages create links in pdf documents that open in a new tab or window? It is a nuisance to have to re-render the base Pages pdf exported document every time you click on a link.
This is hard because links in a page can work in multiple ways:
* no "target" attribute - open in the same tab
* "target" attribute set to:
** "_blank" - open in a new tab
** "name1" (used before and currently open) - replace the page in the "name1" tab
** "name2" (not used before or already closed) - open in a new tab
* script attached to the link to override its normal behavior - a variety of results are possible, including a completely new window
You could try the settings tweaks in this old thread: https://support.mozilla.org/questions/985943
Does that do what you want? -
Hi,
I have created an iView and a Page to open in a new window and am getting a Portal Runtime Error (as shown below) when I click on the link in detail navigation. However surprisingly in the "Preview" and if I open the same iView in the portal content area, then everything works fine. What could be going wrong?
Thanks very much for the help.
Aniruddh
Portal Runtime Error
An exception occurred while processing a request for :
iView : N/A
Component Name : N/A
iView not found: pcd:portal_content/com.wyeth.folder.wyethcontent.folder_wyethcontent/com.wyeth.folder.developercontent.folder_developercontent/com.wyeth.Aniruddh/InsideWyeth_Desktop/frameworkPages/frameworkpage/com.sap.portal.innerpage/com.sap.portal.contentarea.
Exception id: 11:10_16/12/05_0012_876763850
See the details for the exception ID in the log fileHi Anriruddh,
a page and an iView - where the iView is set on the page? One should be enough (the page)?! Try that.
Anyhow, the error message says that it cannot find the sap-contentarea within your structure. Double check if the path exists:
...InsideWyeth_Desktop/frameworkPages/frameworkpage/com.sap.portal.innerpage/com.sap.portal.contentarea
In addition, check the default.trc for the exception ID, as it has been told you: "See the details for the exception ID in the log file".
Hope it helps
Detlev -
Opening OA page in new window with parameters
Hi all,
Hi need to open a new page in a new window with some parameters to be passed to that page.
Here is the code i have written.
But i am not sure how to pass parameter in java script string
String userid = new Integer(pageContext.getUserId()).toString();
OAButtonBean go = (OAButtonBean) webBean.findChildRecursive("go");
String url1 = "javascript:openWindow(top,'OA.jsp?page=/aos/oracle/apps/per/payslip/webui/AGSBPaySlipPG&userid={@userid}, null, {width:750, height:550},false, null, null);void(0);";
go.setDestination(url1);
Thanks,
Devanghi mani,
I didn't got wat u meant by binding the attribute.
I tried another way.
I had a OAButtonBean GO
I have 2 messagechoices one for month and another for year
So in page A in month it shows Jan in starting (till Dec) and in year it shows 2006 as per the picklist view attribute. Also I have attached the VO and view attribute for both the messagechoices.
Now in the setDestination of the GO button i have url of my pageB with retainAM=Y and target frame as _blank.
So i select "Oct" from messageChoice and year as 2006 and click GO but still when it goes to pageB and when i try System.out.println(<the view object attribute value>)
i get "Jan" instead of "Oct". Below is the code in pageB i am using to get the value of the month from VO
MonthVOImpl monthVO = (MonthVOImpl)pslip.getMonthVO();
//pslip is AM object
RowSetIterator monthrowsetiterator = monthVO.findRowSetIterator("monthvo");
if (monthrowsetiterator == null)
monthrowsetiterator = monthVO.createRowSetIterator("monthvo");
// monthrowsetiterator.reset(); I NEED TO COMMENT THIS OUT - RIGHT ??
MonthVORowImpl monthrow = (MonthVORowImpl)monthrowsetiterator.next();
String month = monthrow.getMonth().toString();
System.out.println(month);
So how do i resolve this issue. I thought that retaining the AM will take care of the value which i am selecting in the messagechoice in pageA.
Any ideaz??
Thanks,
Devang -
Open Dynamic Page in New Window after Submission
I need to open a "success" dynamic page in a new window when redirected from a form in Portal 9.0.4.1. The go('<url>'); method does not appear to allow opening the page in a new window. Is there a way to do this? Thanks, in advance.
on the 'Submit' onclick event add some JavaScript code:
this.form.target = '_blank'; -
After login close the login window and open home page in new window
Hi guys,
I want to go to a new window for the "home page" without browser back button etc. after login validation.
And also close the login window at the same time.
Here is the code I used after the login validation.
ExtendedRenderKitService erks =Service.getRenderKitService(FacesContext.getCurrentInstance(),ExtendedRenderKitService.class);
StringBuilder script = new StringBuilder();
script.append(" params = 'width='+screen.availWidth-10;\n" +
" params += ', height='+screen.availHeight-50;\n" +
" params += ', top=0, left=0'\n" +
" params += ', fullscreen=yes';\n" +
" params += ', scrollbars=1';\n" +
" params += ', resizable=1';\n" +
" params += ', status=1';\n" +
"window.close();\n" +
" newwin=window.open('home.jspx','xxxxxxxxx', params);\n" +
" if (window.focus) {newwin.focus()}");
erks.addScript(FacesContext.getCurrentInstance(), script.toString());
This successfully opens a new window. I want to close the current login window at the same time.
Please help me with this.
Regards !
Sameeraon the 'Submit' onclick event add some JavaScript code:
this.form.target = '_blank'; -
I use Firefox and had several tabs set to open when I logged on. But while these remain open, my browser won't open any more pages, even when the Google search page finds my own web page, it won't open it.
The same thing happened when I tried my Safari browser, except this time it wouldn't even open Google. My server, a broadband/cable company says it has nothing to do with them and blame my laptop or browser. Any suggestions?I've sorted this out. I did an extensive hard disc search and found old anti-virus software I hadn't shut down or uninstalled. That done, everything's working again, sweet as a nut. Thank you!
Maybe you are looking for
-
Select a location to which a plant has been assigned
Hi all. We Work in SRM 5.0 Extended Scenario, ECC 6.0. When I try to make a PO from a SC system sends me the following error: Select a location to which a plant has been assigned. I made corrections in the organizational unit, assign default to the p
-
Catalog creation in SPRO vs BBP_CUST_CAT
SRM 4.0 I thought BBP_CUST_CAT was the same transaction as going through SPRO --> Supplier Relationship Management --> SRM Server --> Master Data --> Define External Web Services. However, when comparing the catalogs in BBP_CUST_CAT vs SPRO - SPRO co
-
Testing Reports within Reports Builder
I am using Oracle Reports Builder 9i 9.0.2.0.3. I have created a simple report using a JDBC query and J_JDBCPDS. I have saved the file as a RDF and a JSP. I want to test this from within Reports Builder. I created a simple selection.HTM file that has
-
Whenever I'm trying to open raw files, as i'm highligting the images I want to open this error appears. Please help!
-
How do i create more room on my phone if my computer has no space for back up?
how do i create more room on my phone if my computer has no space for back up?