Discussion Board

Search:

Type: Posts; User: sebtain; Keyword(s):

Search: Search took 0.02 seconds; generated 5 minute(s) ago.

  1. Thread: cache control?

    by sebtain
    Replies
    2
    Views
    6,943

    Re: cache control?

    one of the way the cotrol the cache is

    response.setHeader("Cache-Control", "no-cache");
    response.setHeader("Pragma", "No-cache");
    response.setDateHeader("Expires", 0);
    ...
  2. Replies
    1
    Views
    3,793

    Re: How to set the MIME type

    <%
    String acceptHeader = request.getHeader("accept");

    if (acceptHeader.indexOf("application/vnd.wap.xhtml+xml") != -1)
    response.setContentType("application/vnd.wap.xhtml+xml");
    else if...
  3. Replies
    9
    Views
    10,833

    Re: April Poster of the Month

    great ...go on ...All the best.
  4. Replies
    4
    Views
    6,400

    Re: type of mobile browser that support the wap

    Thanks for your reply...mr peter
  5. Thread: Display WML

    by sebtain
    Replies
    1
    Views
    3,858

    Re: Display WML

    I think almost all mobile's support wml tags...what we need to do ..is...give appropriate..mine type or response type.... like..this

    response.setContentType("application/vnd.wap.xhtml+xml");
    ...
  6. Replies
    2
    Views
    7,441

    Re: How to delete cookies in a 6030 Nokia Phone?

    yah...i too feel the same..clearing the cache and cookie..will help...

    one more way to control..your caching...is programtically..u can do it

    response.setHeader("Cache-Control", "no-cache");...
  7. Replies
    2
    Views
    5,662

    Re: mime header accept

    I to want to know this.....

    please let me know us reagarding this...
  8. Replies
    3
    Views
    4,511

    Re: Direct phone to open a WAP page

    Hi..


    If Your using nokia..phone which is having gprs facility..
    Then do like this..

    ---menu.....web...then go options(left button)..bookmark mangaer ...say select..add book mark..in which ur...
  9. Re: How To Launch Application From WAP Browser When Browser URL Invoked

    Hello..

    Due to mean to ask..how to invoke the application from mobile..
  10. Replies
    1
    Views
    4,830

    Hi to all...

    We are developing a application which is having xhtml pages.

    In one of the page we have
    <input type="file" name=""> tag...

    This is tag is working fine in most of...
  11. Replies
    4
    Views
    6,400

    Re: type of mobile browser that support the wap

    Is xhtml MP...is standared to all the mobile phone..?

    please let me know..this...
    waiting for reply...
  12. Replies
    2
    Views
    4,810

    Re: Xhtml Dl and Div tags

    NOt all the mobile browser supports Xhtml...
  13. Replies
    3
    Views
    4,403

    Re: File upload support

    what is the back end your using ...

    if your using ..java..

    please insert the code in jsp and you will get maximum information..

    Enumeration headers=request.getHeaderNames();...
  14. Replies
    1
    Views
    4,539

    Re: Wml Password Help!

    It is better idea to validate the fields at the server side...

    you may feel more convient...in doing that...
  15. Replies
    1
    Views
    5,657

    Re: xhtml + jsp question

    yes , ofcource you can use xhtml+jsp

    most of nokia phones supports it..and other mobile phones also support ..but you may find some limitation..

    Try out..all the best..
  16. Re: how is wap browser to call local application?

    if your using emulator ...

    instead of calling application..through. localhost ...call ip address(ur application system) like 127.0.0.1 or some thing like this..

    All the best.
  17. Replies
    2
    Views
    5,203

    Re: wml and jsp connection??

    Boss,

    Jsp is viewable page ..as we generally write it in html pages..
    insted of html you write in ...wml....with appropriate wml tag.
    and save it as .jsp

    it will become jsp page(which will be...
  18. Replies
    1
    Views
    4,270

    Re: Problem WML for Nokia 6610 !!!

    please check out ...mime type you have declared.
  19. Replies
    5
    Views
    4,785

    Re: How should i run XHMTL on Nokia 7210 ?

    check out this link ..you can find a emulator..it's trial version ...period of 15- 30 days.

    http://www.wap-proof.com.

    All the best..
Results 1 to 19 of 19
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved