Click here to Skip to main content
15,922,427 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Mac Browser Oddities? Pin
Philip Patrick18-May-02 5:37
professionalPhilip Patrick18-May-02 5:37 
GeneralRe: Mac Browser Oddities? Pin
Roger Wright18-May-02 5:50
professionalRoger Wright18-May-02 5:50 
GeneralRe: Mac Browser Oddities? Pin
Philip Patrick18-May-02 6:10
professionalPhilip Patrick18-May-02 6:10 
GeneralRe: Mac Browser Oddities? Pin
Roger Wright18-May-02 6:41
professionalRoger Wright18-May-02 6:41 
GeneralJScript.Net compiler bug Pin
Ben Burnett15-May-02 9:38
Ben Burnett15-May-02 9:38 
GeneralRe: JScript.Net compiler bug Pin
di~v~inci18-Jan-10 3:31
di~v~inci18-Jan-10 3:31 
GeneralRe: JScript.Net compiler bug Pin
Ben Burnett18-Jan-10 7:52
Ben Burnett18-Jan-10 7:52 
GeneralImage Viewer problem... Pin
code dope15-May-02 4:06
code dope15-May-02 4:06 
Friends,

I'm writing an Web Image Viewer so that our Clients can view their stuff from anywhere.

However, once the correct image has been selected, I've got a frames set-up with the image in one frame and a toolbar in the lower one, with Rotate, Invert etc commands to manipulate the Image. (all done using an ISAPI Extension). They all work OK up to a point.

If, for example, I rotate the Image by 180 (hard coded) degrees, an asp page is opened, called RotatedImage.asp, that calls the ISAPI extension, which does the processing, and displays the Image rotated. BUT, if I want to get the Image back to where it was, I should be able to hit the Rotate button again and "Hey Presto!". No way! It just stays the same.

I assume that there is a copy of the RotatedImage.asp file being held somewhere in cache and this is what is being displayed. If so, how can I stop this and get a fresh page each time I hit Rotate?

I have tried using:

function OnRotate()
{
parent.main.location.replace("RotatedImage.asp");
}

instead of:

function OnRotate()
{
parent.main.location.href("RotatedImage.asp");
}

but this doesn't work either, although it does improve things.

It seems the only way I can create a new RotatedImage page each time is by usig "window.open("RotatedImage.asp")" but that opens a new Browser window on top of the frame, so no good either.

Any ideas?

Thanks for your patience!

code dope.
GeneralRe: Image Viewer problem... Pin
Not Active15-May-02 6:08
mentorNot Active15-May-02 6:08 
GeneralRe: Image Viewer problem... Pin
code dope15-May-02 8:29
code dope15-May-02 8:29 
GeneralRe: Image Viewer problem... Pin
Not Active15-May-02 13:38
mentorNot Active15-May-02 13:38 
GeneralRe: Image Viewer problem... Pin
code dope15-May-02 23:37
code dope15-May-02 23:37 
Generalasp.net configuration problems.... Pin
devil_66614-May-02 21:32
devil_66614-May-02 21:32 
GeneralRe: asp.net configuration problems.... Pin
Birdy14-May-02 21:34
Birdy14-May-02 21:34 
GeneralRe: asp.net configuration problems.... Pin
Mike.NET17-May-02 8:37
Mike.NET17-May-02 8:37 
GeneralDataGrid EditItemTemplate Pin
Not Active14-May-02 17:28
mentorNot Active14-May-02 17:28 
GeneralRe: DataGrid EditItemTemplate Pin
Not Active15-May-02 13:42
mentorNot Active15-May-02 13:42 
QuestionCan I do this?? Pin
HoldMe14-May-02 16:11
HoldMe14-May-02 16:11 
AnswerRe: Can I do this?? Pin
Not Active14-May-02 16:19
mentorNot Active14-May-02 16:19 
GeneralAn HTML Curiosity Pin
Roger Wright14-May-02 9:44
professionalRoger Wright14-May-02 9:44 
GeneralRe: An HTML Curiosity Pin
Not Active14-May-02 9:56
mentorNot Active14-May-02 9:56 
GeneralRe: An HTML Curiosity Pin
Roger Wright14-May-02 11:14
professionalRoger Wright14-May-02 11:14 
Generalasp.net and windows forms Pin
ez214-May-02 8:17
ez214-May-02 8:17 
GeneralRe: asp.net and windows forms Pin
David Stone14-May-02 14:07
sitebuilderDavid Stone14-May-02 14:07 
GeneralFormmail + DB update... works separately but not together Pin
jinzing14-May-02 6:11
jinzing14-May-02 6:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.