Strict a page only be called from a spesific page...

How can i strict a page to be called from a spesific page? is this possible and if so how?
for example: page a has link to page b
if i call page a then click the link to call page b then the page will be displayed
if i directly call page b the page will be redirected to illegal.
thanks

If you're using JSP, you can always store a flag in the session.
Or, take a look at the "Referer" request header.

Similar Messages

  • My iphone 5 is only receiving calls from verizon and when at

    I have an iphone 5 16G. Phone was working fine yesterday. Someone tried to FaceTime with me (wrong number so I declined then turned off the ringer) last night 10x --not sure if this has anything to do with the problem or not. Someone tried to call me today and sent me a text saying they got a fast busy signal. Later I got my daughter to call and phone worked just fine.Son called, phone worked. Then another friend called and got the busy signal. So I got my nephew who has at&t which is same as all other callers and he got a message saying call cannot be completed at this time. So it seems that only verizon can get through and not other networks.

    Try a Reset: Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Note: You will not lose any data.
    If no joy, talk to your provider.

  • HT1414 I want to have a greater number of phone numbers saved under the "recent" category.  Under the "all" tab, it looks like I am only getting calls from the previous week and not prior to that.  What can I do to retain more phone calls than just for a

    How do you set up the phone to save more "recent" phone calls than just for one week?  I am only able to see recent phone calls under "all" tab for just one week.  Is there a way to do it for a month?

    You cannot do that on your iPhone -- however, you can go to your cellular carrier's site and see your recent calls.  They go back to the beginning of your current billing period.  For calls older than that, you can also look on your carrier's website and access your previous billing statements.

  • Recieving illegal soliciting calls from a skype

    I am receiving illegal soliciting calls from a skype phone #. xxx xxx xxxx I called the # back to confirm it was in fact a real # and not one falsified for caller ID. With some research I found that the number was being supplied by Level 3 Communications which I contacted (Call Recorded). They informed me that Skype is using that phone # through them. There needs to be a way to contact Skype for these issues. If not it would seem that Skype is catering to these companies and taking an active part in their illegal operations by profiting from providing the service.

    TSRace wrote:
    There needs to be a way to contact Skype for these issues.
    Hello,
    Please report this to  [email protected]   You can stop unsolicited calls by going to > Tools > Options > Privacy > Only allow calls from people on my Contact List.
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Accept calls from contacts

    I have had several Sony Ericsson phones and they have had an option to only "accept calls from list". I'm looking to upgrade my K850 and have looked at the Xperia. My question is, does the Xperia have this option and if not, what other phones have it?

    Good day to you, i just want to ask re this feature, im using a p990i but i nid to change my phone due to not working anymore,  i dont like to buy touch screen phone because im driving, can u help me wat oder models do have this feature and nid a bigger memomy for my contact list? Thanks for ur help...

  • Show truly dangerous to call from main?

    In this JDC tutorial
    http://java.sun.com/developer/JDCTechTips/2003/tt1208.html#1
    the author claims that it is dangerous to call a Frame's show method from the thread executing your program's main, which is probably how 99% of us do it. Instead he claims that to be truly multithread safe, you need to call show from the AWT event thread using the invokeLater mechanism.
    Is this really true? Does anyone know of a good discussion of this elsewhere? And if so, then how come Sun does not document it, say, in the show method? It is a disgrace to not mention such a critical fact right in the method itself if it is truly necessary.
    I presume that if the author's point is true, then it holds for any Window or subclass (e.g. Dialog as well as Frame)?
    Finally: if you truly do need to call show on the AWT event thread, then what about calling pack? (Contrary to what his article seems to say, calling show does NOT seem to automaticly call pack, at least for Frames.) Should you also only call pack from the event thread too? And are there any other methods that should only be called from the event thread?

    I would question the true risk here. What the author of the article is describing is creating more frames or dialogs from the main thread. However the creation of the initial frame is pretty safe to call show on from your primary thread.
    In general it is always a good practice to do all GUI related work in the event thread. Updating fields/labels, etc. should be done in the event thread and therefore calling show on a sub frame or dialog should also be done in the event thread.

  • How to make a call from a Web page

    How can I make a call from a number on a Web page ?
    If I select the number, I can only copy it ... then I cannot cut and paste into the phone dialing section ???
    I thought that by selecting the number on the Web page and holding it this would trigger the dialing ... like I used to do with my 9900 Bold BB.

    Are you holding the number or just pressing it quickly? Holding anything will produce a menu whose options would include cut & paste but just pressing the number should activate an action, in this case dialing the number.
    Try just pressing the number with a normal press and not holding it and post back with your results.  
    - If my response has helped you, please click "Options" beside my post and mark it as solved. Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.

  • Fields appear as "Read Only" in an Int.Form called from a WD

    Hi Experts!
    I am having a doubt in an Adobe Int.Form, that is called from a WD application.
    The fields that are in my Form, always appear as a "read only". It is not possible to modify anything there.
    Here, I describe the steps that I follow.
    I create a very simple WD application. In its WD View, exist an unique Object (Adobe Interactive Form).
    In that object, I set the properties:
    "Data source": a context variable type "my structure". "My structure", is a simple structure with a couple or three fields, let´s say PERNR, BUKRS, WERKS... It is linked to the Form Interface (ABAP DICTIONARY-BASED INTERFACE). So in this way, the link between my WD and the AdobeInt.Form is working.
    "PDF Source": a context variable type XSTRING.
    "Template Source": here I have set my Int.Form. Currently, it only contains a couple of fields
    "Enabled": True.
    "Read Only": False.
    In the AdobeForm, I have drag & droped those 2 or 3 fields, save it, and activate it. I guess nothing more is needed, for my test.
    And at last, in the View´s method WDDOINIT, I am reading one of those fields, let´s say the employee number (PERNR), and I set by hardcoding its number (let´s say -> 00000001).
    Until here, everything seems to work fine. When I launch the WD test, the Adobeform appears, at the moment, with only one of my fields (Employee - PERNR), and its value is filled in with '00000001'.
    But now, I would like to write something by myself. And when I try to do it, it is not possible! Field PERNR, is displayed as a "READ ONLY".
    Someone knows what is happening here? I guess it should be possible, to activate as a "EDITABLE" that field in my Form.
    So here is my doubt.
    Am I doing anything wrong? Or am I doing any mistake?
    Thank you very much in advance!

    Finally I think I have found the problem.
    In the View where I am printing the ADOBEFORM, it is needed this code under the method WDDOMODIFYVIEW.
    method WDDOMODIFYVIEW .
      DATA: LV_INTERACTIVE_FORM   TYPE REF TO CL_WD_INTERACTIVE_FORM,
                 LV_METHOD_HANDLER     TYPE REF TO IF_WD_IACTIVE_FORM_METHOD_HNDL.
      LV_INTERACTIVE_FORM ?= VIEW->GET_ELEMENT( 'INT_FORM' ). "   adobeform object in view
      IF LV_INTERACTIVE_FORM IS NOT INITIAL.
          LV_METHOD_HANDLER ?= LV_INTERACTIVE_FORM->_METHOD_HANDLER.
          LV_METHOD_HANDLER->SET_LEGACY_EDITING_ENABLED( ABAP_TRUE ).
          LV_METHOD_HANDLER->SET_HIDE_NAVIGATION_PANEL( ABAP_TRUE ).
          LV_METHOD_HANDLER->SET_DISABLE_PRINT_BUTTON( ABAP_TRUE ).
          WD_THIS->M_METHOD_HANDLER ?= LV_INTERACTIVE_FORM->_METHOD_HANDLER.
          WD_THIS->M_METHOD_HANDLER->SET_HIDE_TOOLBARS( ABAP_TRUE ).
        ENDIF.
    endmethod.
    Regards,
    Carles

  • I have an iphone4 and i can only hear calls when i use speakerphone.  I'm trying a master reset but how do i back up my contacts from my address book??

    I have an iphone4 and I can only hear calls when I put them on speakerphone.  The people I'm on the phone with can hear me I just cant hear them.  I am about to try a master reset but how do i backup my contacts from my address book? Does itunes do that when i backed up the rest of the stuff on my phone?

    Back it up in iTunes! Just make a backup of the entire device but make sure you check sync contacts and the option to add contacts from phone to address book on computer.

  • Am I the only one getting calls from 253-802-0308 about malicious file downloads after updating FIREFOX?

    After updating Firefox I start getting calls from 253-802-0308 (International Telcom in Auburn Washington, found using 411.com). The report that they are getting messages that my Windows PC is reporting the downloading of malicious files. I don't think that there is a connection with Mozilla but it only started after I ran the last 2 or 3 updates to Firefox. Searches on Google and other search engines don't show logical connections to the phone calls and the problem being reported to me. None of my anti-virus programs, Ccleaner, DEFENDER & AVG pickup and malicious files. I'm curious about who they may be because when I question them during the calls they end up hanging up on me. Just wondering if similar problems are being reported.

    That is a reported scammer set-up. Read some of the following from actual phone customers. It is not related to your Firefox updates. I have gotten a few of these types of calls on my '''''unlisted '''''home phone number over the past several years. They use a dialer, usually automatic and sequential number dialing. Get a loud whistle to blow into the phone mouth piece or one of those loud air horns from the hardware/sporting good store; this kind of trash deserves broken ear drums.
    *https://encrypted.google.com/search?q=253-802-0308&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You need to update some plug-ins:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]

  • How to tell if the AE programm is called from (1) SYSTEM PROCESS REQUEST or (2) page run control request

    We just wrote an AE program and is called through the vanilla SYSTEM PROCESS REQUEST.
    It's running on a daily basis ie. with RECURRENCE.
    Now we need to call the same program through the regular page run control request.
    But we are not how to recognize from inside the AE program if whether it's been called from SYSTEM PROCESS REQUEST or RUN CONTROL REQUEST.
    Any of you might have suggestion ?
    Any technique or workaround is also appreciated.
    THANKS in Advance .

    This AE pgm is currently automatically called from SYSTEM PROCESS REQUEST on a daily basis to load data from an input file deposited on the server ready for pickup.
    We would like to use the same AE pgm ( thus using the same validation and loading logic ) to load the same file format but defined by the user ( via attachment load ) as needed any time during the day.
    The user will initiate this AE pgm online ( ie. from a page with his parameters ).
    Currently, the pgm now already runs automatically daily and we wish to make it also available to be run by user anytime in the day
    To achieve that, we would need to know:
    Is the AE pgm ran by (a) the user or by the (b) SYSTEM PROCESS REQUEST so that the program can decide of where to take input file.
    (a) Take from an attachment defined by user or (b) from the input file already deposited on the server for pickup
    That is the reason why we try to detect who called the AE pgm in order decide where to pickup the input file.
    Your help is much appreciated as I do researches but so far haven't gotten a concluded decision.
    Thank you.
    Message was edited by: Kel_123

  • Global temporary table in PL/SQL called from APEX page

    I have a global temporary table in a PL/SQL procedure that is called from an APEX page.
    The global temp table is populated with data as the procedure runs and then at the end of the procedure I do a create_collection_from_query_b to populate a collection with the data from the temp table. (I do this b/c it is much faster than creating the collection and doing an add_member for each row.)
    The problem is that there are no commits in my procedure but I cannot get the bulk insert to work unless I define the temp table as on commit preserve rows.
    Can anyone shed any light on this issue.
    Thanks,
    Andrew

    alamantia wrote:
    My PL/SQL procedure is called from an after submit page process. Does that imply that there is a commit happening after that process is successful?Ultimately, yes.
    If the process calls the PL/SQL procedure and the temp table is in the procedure, wouldn't the commit fire after all the PL/SQL code is complete which would be after the bulk insert from the temp table to my collection?Yes, but at any point in the procedure containing code like
    :APEX_ITEM := ...or
    select ... into :APEX_ITEM from ...or
    my_procedure(p_in => ..., p_out => :APEX_ITEM, ...);or
    apex_util.set_session_state(...);then APEX will commit whilst maintaining session state.
    If you don't have any of these events in the procedure, then test to see if the commit is occurring in <tt>apex_collection.create_collection_from_query_b</tt> prior to creation of the collection.

  • If only using wifi, will I still receive text messages and calls from non iPhone users?

    If only using wifi (turning off Cellular Data) will I still receive text messages and calls from non iPhone users?

    If you have cell service with a text plan, yes.

  • Same URL when called from other page when called directly behaves different

    Hi All,
    I am working on SRM 5.0 implementation , the open catalog interface applications are called from a link from the standard ITS  (thses catalog applications are developed in BSP) and then submited back to the ITS application using a URL :
    va r ret_URL = "<% = hook_ur l%>"   <--- this is the return URl to which catalog data is submited
    d ocument.f inal . action = ret_URL;
    d ocument .final .method = " P O S T ";
    d ocument. final. submit ( );
    This application is transfered perfectly if the catalog is called by clicking link on standard ITS application(EBP application) but if i enter the catalog URL(BSP Application URL) directly in the browser and hardcode the value of HOOK_URL (ret_url) in BSP application , the catalog is submited but it shows a blank page with javascript error 'window.opener.isLeanWP' is null or not an object .
    hook_url = http://sapupd.mycompanyname.com:8002/sap/bc/gui/sap/its/bbpsc02/?~OkCode=ADDI&~Target=_top&~Caller=CTLG&~client=200&sap-client=200&~language=EN&~HTTP_CONTENT_CHARSET=utf-8
    Kindly suggest the solution. We need to call the OCI application directly and submit it to ITS application using this hook_url.
    Regards,
    Anubhav

    Please post this question to the Portal Applications forum.
    Thanks,
    Jerry

  • I'm trying to open a pages document in land scape format but a window open saying that it only sports documents from iWork '09

    I'm trying to open a pages document in land scape format on my iPad2 but a window opens saying that it only sports documents from iWork '09.
    Also does any one know how to rotate an image in photos or an image that is in a document from pages?
    Thanks

    You could always try turning the Ipad around to landscape after undoing the lock sreen switch on the side.
    Yes you could try using 2 fingers to hold the photo and rotating the picture but it usally goes back to normal. But you try taking a snapshot by pressing the home and the lockscreen button at the same time.

Maybe you are looking for