|  |
String width = request.getParameter("widthImage");
String height = request.getParameter("heightImage");
String image = request.getParameter("image");
if(width != null)
width = " width = \"" + width + "\" ";
else
width = " width=\"95\" ";
if(height != null)
height = " height = \"" + height + "\" ";
else
height= " height=\"125\" ";
out.println(" ");
|
|
|
 |
 |
|
 |
String width = request.getParameter("widthSubscriberImage");
String height = request.getParameter("heightSubscriberImage");
String image = request.getParameter("subscriberImage");
if(width != null)
width = width;
else
width = "15";
if(height != null)
height = height;
else
height= "15";
request.setParameter("widthSubscriberImage", width);
request.setParameter("heightSubscriberImage",height);
|
 |
String width = request.getParameter("widthImage");
String height = request.getParameter("heightImage");
String image = request.getParameter("image");
if(width != null)
width = " width = \"" + width + "\" ";
else
width = " width=\"129\" ";
if(height != null)
height = " height = \"" + height + "\" ";
else
height= " height=\"14\" ";
out.print(" ");
|
 |
|
 |
 |
|
|