How to embed xml codes in jsp

hi there
does any one know how to embed xml codes in jsp??
if yes please how and where can i more information about it..
thanks

Have done this for SVG JSP (an xml document) as such:
<?xml version="1.0" encoding="US-ASCII"?>
<%@ page contentType="image/svg+xml"%>
.....and so on
Only caveat- Have noticed that <?xml version="1.0" encoding="US-ASCII"?>
needs to be the FIRST line of your page - make sure no carriage return between other scriplet code like this
Do NOT do like this:
<% ...code
%>
<?xml version="1.0" encoding="US-ASCII"?>
rather like this (if you have scriplets first):
<% ...code
%><?xml version="1.0" encoding="US-ASCII"?>
....and so on
Works for SVG- Hope helps in your situation
Jim

Similar Messages

  • How to embed html code in flash builder 4 ?

    How to embed html code in flash builder 4 ?

    Ya i tried by keeping <fx:Declarations> part but still it is throwing error,
    In flex3 we are making a component ex: <mx:canvas> and changeing that component to
    <cairngorm:ServiceLocator xmlns:mx="http://www.adobe.com/2006/mxml"
    xmlns:cairngorm="com.adobe.cairngorm.business.*">
    </cairngorm:ServiceLocator>
    if any one used 4.5 with cairngorm let me know
    thanks

  • How to embed Typekit code in Muse pages?

    How to embed Typekit code in Muse pages?

    Hi Enu1,
    Currently, you can only use and preview the free and open-source Typekit fonts in Muse.
    If you're comfortable with a little HTML/CSS, the Muse Insider wrote a post on how to insert the Typekit embed code from the Muse interface:
    http://museinsider.com/how-to-add-typekit-fonts-to-your-muse-site.html
    Or you can add the embed code to the Page Properties dialog within Muse, which will include it in the <head> of the page when you export your website.
    However, we do see the value of being able to design in Muse with all the fonts in your Typekit library. This will require a deeper integration between Typekit & Muse. I'll give the team a nudge in this direction for you.
    Let me know if you have any further questions and thanks for your patience.
    Cheers,
    Benjamin

  • How to embed javafx program in JSP?

    How to embed javafx program in JSP?

    This is hardly related to the original question, a separate thread would have been better...
    Anyway, you can look at [A Better Applet Experience, Part 1: a custom loading screen|http://weblogs.java.net/blog/joshy/archive/2008/08/a_better_applet.html] article for some hints.

  • Please help; how to write XML document with JSP?

    I try to write XML document with JSP...
    But I got wrong results everytime.
    The result is not XML file displayed in the browser,
    but HTML file.
    I even tried to use HTML special code for <, >, "
    but still display as HTML file not XML file.
    How to do this?
    Thanks in advance. I put my codes below.
    Sincerely,
    Ted.
    ================
    Here is code for the JSP (called stk.jsp):
    <%@ page contentType="text/xml" %>
    <%@ page import="bean.Stock" %>
    <jsp:useBean id="portfolio" class="bean.Portfolio" />
    <% java.util.Iterator pfolio = portfolio.getPortfolio();
    Stock stock = null; %>
    <?xml version="1.0" encoding="UTF-8"?>
    <portfolio>
    <% while (pfolio.hasNext())
    stock = (Stock) pfolio.next(); %>
    <stock>
    <symbol>
    <%=stock.getSymbol() %>
    </symbol>
    <name><%=stock.getName() %> </name>
    <price><%=stock.getPrice() %> </price>
    </stock>
    <% } %>
    </portfolio>
    =================
    Here is the code for bean.Stock:
    package bean;
    public class Stock implements java.io.Serializable
    String symbol, name;
    float price;
    public Stock(String symbol, String name, float price)
    this.symbol = symbol;
    this.name = name;
    this.price = price;
    public String getSymbol()
    return symbol;
    public String getName()
    return name;
    public float getPrice()
    return price;
    ===============
    And here is bean.Portfolio:
    package bean;
    import java.util.Iterator;
    import java.util.Vector;
    public class Portfolio implements java.io.Serializable
    private Vector portfolio = new Vector();
    public Portfolio()
    portfolio.addElement(new Stock("SUNW", "Sun Microsystem", 34.5f));
    portfolio.addElement(new Stock("HWP", "Hewlett Packard", 15.15f));
    portfolio.addElement(new Stock("AMCC", "Applied Micro Circuit Corp.", 101.35f));
    public Iterator getPortfolio()
    return portfolio.iterator();
    }

    Hi
    I'm not sure whta your query is but I tested your code as it is has been pasted and it seems to work fine. There is an XML output that I'm getting.
    Keep me posted.
    Good Luck!
    Eshwar Rao
    Developer Technical Support
    Sun microsystems
    http://www.sun.com/developers/support

  • Customizing Cheque Writer(Generic) to embed xml code and layout

    Hi All,
    I'm working on International HRMS.
    I need to customize the seeded Cheque Writer(Generic) Process generated Cheque to embed my layout and print cheques as per our business need. How to do this?
    Any inputs would help me immensely.
    Thanks

    It's relatively easier to just change the layout using the current xml tags than creating new fields. I am not sure if your environment is on 11i or R12 but the below links should help you get started on either of those
    http://www.docstoc.com/docs/21535879/Oracle-BI-(XML)-Publisher-with-Oracle-Payroll - Demo on building a check template
    http://www.oracle.com/technetwork/middleware/bi-publisher/overview/checkprintingxmlp-1-133080.pdf - exclusively for 11i
    459306.1 - How to Set Up and Use XML Checkwriter/Deposit Advice
    740727.1 - For Check Writer (XML) And Deposit Advice (XML) Can Custom Changes Be Made To Template?
    How To Assign/Modify XML Publisher Payment Templates [ID 414336.1]
    Note: 560979.1 - Check Writer (XML) Concurrent Process Does Not Generate An Output When Using A Custom Template
    Note: 787570.1 - Functional Set Up Steps and Basic Trouble Shooting Tips for Payroll XML Check Writer
    Let me know if you have any questions
    -Karthik

  • How to embed html codes for videos games etc... in action script 3.0

    i am trying to embed a chatbox on my action script 3.0 website. but i am having no succes. any help on how to get my chatbox on a page using html code

    Hey thnx Ned.
    this sites are really helpful.but,i have used sound through button.so how it is possible to attavh the link with slider.i have created slider also.
    Below is my slider code for sound.
    onClipEvent (load) {
        mySound1 = new Sound();
        mySound1.loadSound((myScale)+"/"+(myTanpura)+"/"+(myTanpuraSwar)+"/"+(myTanpuraTempo)+".w av", true);
        mySound1.onSoundComplete = function() {
        mySound1.start();
        mySound1.start(0.058,999);
    onClipEvent (enterFrame) {
        downloaded = mySound1.getBytesLoaded();
        total = mySound1.getBytesTotal();
        if (downloaded != total) {
            _root.dl = "You have to buy this software...";
        } else {
            complete = 1;
            _root.dl = "";
        mySound1.setVolume(ratio * 2);
    This code is working for slider.I mean it scrolls the slider.but it dosent make any effect to sound.
    Below is my button code.
    stop();
    mySoundBtn4.onRelease = function () {
              mySoundC = new Sound(this);
              mySoundC.attachSound("mySoundClip4");
              mySoundC.start(0, 300);  //10 represents the number of loops
              gotoAndPlay("play1");
    this is on button's frame.not exactly on button.
    Button and Slider both are on diffrent scene.
    Can you plese help me out?

  • How to Embed ISR code data into video

    Hello,
    I have finished a music video, and the client would like me to embed the video with an ISR code. Does anyone know how to do this?
    It is a code that tracks the downloads, and it needs to put into the video as well as the audio.
    Any help would be wonderful!
    Thanks Lucinda Spurling

    Yep I mean ISRC sorry.  Evidently I need to embed it into the video file not the burn, as it is going to a
    mastering house. I need to put it into the meta data I think of the mp4 file.
    Not sure how to do that. ? Any Ideas
    thanks for your help
    L

  • How to embed widget code in a page or template?

    Hi All - I have been using Dreamweaver 8 for a little over a year and still feel like I'm stumbling along...
    The idea of Widgets is fairly new to me but from all the "Free Widget" sites, I got the idea that it was as easy as cut & paste into the page code...
    Okay, something isn't right... the code shows up on the page as text, not the nice little widget iself.
    HOW do I go about getting these little apps to work on my site?
    I have the macromedia extension manager, but is it an extension or is it the code itself and how to place it that matters?
    Help! .. I am really unsure about anything involving code...so please use small words!
    Thanks!

    journalgrrl wrote:
    I am sorry, I thought it was pretty straightforward... if Dreamweaver is supposed to be designer-friendly.
    It depends what you mean by "designer-friendly". Dreamweaver is a professional web development tool. It speeds up the development of websites using  HTML, CSS, JavaScript, and other web-related languages. If you have been using it for a year and still feel you're stumbling along, it sounds as though you don't understand the tool you're trying to use. Without a sound knowledge of HTML and CSS, Dreamweaver will always remain an uphill struggle.
    If you understand the web technologies you're working with, cutting and pasting a widget isn't particularly difficult. But if you don't understand JavaScript and how it interacts with HTML, the process becomes more difficult.
    I see that you're new to the forum. Please take a few moments to read How to get help quickly. One of the things it explains is that it's always a good idea to put an example of the problem you're having on a website and post the URL. By seeing things in context, it's much easier for others to help you. Solving your problem may be something that can be fixed in a jiffy, or it might be much more complicated. At the moment, though, your question is far too vague. It's like ringing up a garage and saying your car isn't running well. The first thing the mechanic will tell you is to bring it in so he can look at it.
    You have posted this question in the Dreamweaver Application Development forum, which deals mainly with PHP, ASP, and other server-side languages. I'm moving this thread to the main Dreamweaver forum, which has more users who might be able to offer further advice.

  • How to display xml code in page?

    Hi,
       I have a string which content is a xml file, I want to display the content of string in xml mode, such like dispalying a xml file in IE browser. How to do it?
        Thanks a lot!

    set the MIME type of the page to "text/xml".
    while creating the page if you create it with extention .xml, the system would automatically set this for the page.
    and just place the string holding the XML in the layout .
    <%=stringholdingxml%>
    Regards
    Raja

  • How to embed java code in Expression Language?

    Hi,
    I'm wanting to write a EL like:
    rendered="#{!cardOption==1? true : false}"But I got the exception as following:
    Exception:
    Attempt to coerce a value of type "java.lang.Integer" to Boolean
    How to correct it? Thanks for your help!
    Paul

    rendered="#{!cardOption==1? true : false}"It should be rendered="#{!(cardOption==1)? true : false}"or simply rendered="#{cardOption!=1}"

  • How-to show XML code into HTML page???

    I have not formatted String,
    String str = <target name=\"-post-compile\"><obfuscate><filesetdir=\"${build.classes.dir}\"/ > </obfuscate></target>;
    how I can show this String on Web page in the this format?
    <target name="-post-compile">
            <obfuscate>
                  <fileset dir="${build.classes.dir}"/>
            </obfuscate>
    </target>Thanks.

    You would need to escape all of the characters. ie < should become &lt; and > should be &gt etc etc; You would probably also have to put in the tabs/<br> tags in appropriate places.
    The JSTL c:out tag which automatically escapes characters for you, but how you want it laid out is completely up to you to program.

  • Looking for sample code of JSP consumer of  XML

    Does anyone have info. on how to send XML to a JSP? Hopefully, I can have any client (able to post to http), create the XML, then send it off to a URL which is a JSP. The JSP then parses the XML and builds html based on data from the XML.
    Thanks,
    Jay

    I'm not quite sure I understand what you mean. Do you want someone to be able to send an xml file via Http POST and have you transform that to html to display?
    Anyway, here is some code wich may be useful.
    The following is from a servlet used to transform data generated from a sql database to xml and to send the xml to a browser:
         response.setContentType("text/xml");
         PrintWriter out         = response.getWriter();
         JDBC2XML jdbc2xml   = new JDBC2XML();
         DataSource ds         = JNDIBean.lookupDataSource(request.getParameter("dsName"));
         out.println(jdbc2xml.execute(ds, request.getParameter("sql")));In the above, the JDBC2XML just generates the xml from the sql.
    The following is from a servlet which recieves xml and transforms it to html. The servlet is mapped to *.xsl and uses the xsl file requested to do the transformation.
             TransformerFactory tFactory = TransformerFactory.newInstance();
             //get the real path for xml and xsl files.
             String ctx = getServletContext().getRealPath("") + FS;
             // Get the XML input document and the stylesheet.
             Source xmlSource = new StreamSource(new StringReader(xml));
             Source xslSource = new StreamSource(new URL("file", "", qryDoc).openStream());
             // Generate the transformer.
             Transformer transformer = tFactory.newTransformer(xslSource);
             // Perform the transformation, sending the output to the response.
             transformer.transform(xmlSource, new StreamResult(out));FS in above is: System.getProperty("file.separator");
    If you simply want a jsp to display xml using a stylesheet I suggest you use JSTL - it's simple to learn and all the work has already been done for you. BTW, if you so choose, feel free to modify/re-write any of the above code to meet your needs. YMMV.

  • How can we store xml data using jsp

    hai,
    Can anyone please explain in brief how to store xml data using jsp. Also if possible please explain by specifying the code.
    regards,
    Praveen Vinnakota.

    [email protected] wrote:
    how can we publish Labview data using the web?
    You could use shared variables and publish them to the network or use data sockets.
    Kudos always welcome for helpful posts

  • Query in ASWE XML code doesn't return data

    Hello, since people on the Oracle Metalink site are to lazy to give an answer to this question. I'll try it via this forum. Here we go:
    I'm developing wireless applications running on Oracle9i Application Server Wireless Edition. I'v tried to implement the employee sample from Oracle Online Mobile Studio (studio.oraclemobile.com). The sample name is employee.jsp. This sample combines XML code with JSP.
    (code at the end of the text)
    When I test the sample I get no query results.
    When you take the first option for example, (search by dept number) the query result will not be displayed. I think it has something to do with the "executeQuery" line.
    rset = stmt.executeQuery("select * from EMP where EMPNO='" + empNum + "'");
    After giving the following input (employeenumber) 7369 (which excists in the
    database). I get the following errors:
    The panama server log returns the following error:
    1/14/02 5:19:28 PM NOTIFY : [Thread-13]
    core.XSLTransformerImpl.getXSLProc(XSLTransformerImpl.java:120)
    Create 10 number of XSL-processor for TINY_HTML
    1/14/02 5:19:35 PM NOTIFY : [Thread-15]
    adapter.URLAdapter.invoke(URLAdapter.java:240)
    URL = http://host/portal/test/employee.jsp
    1/14/02 5:19:37 PM NOTIFY : [Thread-17] adapter.URLAdapter.invoke(URLAdapter.java:240)
    URL =http://host/portal/test/employee.jsp?choice=empNum
    1/14/02 5:19:49 PM NOTIFY : [Thread-19]adapter.URLAdapter.invoke(URLAdapter.java:240)
    URL =http://host/portal/test/employee.jsp?&empNum=7369
    1/14/02 5:19:50 PM ERROR : [Thread-19]rt.common.Controller.reportServiceInvocationError(Controller.java:707)
    Service Invocation Error: Stream closed.
    The jserv.log returns the following error:
    [14/01/2002 17:19:50:431 CET] Invalid column name
    java.sql.SQLException: Invalid column name
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:210)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:273)
    at oracle.jdbc.driver.OracleStatement.get_column_index(OracleStatement.java:4383)
    at oracle.jdbc.driver.OracleResultSetImpl.findColumn(OracleResultSetImpl.java:667)
    at oracle.jdbc.driver.OracleResultSet.getString(OracleResultSet.java:1374)
    at portal.test._employee._jspService(_employee.java:201)
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java)
    at oracle.jsp.JspServlet.internalService(JspServlet.java)
    at oracle.jsp.JspServlet.service(JspServlet.java)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:402)
    at org.apache.jserv.JServConnection.run(JServConnection.java:260)
    at java.lang.Thread.run(Thread.java:479)
    Does this have something to do with the encoding of the query result in the select statement? As you can see the variable is in the requeststring (URL = http://host/portal/test/employee.jsp?&empNum=7369)
    My database connection works fine (I've also tested the query using SQL plus and the SQL adapter also works).
    Is this the right statement?: ("select * from EMP where EMPNO='" + empNum + "'");
    I can not do anything with the error in the jserv.log (java.sql.SQLException: Invalid column name).
    The columnname EMPNO excists in the example table. The query in SQL plus gives a result.
    Can someone give my any suggestions?
    Thanks in advance.
    Thomas Wesseling, UCC
    ### Code of employee.jsp ###
    <?xml version="1.0" encoding="UTF-8"?>
    <SimpleResult>
    <SimpleContainer>
    <%@ page language="java" import="java.sql.*, java.util.*, java.text.* "%>
    <%
    //URL variables
    String choice = request.getParameter("choice");
    String empNum = request.getParameter("empNum");
    String lastName = request.getParameter("lastName");
    String jobTitle = request.getParameter("jobTitle");
    String deptNum = request.getParameter("deptNum");
    String notFoundMsg = null; //String for containing varying not found msg
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@172.16.0.51:1521:ora816", "scott", "tiger");
    Statement stmt = conn.createStatement();
    ResultSet rset = null;
    //**** Start of service - first card ****
    if (choice==null && empNum==null && lastName==null &&
    jobTitle==null && deptNum==null)
    %>
    <SimpleMenu title="Employee Search by:">
    <SimpleMenuItem target="employee.jsp?choice=empNum">Employee Number</SimpleMenuItem>
    <SimpleMenuItem target="employee.jsp?choice=lastName">Name</SimpleMenuItem>
    <SimpleMenuItem target="employee.jsp?choice=jobTitle">Job Title</SimpleMenuItem>
    <SimpleMenuItem target="employee.jsp?choice=deptNum">Dept Number</SimpleMenuItem>
    </SimpleMenu>
    <%
    //**** SECOND CARD - which search criteria ****
    if (choice!=null)
    if (choice.equals("empNum") && empNum == null)
    %>
    <!-- show search by employee number -->
    <SimpleForm target="employee.jsp?">
    <SimpleFormItem name="empNum" format="*N">Enter Employee Number: </SimpleFormItem>
    </SimpleForm>
    <%
    else if (choice.equals("lastName") && lastName == null)
    %>
    <!-- show search by last name -->
    <SimpleForm target="employee.jsp?">
    <SimpleFormItem name="lastName" format="*A">Enter Last Name: </SimpleFormItem>
    </SimpleForm>
    <%
    else if (choice.equals("jobTitle") && jobTitle == null)
    %>
    <!-- show search by job title -->
    <SimpleForm target="employee.jsp?">
    <SimpleFormSelect name="jobTitle" title="Enter Job Title:">
    <SimpleFormOption value="CLERK">Clerk</SimpleFormOption>
    <SimpleFormOption value="SALESMAN">Salesman</SimpleFormOption>
    <SimpleFormOption value="MANAGER">Manager</SimpleFormOption>
    <SimpleFormOption value="ANALYST">Analyst</SimpleFormOption>
    <SimpleFormOption value="PRESIDENT">President</SimpleFormOption>
    </SimpleFormSelect>
    </SimpleForm>
    <%
    else if (choice.equals("deptNum") && deptNum == null)
    %>
    <!-- show search by dept number -->
    <SimpleForm target="employee.jsp?">
    <SimpleFormItem name="deptNum" format="*N">Enter Dept Number: </SimpleFormItem>
    </SimpleForm>
    <%
    //**** THIRD CARD - query DB based on criteria ****
    //**** empNum entered as search criteria ****
    if (empNum != null) //empNum is entered as search criteria- NEED TO TEST FOR NON-int
    rset = stmt.executeQuery("select * from EMP where EMPNO='" + empNum + "'");
    if (rset.next()) //if rset returns data, show data
    do {
    %>
    <%@ include file="showResult.jsp" %>
    <%
    } while (rset.next());
    } //end rset.next() is true
    else
    notFoundMsg = "Employee Number " + empNum + " Not Found";
    %>
    <%@ include file="notFound.jsp" %>
    <% }
    } //end if empNum != null
    //**** lastName as search criteria ****
    else if (lastName != null)
    rset = stmt.executeQuery("select * from EMP where ENAME='" + lastName + "'");
    if (rset.next())
    do {
    %>
    <%@ include file="showResult.jsp" %>
    <%
    } while (rset.next());
    } //end rset.next is true
    else
    notFoundMsg = "Name " + lastName + " Not Found";
    %>
    <%@ include file="notFound.jsp" %>
    <% }
    } //end if lastName != null
    //**** jobTitle as search criteria ****
    else if (jobTitle != null)
    rset = stmt.executeQuery("select * from EMP where JOB='" + jobTitle + "'");
    if (rset.next())
    do {
    %>
    <%@ include file="showResult.jsp" %>
    <%
    } while (rset.next());
    } //end rset.next is true
    else
    notFoundMsg = "Job Title " + jobTitle + " Not Found";
    %>
    <%@ include file="notFound.jsp" %>
    <% }
    } //end if jobTitle != null
    //**** deptNum as search criteria ****
    else if (deptNum != null) //deptNum is entered as search criteria
    rset = stmt.executeQuery("select * from EMP where DEPTNO='" + deptNum + "'");
    if (rset.next())
    do {
    %>
    <%@ include file="showResult.jsp" %>
    <%
    } while (rset.next());
    else
    notFoundMsg = "Dept Number " + deptNum + " Not Found";
    %>
    <%@ include file="notFound.jsp" %>
    <% }
    } //end if deptNum != null
    conn.close();
    %>
    </SimpleContainer>
    </SimpleResult>
    ### Code of NotFound.jsp ###
    <SimpleText>
    <SimpleTextItem><%=notFoundMsg%></SimpleTextItem>
    <Action label="Search" type="ACCEPT" task="GO" target="employee.jsp?"></Action>
    </SimpleText>
    ### Code of ShowResult.jsp ###
    <%
    //format date from query
    java.sql.Date date = rset.getDate("HIREDATE");
    String hireDate = DateFormat.getDateInstance(DateFormat.MEDIUM).format(date);
    %>
    <SimpleText>
    <SimpleTextItem>Emp#: <%=rset.getString("EMPNO")%></SimpleTextItem>
    <SimpleTextItem>Name: <%=rset.getString("ENAME")%></SimpleTextItem>
    <SimpleTextItem>Job: <%=rset.getString("JOB")%></SimpleTextItem>
    <SimpleTextItem>Manager: <%=rset.getString("MGR")%></SimpleTextItem>
    <SimpleTextItem>Hire Date: <%=hireDate %></SimpleTextItem>
    <SimpleTextItem>Salary: <%=rset.getString("SAL")%></SimpleTextItem>
    <SimpleTextItem>Commission: <%=rset.getString("COMM")%></SimpleTextItem>
    <SimpleTextItem>Dept#: <%=rset.getString("DEPTNO")%></SimpleTextItem>
    <SimpleTextItem>Email: <%=rset.getString("EMAIL")%></SimpleTextItem>
    <SimpleTextItem>Phone: <%=rset.getString("PHONE")%></SimpleTextItem>
    <Action label="Search" type="SOFT1" task="GO" target="employee.jsp"></Action>
    <Action label="Call" type="OPTIONS" task="CALL" number="<%=rset.getString("PHONE")%>"></Action>
    </SimpleText>

    Is EMPNO really a string field and not a numeric field? Your query is like
    ... where EMPNO='1949'
    and should it perhaps be
    ... where EMPNO=1949
    ?

Maybe you are looking for

  • I can't roundtrip from Aperture 3.3.2 to Photoshop!

    Hi, I am having significant problems with Aperture and Photoshop interaction. As a working professional photographer it is a serious issue that is causing me real stress and it is commercially important that I rectify it quickly. After extensive test

  • When i plug in my ipod, i get nothing

    the manual says that when i plug in my ipod, itunes is supposed to come up. well, mine doesn't. i downloaded itunes and everything, but it won't work. i can get songs loaded onto my itunes account, but they don't load to my ipod when hooked up.

  • I can't receive emails

    I have a question. I can't receive emails on my n97, i can do a configuration but when a try to receive stays like 2 minutes on "turn to mail box" in the end just say "ends time limit to a operation" and i don't have emails on mail box :x this happen

  • Why does iTunes Store not acknowledge my subscription

    I have a Season Pass to Madam Secretary.  The instructions say that includes all present and future episodes of season 1 yet now the iTunes store wants me to purchase new episodes. Any idea what is going on?

  • I need to install Mozilla Firefox 3, is this download Mozilla Firefox 3?

    If I download the Mozilla Firefox from this site will it be Mozilla Firefox 3?