Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~918 People Reached
Favorite Forums
Favorite Tags
jsp x 3
Member Avatar for skycrew

Hello there, Im newbie in JSP.. I has a critical situation here, and I want to ask, how to access client printer in jsp? below is my current code: [CODE] fIn = new File(BCODE_DIR, BCODE_FNAME_RSCH + BCODE_FEXT); [COLOR="Green"]// access existing barcode template[/COLOR] fOut = new File(BCODE_DIR, BCODE_FNAME_RSCH + i + …

Member Avatar for masijade
0
127
Member Avatar for skycrew

Hello there, Im new in JSP Just want to ask, how I can force web browser to popup download box to download the .prn file that was generated by server? Assume that [CODE]fileName.getAbsolutePath()[/CODE] is the variable that hold the path for .prn file *** Im using pure JSP

Member Avatar for skycrew
0
791