Click here to Skip to main content
15,890,897 members
Home / Discussions / Java
   

Java

 
AnswerRe: Bottom toolbar like facebook application Pin
fly9045-Aug-09 2:20
fly9045-Aug-09 2:20 
QuestionJ2me: wireless tookit error. Pin
udombat4-Aug-09 21:24
udombat4-Aug-09 21:24 
AnswerRe: J2me: wireless tookit error. Pin
carlospc19705-Aug-09 4:38
professionalcarlospc19705-Aug-09 4:38 
GeneralRe: J2me: wireless tookit error. Pin
udombat5-Aug-09 5:18
udombat5-Aug-09 5:18 
GeneralRe: J2me: wireless tookit error. Pin
carlospc19705-Aug-09 5:47
professionalcarlospc19705-Aug-09 5:47 
GeneralRe: J2me: wireless tookit error. Pin
udombat5-Aug-09 6:52
udombat5-Aug-09 6:52 
GeneralRe: J2me: wireless tookit error. Pin
carlospc19705-Aug-09 7:05
professionalcarlospc19705-Aug-09 7:05 
QuestionASP.Net with Java Windows Pin
PDTUM4-Aug-09 17:02
PDTUM4-Aug-09 17:02 
Hello,

I am a genuine novice with Java. I have written the following code to accept a passed variable and open a window designed to show an enlarged graphic. It is giving the following error, which seems to indicate that the path is incorrect, however, it is the exact path is used to display the original graphic. Here is the error, followed by the code.

The Error:

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

Requested URL: /TB_09_Online/~/GearsAds/gears33.png

The Code:

<script type="text/javascript">
function OpenLargeWindow(image)
{
window.open("~/GearsAds/" + image, "", " width=760,height=300,top=200,left=200,scrollbars=0").focus();
}
</script>

<td class="tdr2">
<asp:Image ID="Image13" runat="server" ImageUrl="~/GearsAds/gears33.png" Height="200px" Width="430px" />
<a href="javascript:OpenLargeWindow('gears33.png')">
<asp:Image ID="Image18" runat="server" ImageUrl="~/GearsAds/plus_sign.png" /></a>
</td>

Seems simple enough...I cannot understand why the path is wrong, unless it is a syntax error of some sort. Any Idea's?

Thank You for your help, Pat
QuestionMozilla Firefox Pin
TCSJoe3-Aug-09 18:29
TCSJoe3-Aug-09 18:29 
AnswerRe: Mozilla Firefox Pin
fly9044-Aug-09 7:29
fly9044-Aug-09 7:29 
Questionout of heap Exception Pin
shammasi31-Jul-09 20:24
shammasi31-Jul-09 20:24 
AnswerRe: out of heap Exception Pin
42774803-Aug-09 20:08
42774803-Aug-09 20:08 
GeneralRe: out of heap Exception Pin
shammasi3-Aug-09 20:51
shammasi3-Aug-09 20:51 
QuestionFingerprint Reader Pin
-=spike=-30-Jul-09 19:26
-=spike=-30-Jul-09 19:26 
GeneralRe: Fingerprint Reader Pin
Kujtim Hyseni31-Jul-09 2:50
Kujtim Hyseni31-Jul-09 2:50 
QuestionHow to respond/reply to a Server Cookie ? - trying to make a Java Web Browser. Pin
icyrohit30-Jul-09 18:31
icyrohit30-Jul-09 18:31 
QuestionDisplay Table in JSP Pin
<<Tash18>>30-Jul-09 2:50
<<Tash18>>30-Jul-09 2:50 
AnswerRe: Display Table in JSP Pin
David Skelly30-Jul-09 22:19
David Skelly30-Jul-09 22:19 
AnswerRe: Display Table in JSP Pin
Centurion12351-Aug-09 21:07
Centurion12351-Aug-09 21:07 
GeneralRe: Display Table in JSP Pin
David Skelly2-Aug-09 22:31
David Skelly2-Aug-09 22:31 
AnswerRe: Display Table in JSP Pin
42774803-Aug-09 20:06
42774803-Aug-09 20:06 
AnswerRe: Display Table in JSP Pin
<<Tash18>>5-Aug-09 3:30
<<Tash18>>5-Aug-09 3:30 
Questioncan u help me Pin
soumyassdas29-Jul-09 23:38
soumyassdas29-Jul-09 23:38 
AnswerRe: can u help me Pin
Nagy Vilmos30-Jul-09 0:44
professionalNagy Vilmos30-Jul-09 0:44 
GeneralRe: can u help me Pin
soumyassdas6-Aug-09 19:17
soumyassdas6-Aug-09 19:17 

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.