BubikolRamios
12-26-2005, 09:49 AM
This page displays as popup as result of call from java scipt.
1.Basicaly I need to know what would be correct syntax to make red line work.
'a' contains same string as one line before(which works) red line.
2. Hmm, can be this image autosized to predefined dimensions of popup window ?
Thanks for replay.
<%@page contentType="text/html"%>
<%
String a = request.getParameter("FilePathAndName");
%>
<html>
<head>
<meta http-equiv="Content" ...>
<title>JSP Page</title>
</head>
<body>
<IMG src="C:/DSC_0108mod3slofoto.JPG">
<IMG src="<% a %>">
</body>
</html>
1.Basicaly I need to know what would be correct syntax to make red line work.
'a' contains same string as one line before(which works) red line.
2. Hmm, can be this image autosized to predefined dimensions of popup window ?
Thanks for replay.
<%@page contentType="text/html"%>
<%
String a = request.getParameter("FilePathAndName");
%>
<html>
<head>
<meta http-equiv="Content" ...>
<title>JSP Page</title>
</head>
<body>
<IMG src="C:/DSC_0108mod3slofoto.JPG">
<IMG src="<% a %>">
</body>
</html>