Passing a parameter dynamically through a url?

Can anyone help me append a url with a parameter in an iframe?

HI,
Not sure what you are trying to do but I assume you want to display a pge (url) in an iframe on a portal page and that his url accepts parameters.
1. create a dynamic page portlet to write the html to create an iframe using th url you wish. In the code, make sure the prameters you wnat to pass are identified a bind variables in the url.
htp.p('<iframe src="http://host:port/uri?parameter1='||:value||'">');
2. make sure these parmaeters are made public for teh portlet/dynamic page.
3. place the new portlet on the page
4. IN page properties, map page parameters to the portlet parameters
Now you can invoke the page and pass parameters to it which will be passed on to your portlet which draws the iframe with the new parameter value.
I have used this solution several times. It is particulary neat to invoke an Oracle report to display a PDF in a iframe window.

Similar Messages

  • Pass the product ID through the URL from the checkout page to the "receipt - buy" landing page. is it possible?

    Pass the product ID through the URL from the checkout page to the "receipt - buy" landing page. is it possible?

    You can just the module_shoppingcartsummary module and with liquid you can render the items in the cart out.
    Developer reference

  • In PHP how to pass a recordset value through a url

    I have a blog set up with PHP/MySQL with two tables (1 table
    for blog entry and 1 table for comments on the blog)
    I can display the blog and the comment with a LEFT JOIN
    recordset like this---
    SELECT golf_blog.blog_ID, DATE_FORMAT(
    golf_blog.blog_created, '%b %e, %Y') AS blog_created,
    golf_blog.blog_author, golf_blog.blog_subject,
    golf_blog.blog_article, blog_comments.comment_article
    FROM golf_blog LEFT JOIN blog_comments USING (blog_ID)
    ORDER BY golf_blog.blog_created ASC
    I have a link in the repeat region of this recordset going to
    a page with the comment insert form.
    blog_ID is the primary key in the blog table and blog_ID is
    the index in the comment table.
    How do you pass the blog_ID from the recordset to a text
    field in the comment insert form through the link?
    Or am i even thinking about this in the right way?

    I figured it out and got it to work by passing the blog_ID as
    a variable on the URL link to the comment insert form page
    the link is like this
    <a href="golfblog_comment.php?$blog_ID=<?php echo
    $row_rs_golfblog['blog_ID']; ?>" >Comment</a>
    and on the comment page used this code
    <?php $blog_ID = '$blog_ID' ;
    $blog_ID = $_GET[$blog_ID]?>
    and the value of the insert field is this
    <?php echo $blog_ID; ?>
    I guess reading David Powers is starting to pay off.
    Eureka!

  • Passing username and password through the URL (SharePoint integration)

    Dear friends
    I have a requirement to integrate MS SharePoint with Jsp application site. user has to login to the Sharepoint first then from link (URL) i want to pass the username and password from
    that link to login into the jsp site without showing the login page !!

    SharePoint with Jsp application site. user has to login to the Sharepoint first then from link (URL) i want to pass the username
    and password from that link to login into the jsp site without showing the login page

  • Passing values in hyperlinks through the URL

    I am trying to do the following:
    <a href = "linkhandler.jsp?value=lee">
    then in linkhandler.jsp I am trying to get that value...i have:
    String firstName = request.getParameter("lee");
    ...but when I print its NULL
    What is the proper syntax?
    Thanks!

    I actually figured that out..
    Now I have
    String theLink = request.getParameter("value");
    and theLink has a value of : 'http://cs.dal.ca'
    I just want the page to automatically redirect to this page using JSP if possible.

  • Dynamic Passing of the Parameters In Inforview URL

    Hi,
    I have a requirement wherein I need to dynamically pass the prompt values through the infoview url. I am able to successfully pass the parameter value in the url and the report renders data based on the prompt value passed.
    When the report is opened when clicked on the link....there is  Refresh option to the user. My requirement is such that I do not want the user to be able to run the prompt again upon clicking the refresh button. Is there a way to restrict the user to be able not to see the prompt  ( for which the value is passed in the url)....The user needs to refresh the report to be able to enter values for other prompts that are declared ( date prompts )....but not the ones where its ids are passed...
    The url link which works is here  :
    http://development/businessobjects/enterprise115/InfoView/scripts/opendocument.aspxsType=wid&sRefresh=Y&sDocName=Prompt_Test&sWindow=New&lsSEnter%20Lines:=Leather&sPath=[A],[EFashionSamples]
    Please advice...
    Thanks,

    Hi,
    I have a requirement wherein I need to dynamically pass the prompt values through the infoview url. I am able to successfully pass the parameter value in the url and the report renders data based on the prompt value passed.
    When the report is opened when clicked on the link....there is  Refresh option to the user. My requirement is such that I do not want the user to be able to run the prompt again upon clicking the refresh button. Is there a way to restrict the user to be able not to see the prompt  ( for which the value is passed in the url)....The user needs to refresh the report to be able to enter values for other prompts that are declared ( date prompts )....but not the ones where its ids are passed...
    The url link which works is here  :
    http://development/businessobjects/enterprise115/InfoView/scripts/opendocument.aspxsType=wid&sRefresh=Y&sDocName=Prompt_Test&sWindow=New&lsSEnter%20Lines:=Leather&sPath=[A],[EFashionSamples]
    Please advice...
    Thanks,

  • XDIM_MEMBERSET ENTITY how to pass parameter dynamically

    Hi experts,
    I am using the how to guide "How to pass dynamic parameters to script logic" in order to pass the ENTITY parameter dynamically to the following script logic:
    *XDIM_MEMBERSET FIL_KAT=
    *XDIM_MEMBERSET ORG_EINHEIT=BAS($ENTITY_DIM$)
    *XDIM_MEMBERSET VERSION=UMS_TAG_2011
    *XDIM_MEMBERSET WAEHRUNG=LW
    *XDIM_MEMBERSET ZEIT_TW=TW1.MAR
    *XDIM_MEMBERSET ZEIT_UMSATZ=%HR%
    *XDIM_MEMBERSET MEASURES=PERIODIC
    *XDIM_MEMBERSET POSITION_UMSATZ=UMS_BR,UMS_BASIS,UMS_BAS_STEIG
    *XDIM_MAXMEMBERS ORG_EINHEIT=1500
    //*BEGIN
    //[POSITION_UMSATZ].[#UMS_BR]=
    //[POSITION_UMSATZ].[UMS_BASIS]
    //+.[UMS_BAS_STEIG]
    //*END
    *SELECT(%HR%,"ID","ZEIT_UMSATZ",TITEL_HR="HR_GJ_2010")
    *WHEN POSITION_UMSATZ
    *IS "UMS_BASIS"
    *REC(EXPRESSION=%VALUE%+.[UMS_BAS_STEIG],POSITION_UMSATZ="UMS_BR")
    *ENDWHEN
    *COMMIT
    the following statements are in the task manager:
    PROMPT(SELECTINPUT,%SELECTION%,,"Bitte Parameter für Kalenderverschiebung angeben (Land)","%ENTITY_DIM%")
    'PROMPT(TEXT,%ENTITY_DIM%,"Bitte die Länder ID erfassen: ",)
    INFO(%EQU%,=)
    INFO(%TAB%,;)
    INFO(%SCRIPT_FILE%,CALDAY_MOVE_PLAN.LGF)
    INFO(%MODE%,PLAN)
    TASK(FX_START_BADI_RUN_LOGIC,TAB,%TAB%)
    TASK(FX_START_BADI_RUN_LOGIC,EQU,%EQU%)
    TASK(FX_START_BADI_RUN_LOGIC,SUSER,%USER%)
    TASK(FX_START_BADI_RUN_LOGIC,SAPPSET,%APPSET%)
    TASK(FX_START_BADI_RUN_LOGIC,SAPP,%APP%)
    TASK(FX_START_BADI_RUN_LOGIC,LOGICFILENAME,%SCRIPT_FILE%)
    TASK(FX_START_BADI_RUN_LOGIC,SELECTION,%SELECTION%)
    TASK(FX_START_BADI_RUN_LOGIC,REPLACEPARAM,MODE%EQU%%MODE%)
    TASK(FX_START_BADI_RUN_LOGIC,REPLACEPARAM,ENTITY_DIM%EQU%%ENTITY_DIM%)
    Everthing ist working fine. However in the log you can see that the script is running for all entities e.g. Spain instead of only Italy which I entered when I started the data manager. Any idea how I could resolve this issue?
    Thanks a lot for your help in advance!
    USER:INTROEBER
    APPSET:FEINPLANUNG_PILOT_4
    APPLICATION:UMSATZ_TAG
    NO MEMBER SPECIFIED FOR DIMENSION:FIL_KAT WILL QUERY ON ALL BASE MEMBERS.
    GET_DIM_LIST(): I_APPL_ID="UMSATZ_TAG", #dimensions=8
    FIL_KAT,MEASURES,ORG_EINHEIT,POSITION_UMSATZ,VERSION,WAEHRUNG,ZEIT_TW,ZEIT_UMSATZ
    #dim_memberset=8
    FIL_KAT:FIL_#,FIL_EXP,FIL_EXPVJ,FIL_OEXP,4 in total.
    ORG_EINHEIT:ORG_EINHEIT,1 in total.
    VERSION:UMS_TAG_2011,1 in total.
    WAEHRUNG:LW,1 in total.
    ZEIT_TW:TW1.MAR,1 in total.
    ZEIT_UMSATZ:2010.DEC.01,2010.DEC.02,2010.DEC.03,2010.DEC.04,2010.DEC.05,...120 in total.
    MEASURES:PERIODIC,1 in total.
    POSITION_UMSATZ:UMS_BR,UMS_BASIS,UMS_BAS_STEIG,3 in total.
    REC :%VALUE%+.[UMS_BAS_STEIG]
    CALCULATION BEGIN:
    QUERY PROCESSING DATA
    QUERY TIME : 4485.00 ms. 84938  RECORDS QUERIED OUT.
    QUERY REFERENCE DATA
    QUERY TIME : 7516.00 ms. 155967  RECORDS QUERIED OUT.
    QUERY PROCESSING DATA
    QUERY TIME : 1156.00 ms. 7012  RECORDS QUERIED OUT.
    QUERY REFERENCE DATA
    QUERY TIME : 1328.00 ms. 14024  RECORDS QUERIED OUT.
    CALCULATION TIME IN TOTAL :255024.00 ms.
    91950  RECORDS ARE GENERATED.
    CALCULATION END.
    ENDWHEN ACCUMULATION: 91950  RECORDS ARE GENERATED.
    DATA TO WRITE BACK:
    FIL_KAT     ORG_EINHEIT     POSITION_UMSATZ     VERSION     WAEHRUNG     ZEIT_TW     ZEIT_UMSATZ     SIGNEDDATA
    FIL_EXP     E_2003     UMS_BR     UMS_TAG_2011     LW     TW1.MAR     2010.NOV.01     11107.62
    FIL_EXP     E_2003     UMS_BR     UMS_TAG_2011     LW     TW1.MAR     2010.NOV.02     32823.36
    FIL_EXP     E_2003     UMS_BR     UMS_TAG_2011     LW     TW1.MAR     2010.NOV.03     19609.57
    FIL_EXP     E_2003     UMS_BR     UMS_TAG_2011     LW     TW1.MAR     2010.NOV.04     32509.49

    Hi Marco,
    Let me see if I'm understading your problem,when you try to pass the parameter dynamically  in your entity dimension  *XDIM_MEMBERSET ORG_EINHEIT=BAS($ENTITY_DIM$), But BPC it's always selecting ORG_EINHEIT.....  If that so, try it like this  *XDIM_MEMBERSET ORG_EINHEIT=BAS(%ORG_EINHEIT_SET%).
    hope this helps,

  • Passing a parameter to aReport Customization Form

    I have a report that has a default view and a customized view. The default view has a button that allows the user to customize the report by showing the same report in show_parms mode. This allows them to sort and break on different fields. I would like to send the same parameter sent to the default view to the version generated by the run button on the customization form. I just can't fiqure out how to do it. Any ideas would be appreciated.
    Thanks,
    Linda

    Martin,
    Thank you for responding. I will certainly keep in mind the way you solved the problem. But I actually solved it myself with the following technique.
    STEPS
    1. Created a link to the Reports Customization form from the Report.
    2. Captured the value of the parameter sent through the URL to the bind variable for the report.
    3. Set the parameter value to a global variable using the Session storage API=wwsto_api_session.
    4. Retrieved the value of the global variable by setting the default value in the "Customization Form Display Options" tab of the report.
    In the Report add the following PL/SQL Code....
    --Location:      Additional PL/SQL Code
    --Attribute:     ... after displaying the header
    declare
    l_store portal30.wwsto_api_session;
    l_param_value varchar2(4);
    begin
    --(#2)TStudy is the parameter name passed through the URL and the name of the bind variable in the SQL Command
    l_param_value := portal30.wwv_name_value.get_string(l_arg_names,
    l_arg_values, 'Tstudy','',1);
    --(#1) Add Link to the Reports Customization Form
    htp.p ('<CENTER>');
    htp.p('<font class=portletheading2> CUSTOMIZE</font>');
    htp.p ('</CENTER>');
    htp.br;
    --(#3)Store Parameter Value sent to the bind variable
    l_store := portal30.wwsto_api_session.load_session ('MYPORTAL', 'MYReport');
    l_store.set_attribute ('PValue', l_param_value);
    l_store.save_session;
    END;
    --(#4) Default Value in "Customization Form Display Options" for TStudy
    #portal30.wwsto_api_session.load_session('MYPORTAL', 'MYReport').get_attribute_as_varchar2('PValue')
    ?????My Last Question - How do I hide the prompt for the bind variable. I don't want the user to change this value after I went to such trouble to set it???????
    Thanks again,
    Linda Gowen

  • Passing Search Parameter to SRM-MDM Through the URL

    Greeting all,
    I would like to know how I can pass a search parameter to SRM-MDM using the URL in the web browser. This is needed to display the result directly instead of listing the whole catalog contents.
    I am trying to pass a search parameter (Text string) to the catalog through an R/3 SAP system. As a result, it should give only the material that I am looking for.
    I tried the "Background Search" as described in the OCI-specification paper but still couldn't get it!
    By using the parameters mentioned in chapter 3.2.4 of OCI-specification paper, I did the recommended configuration and use the following URL but still failed to pass the parameter:  http://....&FUNCTION=BACKGROUND_SEARCH&SEARCHSTRING=searchterm
    Can anyone help me on that?!
    Regards,
    Yousif

    Hi Yousif,
    Why dont u save the search as a named search in MDM and then pass it onto the SRM MDM.
    Save the records  as Named search in MDM Data Manager
    For eg:
    Named Search name -->> search1
    Now while passing the parameters to the SRM MDM Catalog specify the Named Search in its url.
    http://J2EESERVER:PORTNO/SRM-MDM/SRM_MDM?sap-locale=EN&HOOK_URL=&mask=&namedSearch=search1&username=Admin&password=PASSWORD&catalog=REPOSITORYNAME&server=MDMSERVERIPADDRESS&datalanguage=EN
    After passing the named search in the hook url the you will be able to see only the search which was saved in Data Manager.
    Hope dis helps u
    Regards Tejas.........

  • Connecting a pdf to a database and passing a specific parameter through a URL

    Hi,
    I have a product data sheet that I want to personalise with partner logos. I need to pass a parameter from a url string to the form and have it populate a specific spot with the partner logo.
    How would I go about doing that. I have LiveCycle Designer 8
    Thanks,
    Nolan

    yea.. looks like a mess true.., cos i was puttin all 2geda in a haste..
    this is my midlet code....
    TextField uname, upass, uacc;
    url ="http://localhost:8080/serv/Ser";
    uname = new TextField("Firstname:","",30,TextField.ANY);
    form.append(uname);
    upass = new TextField("Lastname:","",30,TextField.ANY);
    form.append(upass);
    uacc = new TextField("Account ID:","",30,TextField.ANY);
    form.append(uacc);
    void connect( String url ) throws IOException {
    HttpConnection http =null;
    InputStream iStrm =null;
        StringBuffer b = new StringBuffer();
        try {
          http = (HttpConnection)Connector.open(url);
         http.setRequestMethod(HttpConnection.POST);
    http.setRequestProperty("User-Agent","Profile/MIDP-1.0 Configuration/CLDC-1.0");
    http.setRequestProperty("Content-Language", "en-CA");
    http.setRequestProperty("Content-Type", "application/x-www-form-urlencoded");
    iStrm = http.openDataInputStream();
    System.out.println(http.getResponseMessage());
    System.out.println(http.getResponseCode());
    int ch;
    while((ch=iStrm.read()) != -1)
    b.append((char) ch);
    conn.setString(b.toString());
    System.out.println(b.toString());
    display.setCurrent(conn);
    catch(Exception ex)
    System.out.println(ex);
    conn.setString(String.valueOf(ex));
    ex.printStackTrace();
    finally
    if(iStrm!=null)
    iStrm.close();
    if(http !=null)
    http.close();
    }and this is my servlet code.
    public void doPost(HttpServletRequest req,HttpServletResponse res)
    throws IOException,ServletException
    try
    Class.forName("com.mysql.jdbc.Driver");
    Connection con =DriverManager.getConnection("jdbc:mysql://localhost:8080","root","pass");
    PreparedStatement stat = con.prepareStatement("Select custaid from customers_old where firstname=? and surname=? and custAID=?");
    stat.setString(1,req.getParameter("uname"));
    stat.setString(2,req.getParameter("upass"));
    stat.setString(3,req.getParameter("uacc"));

  • How do I pass a parameter to a portlet on the URL?

    I have a portlet on one tab that searches for parts. (This portlet is written and maintained by someone else.) When a user clicks on a part number in the result set on this portlet they need to be taken to another tab (different portlet on the same page) with that part number as a parameter. The second portlet then dynamically writes an
    <iframe src="http://someurl?partnumber=xyz" />
    to call an external application passing the part number as a URL parameter to the external application.
    Writing the <iframe /> dynamically is no problem. The problem is passing the part number from one portlet to another. We planned to do this by using hrefs in the part search portal using URLs like
    http://hostname:port/pls/portal/url/page/test1/portlet2?partnumber=xyz
    for each part number. The problem is that the URL parameter doesn't get passed to the second portlet. Here is the code in the second portlet:
    <%
    PortletRenderRequest portletRenderRequest =
    (PortletRenderRequest)request.getAttribute("oracle.portal.PortletRenderRequest");
    String partnumber = portletRenderRequest.getQualifiedParameter("partnumber");
    %>
    It always sees null for the partnumber parameter.
    I also have <passAllUrlParams>true</passAllUrlParams> in provider.xml.
    I've tried checking this by calling the URL of the second portlet directly from a browser. The portlet sees the partnumber parameter as null, but the URL window in the browser returns the modified URL from the portal with the partnumber parameter set properly. Portal is seeing the parameter but not passing it to the portlet.
    I haven't tried actually setting the in the first portlet and seeing if it all works when called from inside the portal, but I don't see why it shouldn't work by calling the second portlet URL directly with a parameter.
    Am I missing some step in order to pass a parameter from one portlet to another? The parameters I have to pass are dynamic, based on the result set returned by a search in the first portlet.

    My second to last paragraph should have been:
    "I haven't tried actually setting the hrefs in the first portlet and seeing if it all works when called from inside the portal, but I don't see why it shouldn't work by calling the second portlet URL directly with a parameter."

  • Passing variable as an input parametere to a transaction through an url;

    hi ,
    I am calling a transaction through an url into which i want to pass the input parametere to the transaction as an variable; my question is
    is it possible? if yes then how?

    Hi Diana ,Thanks for taking intrest in my question . I hav already gone through that link which you have given, what my question is that,
    consider this ex. given below
    Transaction=Test/YieldCalc&YieldFactor=10.0&OutputParameter=YieldAverage.
    in the above call i am passing 10.0  as input to the parameter YieldFactor .
    what i want to do is to store this value of 10.0 in a variable and then pass this variable to the parameter YieldFactor,
    say,
    var xxx=10.0;
    Transaction=Test/YieldCalc&YieldFactor="xxx"&OutputParameter=YieldAverage.
    I have tried like this but it  didnt worked.
    is it possible ?
    how?

  • Launch a url by passing a parameter

    Hi,
    i need to call a jsp from a form(CRM Service Request form ) by passing a field value from that form ..
    how can i approch ... anyone pls suggest me ..
    i am able to launch a url through personalization ..Is there any possibility pass a field vale to that url(like Parameter) ...
    Regds,
    kumar

    hi ,
    i tried that doc 420541.1already its working fine ...but i need to pass a value to that url as
    parameter from that form...
    if not possible through personalization Is there any other alternate ..?
    Regards,
    kumar

  • How to pass multiple query string values using the same parameter in Query String (URL) Filter Web Part

    Hi,
    I want to pass multiple query string values using the same parameter in Query String (URL) Filter Web Part like mentioned below:
    http://server/pages/Default.aspx?Title=Arup&Title=Ratan
    But it always return those items whose "Title" value is "Arup". It is not returned any items whose "Title" is "Ratan".
    I have followed the
    http://office.microsoft.com/en-us/sharepointserver/HA102509991033.aspx#1
    Please suggest me.
    Thanks | Arup
    THanks! Arup R(MCTS)
    SucCeSS DoEs NOT MatTer.

    Hi DH, sorry for not being clear.
    It works when I create the connection from that web part that you want to be connected with the Query String Filter Web part. So let's say you created a web part page. Then you could connect a parameterized Excel Workbook to an Excel Web Access Web Part
    (or a Performance Point Dashboard etc.) and you insert it into your page and add
    a Query String Filter Web Part . Then you can connect them by editing the Query String Filter Web Part but also by editing the Excel Web Access Web Part. And only when I created from the latter it worked
    with multiple values for one parameter. If you have any more questions let me know. See you, Ingo

  • Commas not correctly processed when values are passed through the URL!!!!!!

    I think this is a bug. Any information about this will be greatly appreciated. Here's the scenario:
    There's a single page with 2 regions. The first region contains a simple SQL report. The second region is and HTML region that contains text and date form elements. The SQL report has a column link "Edit" that when pressed it populates form elements in the HTML region. The population of the form elements is done by passing the column values of the select row as variables along the URL. The problem is that commas within column value text are processed as delimiters in the URL. From my understanding and documentation, variables and their values are supposed to look like this:
    f?p=6000:6004:&APP_SESSION.::NO:6003:MY_ITEM1,MY_ITEM2,MY_ITEM3:1234,,5678
    where MY_ITEM1 will be set to 1234, MY_ITEM2 will be set to null and MY_ITEM3 will be set to 5678 (The URL was copied directly from the Apex 3.0 documentation without modification).
    However if the first value is text (lets say "some,thing") that contains a comma, then MY_ITEM1 will be set to the text preceding the comma in the first value (some), the MY_ITEM2 will be set to the text that comes after the comma in the first value (thing) NOT null and MY_ITEM3 will be set to null NOT 5678. Clearly, one would think that the comma in the first value should be escaped given that commas are used as delimiters of values in this URL scheme.
    The URL looks like this:
    f?p=6000:6004:&APP_SESSION.::NO:6003:MY_ITEM1,MY_ITEM2,MY_ITEM3:some%2Cthing%2C%2C5678
    However the URL should look like this:
    f?p=6000:6004:&APP_SESSION.::NO:6003:MY_ITEM1,MY_ITEM2,MY_ITEM3:some%2Cthing,,5678
    where MY_ITEM1 is set to "some,thing", MY_ITEM2 is null and MY_ITEM3 is set to 5678
    What does all this mean? This means that the escaped commas (%2C) are used as delimiters for the values. Additionally, any information that is passed that contains a comma will have it's comma escaped as well AND still considered as delimiters for values in the URL. Not to mention it's inconsistent with the official documentation.

    Never mind... problem solved.
    In the Apex docs says that you can embed commas if used within backslashes like: \123,45\.
    So in order to pass text that has a comma through the URL, one must force Apex to code the URL like this (assuming that the text is coming from a report):
    f?p=6000:6004:&APP_SESSION.::NO:6003:MY_ITEM1,MY_ITEM2,MY_ITEM3:\#A_COLUMN#\,,5678
    Sorry... no bug. :)

Maybe you are looking for

  • Use of HP All-in-one C6280

    Hey @all I have a MacBook Air and I want to use my HP All-in-one C6280. I downloaded a software from the HP homepage, but It doesn't work. If someone have a software please help me. Thanks!! Stefanie

  • Xorg.conf , nvidia 96xx and dual head failure

    i cant get Xorg to work with nvidia driver at all. here is where i am. setup aurch linux [X] setup xserver with NV driver 1 head[X] setup dual head[] ok so i cant even get nvidia drivers to work or dual head on the NV driver. i dont have an xorg.conf

  • Transfer from plant to Plant

    Hi guys, My scenario. I have two plant A(Customs warehouse) & B(Manufacturing Plant). Generally i will be importing materials to plant B whch is a manufacturing plant. In some cases  i will raise the purchase order from B plant and if need to brng th

  • I use gmail. How do I block junk emails and spam or create filters to delete them

    I Use an I pad and iPhone for gmail . how do I block spam and unwanted commercial emails. can I set filters as I do when using my MacBook Pro? I don't see the same "more" bottom on these devices. Please help.

  • Web pages only use part of monitor screen

    I just got a new computer, and I installed the latest version of Firefox. Unlike on my old PC, when I open Firefox, it loads in the middle of my monitor screen, leaving about 3-4 inches of empty screen on each side.