Page Expiration and "Edit" in Internet Explorer

Hi All,
I have built a a admin system whereby a jsp page is a standard business contract that is displayed in Internet Explorer and printed out. However sometimes the contract needs to be altered slightly, so I thought you would be able to hit "Edit" in the browser, however for some reason "Edit" is disabled. Microsoft knowledgebase say that is because the page has "expired" already i.e. "Expires" is not set - so I tried using
response.setDateHeader("Expires", new Date().getTime()+1000);
to set an expiry bt this does not sem to work - any ideas anyone?

I am talking about being able to "Edit" the currently displayed html page.The reason I mentioned using the "Edit" on the browser menu bar is because that function will not work with JSP or other dynamically created web pages. It's designed to edit static web pages.
It might let you edit something ... the textual output from the page generator ... but there's no way the browser will be able to save that back to a dynamic JSP page.
Now, this is just what it sounds to me like you want to do, and if I've got your intent up-side-down and backwards, I apologize. But I think what you probably want to do is to set up a form with a submit button that will send specific fields back to the web server. Then, on your web server, a JSP program will handle those fields and make updates to some sort of database.
The "Edit" menu button on the browser can not do anything like to that.

Similar Messages

  • I have used fire fox for a long time but have nothing but problems loading web sites..i think the time has come to uninstall firefox and go with internet explore..im tired of wasting my time trying to load web pages.

    Question
    i have used fire fox for a long time but have nothing but problems loading web sites..i think the time has come to uninstall firefox and go with internet explore..im tired of wasting my time trying to load web pages.

    does not solve problem..guess i'll have to get rid of firefox..never had problen before but to much hassle loading web sites.

  • OS X Server Wiki pages do not display in Internet Explorer 9

    I recently did a clean instalof OS X Server 10.8.2 on my Mac Mini using the recently released version 2.2 (build 166) of the Server App.  Today - after enabling the Wiki - I noticed that the body of the Wiki pages no longer display on Internet Explorer 9 - only the Please Login banner displays.  The Wiki Page body shows only as a squashed down blank rectangular box near the top of the screen.  This happens on all of the PC's that I have tried - both internal and external.
    There were a number of Wiki Enhancements listed in the release notes for Version 2.2 of the Server App.  These enhancement appear to have made it impossible to acess the Wiki using Internet Explorer.
    The Wiki pages are fine using Safari (Mac or Windows) - Firefox (Mac or Windows) and Chrome (Mac or Windows).  The problem is only with IE 9.
    Out of curiosity - I restored an image of my server from last week - prior to the Server App 2.2 udpate - and Wiki (from version 2.1.x) pages work fine in Internet Explorer 9.  (At this point I'm not sure if it is just IE 9 - or other versions of IE.
    Additionally - if I disable the Wiki - and just enable the default website - the default website displays fine in IE 9 - but as soon as I click on "change password" at the bottom of the page - the Enter Old and New Password window - also does not display - similar rectangular box - with just Change Password text in it.
    So the problem is not just with the Wiki.  Unfortunately I do not have any websites set up yet to test with.
    Here is what I see (in IE 9) on the main Wiki page as of version 2.2 of the server app:
    Is anyone else experiencing this?  I will probably open a support issue - because my brand new Mac Mini is covered under AppleCare.
    ~Scott
    Message was edited by: SBeattie2  (Reinserted Screen Print)

    If I save the page as a web archive and then open it MS Word - I see the following text at the bottom:
    <div class="noscript"> To use wikis, enable JavaScript.</div>
    JavaScript is enabled - via Tools / Internet Options / Security - the checkbox for Active Scripts is set to enabled.

  • I can no longer send or respond to email from my Firefox browser. I closed and sent from Internet explorer and it works fine. What changed? The only thing different this morning, I downloaded Adobe uprade?

    Question
    I can no longer send or respond to email from my Firefox browser. I closed and sent from Internet explorer and it works fine. What changed? The only thing different this morning, I downloaded Adobe uprade?

    I had this hotmail issue myself a while back. I Googled, scanned MS website, scanned MSN website, visited forums, couldn't figure it out. I tried Firefox and Opera and even changed the Opera mask setting from Opera to Internet Explorer. Nothing worked. My best guess was that I was signing on (with the new MSN Live as opposed to MSN Hotmail - the OLD interface) with the "Remember me on this computer?" box checked. I now make sure it is un-checked (which is not the default) and hotmail lets me in.
    Not exactly sure if that is the real remedy, but thot I'd throw the story your way just in case...

  • Firefox will not access the internet. I have used Firefox for years and the past week I have not been able to get on the internet??? What is the problem. My interent works as I get email and can iuse Internet Explorer to access.

    Firefox will not access the internet. I have used Firefox for years and the past week I have not been able to get on the internet??? What is the problem. My interent works as I get email and can iuse Internet Explorer to access

    Which version of Firefox are you using?
    See
    * https://support.mozilla.com/en-US/kb/Firefox%20cannot%20load%20websites%20but%20other%20programs%20can

  • IPad browser showing outdated browser and asking for internet explorer updation . dont know what to do.?

    iPad browser showing outdated browser and asking for internet explorer updation . dont know what to do.?

    It's coming when I try to open yahoo.not able to open yahoo.now how can that be outdated? It's opening fine in my laptop, problem only in iPad mini. Can anyone help?

  • I cannot watch yahoo videos using your service; switch to internet explorer to watch; do I need to delete your serverice and switch to internet explorer?

    I cannot watch yahoo videos using your service; switch to internet explorer to watch; do I need to delete your serverice and switch to internet explorer? I would like that question answered first.

    Hi kaylenmar, I assume videos play normally for you on YouTube and other sites.
    There have been several long threads about Yahoo! videos and what might make them different from other sites. The upshot is that different people have found different problems and different solutions. For example, extensions that filter or block ads or prevent tracking can cause problems, as can the click-to-play feature.
    One approach that worked for most people who mentioned trying it is to switch to Firefox 24, which is in the final two weeks of its beta testing period. You can expect a few more rough edges with a beta version than with the released version. However, it might be worth it if you don't like switching browsers to watch Yahoo videos.
    I suggest making a backup of your Firefox settings folder before installing Firefox 24. This article has tips on doing that: [[Back up and restore information in Firefox profiles]].
    Firefox 24 beta is available here: http://www.mozilla.org/en-US/firefox/beta/

  • Programmatically Set Page Setup when printing with Internet Explorer?

    Hello,
    I'm using the LabVIEW 7.1 Print HTML Report VIs.
    However, I'd like to change the default margings and footer and headres of Microsoft internet explorer which is used to do the actual printing.
    I tried to find a way using the functionality of IWebBrowser2 (Wich is actaully used by the original VIs). It seems I have to use OLECMDID_GETPRINTTEMPLATE and pass a structure of the type ITemplatePrinter.
    How can this be done - or is there a more simple way to do this?
    Thanx,
    Rainer

    I'm looking for the same features.  Ideally you would be able to send the page setup parameters to IE programatically but so far I've had no luck doing that or finding any reference on how it would be done.  The closest thing I've seen is the print templates, but I am still unsure how those would be implemented exactly.  I did find this reference for the template which seems fairly descriptive:
    http://msdn2.microsoft.com/en-us/library/bb250434.aspx
    Message Edited by Deej60 on 04-03-2007 06:17 PM

  • Page won't load in Internet Explorer

    I have this popup jsp page that loads perfectly in Mozilla Firefox but it wont load in Internet Explorer. There are no errors reported by internet explorer. What am i missing here?
    This is the link that refers to the page:
    add schedule
    This is the page that won't load in internet explorer:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ include file="/WEB-INF/jsp/include.jsp" %>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Drishti DACX Customized Reports version 0.1</title>
    <link rel="stylesheet" type="text/css" href="css/main.css" />
    <script type="text/javascript">
    var str="<c:out value="${reloadnow}"/>";
    if (str=="true") {
    window.opener.document.location = 'generate.htm';
    window.close();
    </script>
    <script language="javascript" type="text/javascript" src="js/datetimepicker.js" />
    </head>
    <body>
    <h4>Add/Edit Schedule</h4>
    Instruction: Fill out the form below and click on the save button. You may change the default Rate per Sale defined in your campaign preferences.
    <form name="createEntryForm" method="post">
    <c:if test="${addSchedEvent==''}">
    <input type="hidden" name="hdnEvent" value="add">
    </c:if>
    <c:if test="${addSchedEvent!=''}">
    <input type="hidden" name="hdnEvent" value="<c:out value="${addSchedEvent}"/>">
    </c:if>
    <input type="hidden" name="id1" value="<c:out value="${id}"/>">
    <table cellspacing=1 cellpadding=1 border=0 width="100%" height="100%">
    <tr>
    <td align="right" width="30%" class="item2">Date:</td>
    <td> <input name="callDate1" id="callDate1" type="text" size="20" value="<c:out value="${callDate}"/>"> <img src="images/cal.gif" width="16" height="16" border="0" alt="Pick a date"><br> <small><font size="1">mm-dd-yyyy</font></small></td>
    </tr>
    <tr>
    <td align="right" width="30%" class="item2">Total Agents:</td>
    <td> <input name="totalAgents1" type="text" size="10" value="<c:out value="${totalAgents}"/>"></td>
    </tr>
    <tr>
    <td align="right" width="30%" class="item2">Payroll Hours:</td>
    <td> <input name="payrollHours1" type="text" size="10" value="<c:out value="${payrollHours}"/>"></td>
    </tr>
    <tr>
    <td align="right" width="30%" class="item2">Rate per Sale (in USD):</td>
    <td> <input name="ratePerSale1" type="text" size="10" value="<c:out value="${ratePerSale}"/>"></td>
    </tr>
    <tr>
    <td align="right" width="30%" class="item2">Percentage Net:</td>
    <td> <input name="percentNet1" type="text" size="10" value="<c:out value="${percentNet}"/>"></td>
    </tr>
    <tr>
    <td colspan="2" align="center"><br>
    <c:if test="${addSchedEvent!='delete'}"><input type="submit" value=" Save " onclick="return confirm('Are you sure you want to save this schedule?');"> </c:if>
    <c:if test="${addSchedEvent=='delete'}"><input type="submit" value=" Delete " onclick="return confirm('Are you sure you want to delete this schedule?');"> </c:if>
    <input type="button" value="Cancel" onclick="window.close();"></td>
    </tr>
    </table>
    </form>
    </body>
    </html>
    Content of include.jsp:
    <%@ page session="true"%>
    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
    <%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
    <%@ taglib prefix="spring" uri="/spring" %>
    <%@ taglib prefix="ui" uri="/datagrid" %>

    Firstly, common error: missing closing HTML comment at the end of the <style> block (in the <head> section) so the browser thinks the entire page code is a HTML comment and ignores it all.
    Always check that HTML comments are correctly closed, particularly inside <style> blocks.
    Around line 130
    change:
    .style75 {color: #CCCCCC}
    </style>
    to:
    .style75 {color: #CCCCCC}
    -->
    </style>
    The "-->" tells the browser that the HTML comment (ignored by browsers) is complete and the browser should start reading and displaying the code again in the browser window.
    See if that helps.

  • New page shows as old in internet explorer?

    Hi, I am working in Dreaweaver and the site I am creating
    needs to have three different themed sections. One of the sections
    was called 'Galaxy' but today I was told I needed to change it to
    'Orient'. So I right-clicked on the file where it was listed on the
    right hand side, and changed the name from Galaxy to Orient. I also
    changed the name in 'Title' at the top of the screen. Since doing
    this I have compeltely redesigned every page, using a different
    background and links etc, but my problem is that when I press F12
    to view the site in Internet Explorer, when the Orient link is
    clicked, it shows the old Galaxy page! I changed two of the themes
    on different pages, and both of them are showing up as the old
    pages, even though I have completely re-designed the pages and
    changed all the links to link to the new pages!
    I am completely stumped and would be incredibly grateful if
    anyone can help me work out where I have gone wrong!
    Thanks so much!

    > When I press F12 to preview the site, the link to the
    Orient page is as
    > follows:
    >
    > C:\Documents and Settings\Tracy\My
    Documents\Serenity\Orient
    > But how do I make it so the .htm is there and doesn't
    need to be typed in
    > order to preview the page? I have this problem with two
    different pages.
    okay-- so the path is wrong.
    Open the page for editing in dreamweaver.
    Select that link with the mouse.
    In the Properties Inspector, use the folder icon next to the
    Link box to
    browse to the correct file.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Webpages load slowly in Firefox (about 5 minutes or longer for most pages) but load instantly in Internet Explorer. This has been happening for the last few upgrades, but years ago never used to be a problem. What could it be?

    I don't think it's every webpage, but most of them, and all pages open instantly in Internet Explorer but Firefox takes minutes to open a page and just sits there with a white screen while it's loading.

    It's possible that you are having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not caused by one (or more than one) of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] (don't forget to select ''Disable all add-ons'' when you start safe mode). If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and themes and [https://support.mozilla.com/en-US/kb/Troubleshooting+plugins this one] for plugins.
    If you need support for one of your add-ons, you'll have to contact its author.
    If the problem does not disappear when all add-ons are disabled, please tell me, so we can work from there. Please have no fear of following my instructions to the line, as all can be easily undone.

  • Problems with page not showing up in Internet Explorer

    I uploaded my page. All was fine. Looked good in all
    browsers.
    home.gci.net/~larry-and-jackie/index.htm
    Now all of a sudden my index.htm page (also have default.htm
    page) shows up as a black screen only no pictures. No words.
    All of the sub pages show up fine if you add that to the
    address. Just the Index. is not showing up in Internet Explorer.
    Looks good in Firefox, Netscape and Safari.
    example home.gci.net/~larry-and-jackie/index3.htm
    Anybody have any suggestions?
    J Whedbee

    I'm seeing the entry page at:
    http://home.gci.net/~larry-and-jackie/
    with no problems.
    I'm also seeing
    http://home.gci.net/~larry-and-jackie/index.htm
    with no
    problems... pics, black background.
    http://home.gci.net/~larry-and-jackie/default.htm
    is just the same as
    index.htm
    http://home.gci.net/~larry-and-jackie/Index.htm
    (note the capital "I" )
    can't be seen .... no such file.
    Not sure why you would have an index.htm and a default.htm
    both really
    aren't needed.
    Have you tried clearing your browser cache?
    Nadia
    Adobe® Community Expert : Dreamweaver
    Tutorials |SEO |Templates
    http://www.DreamweaverResources.com
    http://www.perrelink.com.au
    CSS Tutorials for Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/css.html
    "J L Whedbee" <[email protected]> wrote in
    message
    news:enccnu$n4t$[email protected]..
    >I uploaded my page. All was fine. Looked good in all
    browsers.
    >
    > home.gci.net/~larry-and-jackie/index.htm
    >
    > Now all of a sudden my index.htm page (also have
    default.htm page) shows
    > up as
    > a black screen only no pictures. No words.
    >
    > All of the sub pages show up fine if you add that to the
    address. Just the
    > Index. is not showing up in Internet Explorer.
    > Looks good in Firefox, Netscape and Safari.
    >
    > example home.gci.net/~larry-and-jackie/index3.htm
    >
    > Anybody have any suggestions?
    >
    > J Whedbee
    >
    >
    >

  • Flash video, .4fv files in particular won't play in Firefox - Any one have any suggesstions? I already updated my Flash player and plays in Internet Explorer and Chrome

    If you look at this page in Firefox, http://www.vpi-corp.com/Empower-Demo/index-iframe.asp, you will see that the html portion of the page loads, and if you right click in the white area in the middle, the Flash is present as well. I can view this page correctly in Internet Explorer and Chrome. I have tried to export the movie as far back as Flash 7.0, but will not resolve. I have also been able to see this video for a while in Firefox, but then mysteriously went away. Any help would be appreciated. I suspect some patch to the programming on this page will be necessary.

    That f4v file is send as text/plain, maybe that is causing it
    *http://dl<i></i>.dropbox<i></i>.com/u/17240132/VPI/video/Call-Center/CC-Overview-Video<i></i>.f4v

  • Firefox will load the web site but will not let you see the next page but I can on Internet Explorer

    When I go to wth.org jobs on firefox the first page of jobs come up but there is still 5 more pages of jobs to see. when i click the next page firefox says the page cannot be displayed. I can go to Internet Explorer and look at all the pages. what is the problem please?

    I'm not sure that I understand what you mean.<br />
    The two images at the top are animated GIF images.<br />
    What do you mean with: ''FireFox is automatically swapping toward other " http://www.free.fr" home page'' ?
    Do you mean that Firefox goes by itself to the www.free.fr if you open the leschamoisvolants.free.fr site ?

  • Why does Adobe 9 and Windows 7 Internet explorer not play well?

    I just upgraded to Windows 7 and Adobe 9 came with the software package for new computer. Everytime I try to download a pdf file from Internet explorer it times me out and I end up with an error message   "there is a problem with Adobe Acrobat/Reader. Please close and try again later."  and no pdf. Explorer closes and I have to try again all over again.
    Any help out there would be great 

    Unfortunately, you have posted to the Forum Comments forum. You need to post to the Acrobat Reader forum, assuming that you are talking about Reader, otherwise post to the Acrobat Pro forum.
    Good luck,
    Hunt
    [Edit] John beat me to the URL - thanks John T.

Maybe you are looking for

  • Oracle 8.1.7 on RedHat 7.

     

  • Why can't I find contents in eg. .php files?

    If I press "Apple+F" in Finder to bring up the search dialog, and try to search files where "Name contains .php" and "Contents whatever", Finder show me the .php files in the folder when specifying the first criteria, but as soon as I start typing a

  • Help to creating fillable forms from an indesign document?

    hello, i am needing to create a simple fillable form in indesign and convert it to a pdf , seems like a simple thing to do but i cant get any joy! Can someone help asap please?

  • QOS Trouble and questions

    Hi All, I have some trouble regarding the QOS implementation for the VOICE communication. I tried to setup the low latency queuing but it showed that it is weighted fair queuing. I want to apply the strict policy ( reserved the bandwidth) of 128 k fo

  • Where do i go to have ipod repaired...

    i need a lot of help. I need to know where i can go to have my ipod 5th generation 30 gb repaired. It would be nice if it wouldn't cost too much. If it is unavoidable to pay, then thats fine with me then. The problem is that the LCD screen is cracked