Click here to Skip to main content
15,919,341 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAccess frames on different domain from Frameset Pin
Hemant_ec487-Aug-09 9:15
Hemant_ec487-Aug-09 9:15 
AnswerRe: Access frames on different domain from Frameset Pin
Leonardo Muzzi7-Aug-09 10:30
Leonardo Muzzi7-Aug-09 10:30 
Questionhow to Retrieve Metadata in office Document using MS Index Services Pin
alisolution7-Aug-09 8:31
alisolution7-Aug-09 8:31 
QuestionAdding Code to a Page Load Event Pin
Tammy Marchi7-Aug-09 8:04
Tammy Marchi7-Aug-09 8:04 
AnswerRe: Adding Code to a Page Load Event Pin
Manas Bhardwaj7-Aug-09 8:18
professionalManas Bhardwaj7-Aug-09 8:18 
GeneralRe: Adding Code to a Page Load Event Pin
Tammy Marchi7-Aug-09 12:05
Tammy Marchi7-Aug-09 12:05 
GeneralRe: Adding Code to a Page Load Event Pin
Blue_Boy7-Aug-09 13:13
Blue_Boy7-Aug-09 13:13 
QuestionOpening Java Window - Explorer v Firefox Conflict [modified] Pin
PDTUM7-Aug-09 7:17
PDTUM7-Aug-09 7:17 
Gentleman:

I just added a Java window to an ASP web page which shows an enlarged graphic. This works perfectly in Explorer, however it does something unusual in Firefox. Firefox opens a user request interface which asks the following:

What should Firefox do with this file:

Open With ... etc
or
Save

Neither option will open the new graphic in the Java window as it does in Explorer. Following is the code that I am using to open call the Window and get the graphic:

IN THE HEADER

<%--Large WIndow Scripts --%>
<script type="text/javascript">
function OpenLargeWindow1(image)
{
window.open("Ads/" + image, "", " width=760,height=300,top=200,left=200,scrollbars=0").focus();
}
</script>


IN THE BODY

<a href="javascript:OpenLargeWindow1('gears33.png')">
<asp:Image ID="Image18" runat="server" ImageUrl="~/Ads/plus_sign.png" /></a>

Does Firefox require a proprietary code or what option in the select process will put the graphic in the window if any? OR ???.

Any insight to this dilemma is appreciated.

Thank You, Pat

modified on Friday, August 7, 2009 1:24 PM

QuestionRegular expression in asp.net Pin
Pankaj Saha7-Aug-09 5:13
Pankaj Saha7-Aug-09 5:13 
AnswerRe: Regular expression in asp.net Pin
Arindam Sinha7-Aug-09 6:02
Arindam Sinha7-Aug-09 6:02 
Question1.1 DataGrid client side - Need help tying into DataGrid's client side "onLoad" event Pin
Alaric_7-Aug-09 4:53
professionalAlaric_7-Aug-09 4:53 
AnswerRe: 1.1 DataGrid client side - Need help tying into DataGrid's client side "onLoad" event [modified] Pin
Arindam Sinha7-Aug-09 5:52
Arindam Sinha7-Aug-09 5:52 
QuestionPassing Array to javascript from aspx.cs page Pin
amarnath n.n7-Aug-09 4:02
amarnath n.n7-Aug-09 4:02 
AnswerRe: Passing Array to javascript from aspx.cs page Pin
Arindam Sinha7-Aug-09 4:15
Arindam Sinha7-Aug-09 4:15 
GeneralRe: Passing Array to javascript from aspx.cs page Pin
Manas Bhardwaj7-Aug-09 4:44
professionalManas Bhardwaj7-Aug-09 4:44 
GeneralRe: Passing Array to javascript from aspx.cs page Pin
Arindam Sinha7-Aug-09 5:12
Arindam Sinha7-Aug-09 5:12 
AnswerRe: Passing Array to javascript from aspx.cs page Pin
Manas Bhardwaj7-Aug-09 4:44
professionalManas Bhardwaj7-Aug-09 4:44 
AnswerRe: Passing Array to javascript from aspx.cs page Pin
Abhishek Sur7-Aug-09 5:10
professionalAbhishek Sur7-Aug-09 5:10 
QuestionE Payment???? Pin
AbrahamMOKDAD7-Aug-09 3:41
AbrahamMOKDAD7-Aug-09 3:41 
AnswerRe: E Payment???? Pin
Blue_Boy7-Aug-09 3:46
Blue_Boy7-Aug-09 3:46 
GeneralRe: E Payment???? Pin
AbrahamMOKDAD7-Aug-09 3:50
AbrahamMOKDAD7-Aug-09 3:50 
GeneralRe: E Payment???? Pin
Blue_Boy7-Aug-09 3:53
Blue_Boy7-Aug-09 3:53 
QuestionLogin control in asp.net Pin
janani137-Aug-09 3:32
janani137-Aug-09 3:32 
AnswerRe: Login control in asp.net Pin
Blue_Boy7-Aug-09 3:35
Blue_Boy7-Aug-09 3:35 
AnswerRe: Login control in asp.net Pin
Arindam Sinha7-Aug-09 3:51
Arindam Sinha7-Aug-09 3:51 

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.