• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

PDF Print

Participant ,
Aug 15, 2006 Aug 15, 2006

Copy link to clipboard

Copied

I have a list of images in this format ( ARCHIVAL\RASTER\TBB008\TB-P&S\image1.pdf, ARCHIVAL\RASTER\TBB008\TB-P&S\image2.pdf, ARCHIVAL\RASTER\TBB008\TB-P&S\image3.pdf ...etc)

so when a user clicked the " open selected images ", it should open all the images at the same pdf window NOT separate pdf window..

Also, I need to know whenever a user clicked "Print all " , it should send all of the selected files into print queu without opening them or opening a dialogue box....I am using MX 6.2



...any help will be appreciated
TOPICS
Advanced techniques

Views

188

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 15, 2006 Aug 15, 2006

Copy link to clipboard

Copied

Have you tried using window.open?

<cfoutput>
<script type="text/javascript">
function myNewWin() {
window.open(" http://www.yahoo.com", "myLinkToYahoo");
}
</script>

<a href="javascript:void(0);" onclick="myNewWin();">click me</a>
</cfoutput>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Aug 16, 2006 Aug 16, 2006

Copy link to clipboard

Copied

LATEST
it sounds like you know smth ..Pls spill it out...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation