Question on redirection

means redirection of std ouput2> means redirection of std err
< means redirection of std input
so, what is the meaning of
smf::sysinit:/lib/svc/bin/svc.startd >/dev/msglog 2<>/dev/msglog </dev/console
2<> ?

Wrong typing
it should be
2<>?

Similar Messages

  • Question about redirecting to other pages

    I have read that redirecting in jsp pages is not working sometimes. The redirection is propably works with Cookies, so if a client would disable all the Cookies from his browser the redirection would not work at all. I use the response.sendRedirect("...") command for this. Does anybody know if this problem stands and if so is there any way or other command to avoid it?
    Thank You !!!

    Yes I agree the JSP redirect should always work. Cookies or no Cookies... on Any browser... This a a server side header replacement, so it should be very reliable.

  • Question about redirecting user when session expires

    I have several pages that get and post variables sent to
    them. Is it possible to retain these values when the user's session
    expires? I want to be able to have the user re-log into the system
    and then have them redirected back to the page they were just on
    and preserver the get and post variables so that the data on the
    page can be rendered back to them

    is there anyway to manipulate the headers and store the
    information there and still have it accessible if the session were
    to time out?

  • Question about redirecting.

    hi all ! I have a function declared as:
    public void insertaencita(HttpServletRequest request,HttpServletResponse response){
    try {
    }and I have this line to redirect the user to another page:
    RequestDispatcher rd=getServletContext().getRequestDispatcher("/exito.jsp");
    rd.forward(request,response); Now the thing is ... it works for me but when I test it in the servlet all I get its a white page. If I use
    response.sendRedirect("/Medex/index.jsp"); I will get the page but if I press a button t will say that the resource its not available (wich is not true since I get the page using the other example).
    What can I do ?
    THanks!

    no its not mapped this is what I get in the stfout in the server at work.
    15-jun-2005 20:43:14 org.apache.catalina.core.ApplicationDispatcher invoke
    GRAVE: El Servlet.service() para servlet jsp lanz� una excepci�n
    java.lang.ClassNotFoundException: org.apache.jsp.index2_jsp
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:158)
         at org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:71)
         at org.apache.jasper.JspCompilationContext.load(JspCompilationContext.java:589)
         at org.apache.jasper.servlet.JspServletWrapper.getServlet(JspServletWrapper.java:137)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:308)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:673)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:464)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:399)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
         at SvMedex.doPost(SvMedex.java:2054)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.servlets.InvokerServlet.serveRequest(InvokerServlet.java:419)
         at org.apache.catalina.servlets.InvokerServlet.doPost(InvokerServlet.java:169)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:825)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:738)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:526)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Unknown Source)
    Yes the file is there I can see it in other process.

  • (follow on question) re: redirect from "do script" routine

    I find redirecting output from a "do script" AS routine to be troublefree if I'm redirecting to, for example, a desktop file.
    But I really want to redirect to a file in the Resources folder of the script bundle, and I'm wondering if there's syntax that would allow including "path to me as string" or "path to me as Unicode text" in the redirect path. I can't seem to make that work.
    Basically, I expected a workable path to be in either of two forms:
    1) > POSIX path of ((path to me as string) & "Contents:Resource:NewFile.rtfd")
    OR
    2) > (POSIX path of (path to me as string) & Contents/Resources/NewFile.rtfd)
    but neither works. (I've also tried adding quoted form of)
    Is my syntax faulty?
    (What does work is writing out "path to me" in all of its gruesome detail!)

    Hi Camelot,
    Some time ago (with another issue) you suggested using "path to resource." I coudn't make it work then, and I still can't now.
    So I thought I'd try another approach, circumventing any path to the bundle, and working out some puzzles in redirecting the terminal output to the desktop. I've written three versions (below), one of which works, two of which don't work -- although, on the surface, they all look the same to me. I'm probably (I hope) making some syntax or punctuation error, but I haven't been able to pinpoint it.
    I think that if I come to understand the issue(s) below, that might give me some insight into why redirection to the script bundle isn't working for me. So I'd appreciate your comments on why Versions 2 and 3 below might be failing.
    (* -- Version 1 (works)
    set Txt_ to "T A"
    tell application "Terminal"
    do script "echo " & Txt_ & " > /Users/pjn/Desktop/ATR"
    end tell
    --> Desktop File "ATR" with text "T A"
    (* --Version 2 (doesn't work)
    -- NOTE: (quoted form of POSIX path of ((path to desktop as string) & "ATR")) --> '/Users/pjn/Desktop/ATR', which appears to be the same as the path used in Version 1
    set Txt_ to "T B"
    tell application "Terminal"
    do script "echo " & Txt_ & " > (quoted form of POSIX path of ((path to desktop as string) & "ATR"))"
    end tell
    --> WON'T COMPILE, with error 'Expected end of line but found identifier' (Identifier highlighted is "ATR"). I haven't been able to figure out why this is happening.
    (*--Version 3 (doesn't work)
    set Txt_ to "T C"
    set PTH_ to "(quoted form of POSIX path of ((path to desktop as string) & "ATR"))"
    tell application "Terminal"
    do script "echo " & Txt_ & " > PTH_ATR"
    end tell
    --> WON'T COMPILE. Seems to be same issue as in Version 2.
    *)

  • How Redirect browser(client) based on non-negotiable SSL/TLS protocol or cipher

    Hi guys,
    we have a security requirement wherein we have to  force the browsers accessing our asp.net application hosted on windows server 2012 to have atleast tsl 1.1 , but we don't want to simply block the request, instead we would like to redirect the request
    to a unsecured static html page with the instructions on how to get them onto tsl.
    can any one help me here?>? actually i found a similar and exactly same thread on stackoverflow but i think that is probably directed towards linux family.   http://serverfault.com/questions/591188/redirect-browser-based-on-non-negotiable-ssl-tls-protocol-or-cipher
    please help me guys..
    ps: i have posted the same question on IIS forum (http://forums.iis.net/t/1223352.aspx?How+Redirect+browser+client+based+on+non+negotiable+SSL+TLS+protocol+or+cipher+from+IIS)
    and got a reply saying that it can be done at windows kernel level(possibly).

    Hi,
    As far as I know, once SSL handshake fails, no subsequent communication would occur between the server and client.
    Therefore, as the way I see it, the goal cannot be achieved.
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • I search for something; then I choose a particular site, which has listed the exact website address, but redirects me to something else. This doesn't happen in either Chrome or Explorer.

    Simple question.

    Search redirect malware.
    Install, update, and run these programs in this order. They are listed in order of efficacy.<br />'''''(Not all programs detect the same Malware, so you may need to run them all to solve your problem.)''''' <br />These programs are all free for personal use, but some have limited functionality in the "free mode" - but those are features you really don't need to find and remove the problem that you have.<br />
    ''Note: If your Malware infection is bad enough and you are mis-directed to URL's other than what is posted, you may have to use a different PC to download these programs and use a USB stick to transfer them to the afflicted PC.''
    Malwarebytes' Anti-Malware - [http://www.malwarebytes.org/mbam.php] <br />
    SuperAntispyware - [http://www.superantispyware.com/] <br />
    AdAware - [http://www.lavasoftusa.com/software/adaware/] <br />
    Spybot Search & Destroy - [http://www.safer-networking.org/en/index.html] <br />
    Windows Defender: Home Page - [http://www.microsoft.com/windows/products/winfamily/defender/default.mspx]<br />
    Also, if you have a search engine re-direct problem, see this:<br />
    http://deletemalware.blogspot.com/2010/02/remove-google-redirect-virus.html
    If these don't find it or can't clear it, post in one of these forums for specialized malware removal help: <br />
    [http://www.spywarewarrior.com/index.php] <br />
    [http://forum.aumha.org/] <br />
    [http://www.spywareinfoforum.com/] <br />
    [http://bleepingcomputer.com]

  • WLC ignore redirect from ISE

    Hi all,
    I have a question about redirect on a WLC 2504.
    The problem is that with domain computers the WLC skip POSTURE_REQD an goes in RUN state directly when connecting to the guest SSID. No CWA and guest portal. If I use a non-domain computer, or an iPhone, the guest flow is working as it should.
    On ISE a can see that the correct AuthZ profile is sent,  verified  this with Wireshark as well, (and non-domain devices are working).
    On the WLC I can see under client information that  there is a redirect url and a redirect ACL, but on a domain computer the  state is RUN directly.
    (non domain devices have POSTURE_REQD).
    This is on a open guest WLAN with CWA configured on a WLC 2504 v7.2.111 with an ISE v1.1.3 as AAA server.
    There are other WLAN on the WLC using NPS as AAA at the moment, a guest WLAN with LWA and a campus 802.1X PEAP WLAN.
    There is also a BYOD WLAN not in production yet, but working, using ISE as AAA server.
    Anyone have any good idé about this?
    Update:
    Same problem with a Windows Mobile 8 phone, Nokia Lumia 920, not in the domain.  It just skiped redirect and got RUN state on the WLC without credentials.
    Regards 
      Mikael
    Message was edited by: Mikael

    No this is only on the guest WLAN.
    Actually I found the problem when testing dual setup for BYOD, I did only gave a domain computer to test windows provisioning on, but it never gets that far in the process.
    Mikael

  • How to redirect console output while starting server from within IDE

    Hello, i am using Weblogic Workshop IDE. When I start the server, a new cmd shell is launched and the jvm output is displayed in this cmd shell window. How can I redirect this output to show up within the IDE (for instance in the Console view)?
    Problem is that when an error occurs, the cmd window disappears and I cannot tell what the error was.
    Surely there is a way to do this as other IDEs (JBuilder, Rational etc.) allow this.
    Thanks:
    -Sam

    Hi Sam,
    Unfortunately, this feature does not exist in Workshop 9.2
    Regarding your question about redirecting the output, the logs are saved under the domain directory.
    You could also refer to the following section for additional info on redirecting the output to multiple destinations.
    http://e-docs.bea.com/wls/docs90/ConsoleHelp/taskhelp/logging/RedirectJVMOutput.html
    Hope this helps.
    cheers
    Raj

  • How Redirect browser(client) based on non-negotiable SSL/TLS protocol

    Hi guys,
    we have a security requirement wherein we required to force the browsers accessing our application to have atleast tsl 1.1 , but we don't want to simply block the request, instead we would like to redirect the request to a unsecured static html page with the
    instructions on how to get them onto tsl.
    can any one help me here?>? actually i found a similar and exactly same thread on stackoverflow but i think that is probably directed towards linux family.   http://serverfault.com/questions/591188/redirect-browser-based-on-non-negotiable-ssl-tls-protocol-or-cipher
    ps: i have posted the same question on IIS forum (http://forums.iis.net/t/1223352.aspx?How+Redirect+browser+client+based+on+non+negotiable+SSL+TLS+protocol+or+cipher+from+IIS) and got a reply saying
    that it can be done at windows kernel level(possibly by making use of
    http.sys, ksecdd.sys and schannel).
    can any one help me here guys.
    Thanks,
    Haroon 

    Hi,
    As far as I know, once SSL handshake fails, no subsequent communication would occur between the server and client.
    Therefore, as the way I see it, the goal cannot be achieved.
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • Redirect in JSF

    Forum members,
    I have a question about redirecting in JSF.
    In my JSF application in the Help view page I like to redirect to different jsp pages depending in parameter passed to that page. I try different ways of redirecting with no luck any ideas.
    Tnks.

    To make your own custom tag see this articles:
    http://www-128.ibm.com/developerworks/views/java/libraryview.jsp?search_by=nonbelievers:
    in my component i have (comments in Polish ;))
    public class GuardComponent extends UIInput {
        private boolean primaryAuthorise;
        private String primaryRedirect;
        /** Creates a new instance of GuardComponent */
        public GuardComponent() {
        public void encodeBegin(FacesContext context) throws IOException {
            //pobranie warto&#347;ci
            setPrimaryAuthorise(((Boolean) getData(context, "primaryAuthorise")).booleanValue());
            setPrimaryRedirect((String) getData(context, "primaryRedirect"));
            //przekierowanie na strone je&#380;eli nie spe&#322;niono warunk�w
            if (getPrimaryRedirect() != null && "".compareTo(getPrimaryRedirect()) != 0) {
                if (primaryAuthorise == false) {
    ******* HERE *************
                    context.getExternalContext().redirect(primaryRedirect);
            //wersja if dla JSF
    //        Iterator<UIComponent> children  = getChildren().iterator();
    //        while (children.hasNext()) {
    //            UIComponent child = children.next();
        public boolean getRendersChildren() {
            return false;
         * wczytuje parametr z bindingu lub z propertiesa (automatyczny wyb�r)
         * @param context aktualny kontekst JSF
         * @param name nazwa parametru do pobrania
         * @return warto&#347;c parametru
        public Object getData(FacesContext context, String name) {
            ValueBinding vb = getValueBinding(name);
            Object o;
            if (vb != null) {
                o = vb.getValue(context);
            } else {
                o = getAttributes().get(name);
            return o;
        public String getFamily(){
            return "sevenet.Guard";
        public void encodeEnd(FacesContext context) throws IOException {
            return;
        public void decode(FacesContext context) {
            return;
        public boolean isPrimaryAuthorise() {
            return primaryAuthorise;
        public void setPrimaryAuthorise(boolean primaryAuthorise) {
            this.primaryAuthorise = primaryAuthorise;
        public String getPrimaryRedirect() {
            return primaryRedirect;
        public void setPrimaryRedirect(String primaryRedirect) {
            this.primaryRedirect = primaryRedirect;
    }in tag i have
    public class GuardTag extends UIComponentTag {
        private String primaryAuthorise;
        private String primaryRedirect;
        /** Creates a new instance of GuardTag */
        public GuardTag() {
        public String getComponentType() {
            return "sevenet.Guard";
        public String getRendererType() {
            return null;
        protected void setProperties(UIComponent component) {
         /* you have to call the super class */
         super.setProperties(component);
            setBoolean(component, "primaryAuthorise", primaryAuthorise);
            setString(component, "primaryRedirect", primaryRedirect);
        public void setValueBinding(UIComponent component, String attributeName, String attributeValue) {
            FacesContext context = FacesContext.getCurrentInstance();
            Application app = context.getApplication();
            ValueBinding vb = app.createValueBinding(attributeValue);
            component.setValueBinding(attributeName, vb);
        public void setInteger(UIComponent component, String attributeName, String attributeValue) {
            if (attributeValue == null) return;
            if (isValueReference(attributeValue)) setValueBinding(component, attributeName, attributeValue);
            else component.getAttributes().put(attributeName, new Integer(attributeValue));
        public void setString(UIComponent component, String attributeName, String attributeValue) {
            if (attributeValue == null) return;
            if (isValueReference(attributeValue)) setValueBinding(component, attributeName, attributeValue);
            else component.getAttributes().put(attributeName, attributeValue);
        public void setBoolean(UIComponent component, String attributeName, String attributeValue) {
            if (attributeValue == null) return;
            if (isValueReference(attributeValue)) setValueBinding(component, attributeName, attributeValue);
            else component.getAttributes().put(attributeName, new Boolean(attributeValue));
        public String getPrimaryAuthorise() {
            return primaryAuthorise;
        public void setPrimaryAuthorise(String primaryAuthorise) {
            this.primaryAuthorise = primaryAuthorise;
        public String getPrimaryRedirect() {
            return primaryRedirect;
        public void setPrimaryRedirect(String primaryRedirect) {
            this.primaryRedirect = primaryRedirect;
    }it's my first custom tag so it may not be very good example
    to use it i just put it into jsp page
    <sevenet:guard primaryAuthorise="#{User.logged}" primaryRedirect="./login.jsf" />Piotr Wierzbowski

  • Redirect GPIB port

    Hi.
    I have a question about redirecting GPIB port.
    I have two applications for controling one instrument. The problem is that program one wants the instrument to be on gpib port 14 and the other program wants the instrument to be on gpib port 2.
    So instead of switching the instrument gpib port all the time, i wonder if there in any better solution like
    redirecting port 2 to 14...
    Best Regards.

    Hello!
    I am afraid that I don't fully understand what you are asking for. You have two programs that are controlling the very same instrument through the same GPIB controller, is that correct? What address does MAX says the instrument has? Which programming environment are you in? How do you set up the addresses for the instrument?
    Just questions as you see but I would like to get a better understanding of your problem!
    Regards,
    Jimmie A.
    Applications Engineer, National Instruments
    Regards,
    Jimmie Adolph
    Systems Engineer Manager, National Instruments Northern Region
    Bring Me The Horizon - Sempiternal

  • Redirect to the orgs auth module through gateway????

    Hello All,
    Another question about redirecting to an orgs authentication module.
    The proper link to redirect is:
    <protocol>://serverort/amserver/UI/Login?org=B (Thanks Raju!)
    But when trying to redirect to this link from the gateway, I get an error. Any ideas on how this could be done throught he gateway?
    Thanks,
    Jason

    Here is the error in the amAuth log file:
    ERROR: error creating LoginContext.
    and amAuthConfig gives:
    11/25/2003 03:14:14:598 PM AST: Thread[Thread-3695,5,main]
    ERROR: Invalid index type in config name other
    11/25/2003 03:14:14:598 PM AST: Thread[Thread-3695,5,main]
    ERROR: newConfiguration.switch
    java.lang.SecurityException: Unable to locate a login configuration
    at com.sun.security.auth.login.ConfigFile.getAppConfigurationEntry(ConfigFile.java:221)
    at com.sun.identity.authentication.config.AMConfiguration.newConfiguration(AMConfiguration.java:191)
    at com.sun.identity.authentication.config.AMConfiguration.getAppConfigurationEntry(AMConfiguration.java:839)
    at javax.security.auth.login.LoginContext.init(LoginContext.java:174)
    at javax.security.auth.login.LoginContext.<init>(LoginContext.java:319)
    at com.sun.identity.authentication.service.AMLoginContext.executeLogin(AMLoginContext.java:215)
    at com.sun.identity.authentication.server.AuthContextLocal.login(AuthContextLocal.java:309)
    at com.sun.identity.authentication.server.AuthContextLocal.login(AuthContextLocal.java:245)
    at com.sun.identity.authentication.server.AuthContextLocal.login(AuthContextLocal.java:166)
    at com.sun.identity.authentication.UI.LoginViewBean.getLoginDisplay(LoginViewBean.java:611)
    at com.sun.identity.authentication.UI.LoginViewBean.processLogin(LoginViewBean.java:567)
    at com.sun.identity.authentication.UI.LoginViewBean.forwardTo(LoginViewBean.java:331)
    at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:783)
    at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:434)
    at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:312)
    at com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:282)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java:919)
    at com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1061)
    at com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunner.java:981)
    Is there a config file that needs to be set up ????
    Thanks,
    Jason

  • Adobe Customer Service Call - Over an hour on hold. How do I complain?

    I can't use my Adobe Creative Cloud license because there was a "payment error" - I suspect caused by a change of address.  Online support tell me they can't do anything and told me to ring 0207 365 0735.  I have now been on the phone to London for over an hour listening to music with no clue as to when somebody might get around to picking up the phone and it's not even across a lunch break.
    Who can I write/complain to?
    Adobe Customer Support is seriously broken.
    I click on the "Edit my billing details" link on CreativeCloud and all I've ever got is "Error. Please call xxxxx".
    Over an hour on hold at the customer's cost (phone calls to London are not cheap) is completely unacceptable, especially when there is no clue given as to where in any queue you are.
    In the meantime I can't do any work. 
    Does anybody have an address I can complain to?

    I've tried that and many other things, which is WHY I want to find a "higher up" to complain to.
    The link you sent was what I originally used (whilst waiting over an hour on the phone to customer support permanently on hold) to chat to a rep who told me he didn't have the authority to tell Adobe to "re-select payment" now that my address change has been implemented.  He spent about 10 minutes changing my address.
    My phone support call was eventually answered after 1 hour 47 seconds and my initial problem was finally solved.  I spent the first 10 minutes with a non-native English speaker spelling out each word of my new address.  This is something I'd already done via the online chat facility, and had been assured was now actioned.  More poor customer support.
    After an hour of music with no clue as to how long I'd have to wait I was greeted with an apology along the lines of "unexpectedly high number of calls". In the 15 years I've used Adobe products I've NEVER had a call answered in less than half an hour (admittedly I've only rung them about 4 times in total over the 15 years) so I fail to see how this can in any way be seen as "unexpected". Because of prior experience I made a point of avoiding the Monday after the weekend and lunchtime. Still took over an hour of a long distance call I was paying for to get a human being to speak to.  This is totally unnecessary. It's not rocket science to build a web page that lets you edit your address or say "Re-attempt payment" instead of insisting customers clog up your phone lines at their cost waiting over an hour for someone to answer.
    After leaving this web site I was asked to fill in a survey. I spent some time doing it and clicked "Submit" to be met with "Our website survey is temporarily unavailable" and a suggestion that I should remember everything I'd answered and send it in an email.  More poor customer support.
    Honestly, after years of this I want to write to their MD and explain to him that this is completely unacceptable in this day and age. Of course staff refuse to give you any contact details to complain to other than a bland generic [email protected]
    Even the forums do their best to obfuscate any entry or requests for help, driving the casual user mad insisting you "ask a question" before redirecting you off to somewhere else.
    The whole mess is just appalling and will never change because there's no way of officially complaining to anybody other than a hired non-English speaker who has no power or access to do anything.

  • Page Viewer to have links open a different page

    I have a custom HTML page i have created that has links to site pages. I have a page viewer web part on my home page that points to this custom HTML page. I want it so when you click on a link on this html page, it doesn't just take you to the page
    within the page viewer, but have the whole page navigate there.
    I do not want the link to open a new tab or new window, just navigate from the home page to the page.
    Any ideas?
    I had it in a content editor before and it worked fine, but for some reason it changed all the hyperlink text to red, even though there is not one line in my css file to have any red text anywhere. Strange.
    Thanks.

    Hi,
    According to your description, my understanding is that you want to redirect a new page directly outside the page view without tag or new window.
    It could be achieved setting target attribute to _parent for <a> tag.
    <a target="_parent" href="/sites/zhengyuGuo/">Click here to continue</a>
    The link above will allow us open the link in the parent page.
    More information:
    Redirect the parent page from IFrame:
    http://stackoverflow.com/questions/2092275/redirect-the-parent-page-from-iframe
    Best regards,
    Zhengyu Guo
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Zhengyu Guo
    TechNet Community Support

Maybe you are looking for