Manual or link of htmlb

Hi guys..
My experience in htmlb is zero as we know cause my topics. So, it would be easy if somebody has a tutorial or a link to help me about the basis of this "lenguage"..
Tx again!
Mon.

Hi Mon,
The best way for you to learn is through the documentation from help.sap.com (reg BSP applications).
http://help.sap.com/saphelp_nw04s/helpdata/en/4e/ac0b94c47c11d4ad320000e83539c3/frameset.htm
And also in the SE80 try working out with the sample BSP application -- SBSPEXT_HTMLB
You can also try learning from the Tag Browser in the SE80 about various tags like htmlb, bsp etc
Hope this helps you.
All the Best!!
Regards,
Shailaja

Similar Messages

  • Creating a manual data link

    Using Oracle Report Builder 10g(Report Builder 9.0.4.2.0), and trying to create a manual data link between two queries. But the problem is that whenever I create a manual data link between two queries my report builder shutoff with this message “rwbuilder.exe has generated errors and will be closed by windows. You will need to restart the program. An error log is being created"
    Thanks in Advance...

    Mohsin,
    I am using 9.0.4.0.33 and never faced this kind of problem. Did you install any patch?
    Are you modifying existing report or creating a new one?

  • Show clickable link inside htmlb:textArea ?

    Hi have a htmlb:textArea that is sometimes enabled and sometimes disabled in my application. The text inside sometimes contains links (starting with http://..).
    If would be ultra cool if these links are directly clickable, so that you dont have to copy and paste them into your browser. I guess this is impossible, right?

    Hi Daniel,
    I guess you mean htmlb:textEdit? Well this element cannot contain other elements - that's why a htmlb:link is not possible. As a try you can play around with the encoding attribute of htmlb:textEdit but I think this will not work either.
    As workaround you could replace the htmlb:textEdit by htmlb:text containing htmlb:link ?
    Let me know if something works!
    Regards,
    Sebastian

  • Can't submit manual column link

    Hi to all,
    </br>
    I've searched many an hour in the forum but could't find a solution for my problem.</br>
    When I click on the column link the page will not submit</br>
    and an after submit process will not be executed.
    </br>
    </br>
    here my sql-query for the report
    </br>
    </br>
    SELECT
    </br> CASE
    </br> WHEN status = 1 THEN
    </br>     '&lt;a href="'
    </br>   || 'f?p=&APP_ID.:400:&SESSION.::&DEBUG.::'
    </br>   || 'P400_AUFTRAG,P400_POS,P400_STATUS:'
    </br>   || nr || ','||to_char(pos)','|| status
    </br>   || '"&gt;'
    </br>   || '&lt;img src="#IMAGE_PREFIX#selbst/greenbal.gif"&gt; entfernen'
    </br>   || '&lt;/a&gt;'
    </br> ELSE
    </br>     '&lt;a href="'
    </br>   || 'f?p=&APP_ID.:400:&SESSION.::&DEBUG.::'
    </br>   || 'P400_AUFTRAG,P400_POS,P400_STATUS:'
    </br>   || nr || ','||to_char(pos)','|| status
    </br>   || '"&gt;'
    </br>   || '&lt;img src="#IMAGE_PREFIX#selbst/redball.gif"&gt; zufügen'
    </br>   || '&lt;/a&gt;'
    </br>END
    </br>  slitter,
    </br>  liefdat,
    </br>  nr ||'_'||to_char(pos) auftrag,
    </br>  audat,
    </br>  erfasser,
    </br>  menge,
    </br>  me,
    </br>  artikel,
    </br>  werk,
    </br>  status
    </br>FROM oa_edit_vw
    </br>
    </br>
    an here the process syntax (after submit)
    </br>
    </br>
    </br>IF nv('P400_STATUS') = 0 THEN
    </br>  INSERT INTO oa_edit_t(id_oaed,nr,pos,erdat,erfasser,status)
    </br>  VALUES (
    </br>     oaed_seq.nextval,
    </br>     v('P400_AUFTRAG'),
    </br>     nv('P400_POS)',
    </br>     trunc(sysdate),
    </br>     v('APP_USER'),
    </br>     1);
    </br>ELSE
    </br>   DELETE FROM oa_edit_t
    </br>    WHERE nr = v('P400_AUFTRAG')
    </br>     AND pos = nv('P400_POS');
    </br>END IF;
    </br>COMMIT;
    </br>
    </br>
    please help me!
    </br>
    </br>
    lothar

    Hi,</br>
    </br>
    doesn't work either. But in the meantime I found a diffrent way.
    </br>
    </br>I added a sql-query to find out if the record is
    </br>still in the database or not.</br>
    </br>Depending on that result I can control the process.
    </br>
    </br>
    </br>DECLARE
    </br>   result VARCHAR2(20);
    </br>BEGIN
    </br>  SELECT COUNT(*) INTO result
    </br>    FROM oa_edit_t
    </br>   WHERE nr = v('P400_AUFTRAG')
    </br>    AND pos = nv('P400_POS');
    </br></br>
    </br>IF (result = 0 AND nv('P400_STATUS') = 0) THEN
    </br>  INSERT INTO oa_edit_t(id_oaed,nr,pos,erdat,erfasser,status)
    </br>  VALUES (
    </br>     oaed_seq.nextval,
    </br>     v('P400_AUFTRAG'),
    </br>     nv('P400_POS)',
    </br>     trunc(sysdate),
    </br>     v('APP_USER'),
    </br>     1);
    </br>ELSIF (result > 0 AND nv('P400_STATUS') = 1) THEN
    </br>   DELETE FROM oa_edit_t
    </br>    WHERE nr = v('P400_AUFTRAG')
    </br>     AND pos = nv('P400_POS');
    </br>ELSE null;
    </br>END IF;
    </br> COMMIT;
    </br>END;
    </br>
    </br>Now everything works fine.
    </br>Vikas, many thanks for your help. It did the very most.
    </br>
    </br>
    lothar

  • Tree node link using htmlb

    Hi all
    Do any one give me the code to make the object in the tree node as link to navigate to another page,
    Note:Onmouseover alone the object gets the link and I need to get the hand symbol
    reg
    balaji

    Hi,
    In the below code i need to make Course type 1A, Course type 2A, Course type 3A as a link to navigate to other pages. Please guide me reagarding this,
    <hbj:treeNode id="e_root" text="Desk" isOpen="true" >
                 <hbj:treeNode id="e_cga"   text="Course group A" isOpen="true" tooltip="Course group A">
                 <hbj:treeNode id="e_cta"   text="Course type 1A" tooltip="Course type 1A "/>
                 <hbj:treeNode id="e_ctb"   text="Course type 2A" tooltip="Course type 2A "/>
                 <hbj:treeNode id="e_ctc"   text="Course type 3A" tooltip="Course type 3A "/>
                 </hbj:treeNode>
                   <hbj:treeNode  id="e_cgb"   text="Course group B" isOpen="true"  tooltip="Course group B" >
                   <hbj:treeNode  id="e_ct1"   text="Course type 1B" tooltip="Course type 1B " />
                   <hbj:treeNode  id="e_ct2"   text="Course type 2B" tooltip="Course type 2B " />
                   <hbj:treeNode  id="e_ct3"   text="Course type 3B" tooltip="Course type 3B "/>
                   </hbj:treeNode>
                   </hbj:treeNode>
    Waiting for replies,

  • Acrobat X Quick Manual Link Building

    I’m trying to highlight rows of text to manually add links to them. The problem is the highlighting becomes unstable with the line between the text and page number. If you strictly highlight the text or page number it is stable but that forces me to add two links. One link for the text and another for the page number, with no link in between. I have never had this problem in older versions of Acrobat or any other program. In the past I just quickly highlighted the full row and added link. Plus doing this is much slower in Acrobat X. Does anybody have any work-a-rounds or quick solutions for manual link building? I’ve added a general example below:
    Table Of Contents
                                                                                              Page
    Brown Widgets  ___________________________________  10
    Blue Widgets      _________________________________     11       

    Hi,
    Here is the location:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Word\Addins\PDFMaker.OfficeAddin
    Enable the addin on one machine, export this registry key and invoke it in the installation. This is what it contains:
    ~Sandeep V.
    Message was edited by: Sandeep V. (adding snapshot)

  • Extended notification by email problems with htmlb:link

    Hi,
    Have problem with link
    using
    <htmlb:link id     ="action"
    reference= "<%= LINK_URL %>" >
    everything is fine till the END
    link is shown OK
    <a class="sapLnk" id="action" href="link" target="blank"> etc.
    but
    when i receive email
    link is with additional "D" char
    can`t get out where it is adding it.
    <a class="sapLnk" id="action" href=D"link"" target=blank"> etc.

    Did some investigation.
    After MHT file goes to SODD table (and all related ones, where page is parsed to HEX)
    In conversion from hex to soli
    all quotes in HTML e.g. " are converted to =3D=22 text =22
    3D is mark of '=' in HEX
    =22 is mark of " in HEX
    and in some part of document display soli table content all these 3D=22 are replaced by related ascii symbol.
    still can`t get why in all code those 3D=22 and =22 are replaced but in href not. Encoder (some where at point of hex-to-soli and vice versa )is adding only D after href in link (<a href="link">text</a>)
    tried to hardcode link without quotes
    e.g.
    <a href=link>text</a>
    encoder added "D" before link and quote after.
    <a href=Dlink">text</a>

  • Exported PNG files getting extra characters in name and linked files losing link

    UGH!.. Hope that made sense.
    Okay...I work on a couple hundred graphics for software at a time, usually creating each piece in a layer with the correct naming convention as the layer name.  Then I use the "Save Layers and PNG. Artboard" script for batch export them into the ONG files...all named properly.  This was a Blessing from heaven.
    However, about three months ago, Illustrator starting adding a "dash" mark in place of a space between words.  I can't link this to an update or other change, wish I could.  This is causing a huge problem..as the software these graphics are for REQUIRES the names be perfect...including the spaces (Can't be underscores, nada).  I'm having to go through an manually rename over half the files just to remove this dash mark.
    There is nothing in the original script for this. 
    I have gone through all the settings.  I have adjusted the Output Settings / Saving Files to eliminate every instance AI is asked to add anything but a space.   Although I'm not sure if these Output settings are used when the script runs.  Don't know if it's the script, some other setting buried somewhere.
    Any other thoughts or solutions?  Are there other scripts that do the same job that I might try to see if I get better results?  I attached a link to a download of my current script
    https://dl.dropboxusercontent.com/u/23703370/SaveLayersAsPNGArtboard.jsx
    Second issue isn't script based, but I'll ask anyway.  Regularly, when I open an AI file that has PNGs, JPG, and other graphics in the file, the "links" have been lost and require me to manually re-link each one, or delete the now empty file object and add it back in.  This includes embedded objects.
    The AI file, nor the graphics have been edited, changed, renamed, or any of the files or folders moved.  Nothing that would cause this that I can think of.  ANyone have a thought why this is happening and how I can prevent it?
    OH YEAH...CS5.5   Windows 7       ThankS  !!!

    Also, out of curiousity, you have a Div named header, also a separate header section containing just the logo in it. Any specific reason?
    And is the image on the site supposed to look like this?
    And, a couple of typos such as this one:
    Funding your Eeducation

  • On YouTube, I can't play playlists there. It says I need to update my Java and it is updated already. When I go to different sites like Yahoo! the links and images are all distorted. This is the second time this has happened to me now

    Hello Firefox,
    I am having problems with my Firefox's image processor I believe. My web browser is fine but then a few minutes later I get some weird look on my page. It then just stays here and I can't fix it. When I go to Yahoo all the links and images do not look normal. I really cannot explain this and wish I could send a picture instead. When I go to the Log in page for Facebook I do not see the image of the small faces networking around the world. It's blank and the links are widely spread apart. With YouTube the page is also distorted. Nothing is arranged properly. I can watch videos. However when I go to someone's profile or a playlist videos cannot play or show up. It says I need to update my Java player and it is already updated. It still happens when I uninstall and re install back. I was only able to fix this problem by uninstalling everything related to Firefox. I do not know how to solve this any other way. I don't like it when all my information is lost such as saved passwords and bookmarks. If there is any way to solve this thanks. I don't want to uninstall this again.

    Your above posted list of installed plugins doesn't show the Flash plugin for Firefox.<br />
    See [[Managing the Flash plugin]] and [[Installing the Flash plugin]]
    You can check the Adobe welcome and test page: http://www.adobe.com/software/flash/about/
    You can use this manual download link:
    *http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller

  • Unable to open .chm file from a link in Weblogic 7.0

    Unable to open .chm file from a link in weblogic server. But the same
    jsp code works in Websphere
    Sample Code :
    <!-- < a href="JavaScript:window.navigate('help/manual.CHM')">
    Linked Text</a> -->
    The above link, works well in websphere. help is a folder that
    resides in the server. But when i tried to execute the same in
    Weblogic, some junk characters appeared . so i tried to direct the
    link to Display.jsp and passed the path of the chm file as the
    parameter. I cleared teh out buffer using out.clearBuffer() . i set
    the content type to application/x-msdownload and also set the header
    to content disposition.
    Nothing worked .
    I also tried another way.. That is the following
    I even tried including the mime type
    <mime-mapping>
    <extension>chm</extension>
    <mime-type>application/x-msdownload</mime-type>
    </mime-mapping>
    in the web.xml file. and still it doesnt work
    Nothing Worked . What should i do ? I need immediate help to sort out
    this issue. Can anybody help me
    - Angel

    This could be a Launch Services issue. The following article describes how to manually reset Launch Services — the notes at the bottom of the article also provide information about the side effects of deleting each of the files involved:
    Resetting Launch Services
    If you prefer using a cache cleaning utility instead of following the manual procedure described in the previous article, take a look at this other article for general troubleshooting and cache-cleaning procedures. Actually, you should also verify/repair the startup disk (not just permissions), as described there:
    Resolving Disk, Permission, and Cache Corruption
    The most appropriate utility for this particular problem probably is Tiger Cache Cleaner, but you may also want to consider other utilities, such as OnyX, or Cache Out X, which are free. Whatever utility you choose, be sure to read this first:
    Side effects of System cache cleaning
    As an example, this is how you should proceed with OnyX:
    1. Quit all applications.
    2. Launch OnyX and enter your administrator password.
    3. Go to Maintenance > Reset and check LaunchServices database.
    4. Un-check any other pre-checked options.
    5. Click the Execute button.
    6. Restart the computer.
    BTW, if you’re running Mac OS X 10.4 (Tiger), as your profile indicates, it would have been more appropriate to discuss this in the Mail & Address Book - Tiger forum. If the discussion applies to both Mail 1.x and Mail 2.x, it doesn’t really matter, but it’s difficult to know that in advance.

  • How to setup a link that is of the type "Go to a page in another document"?

    Is there a direct way for a javascript to setup a link that is equivalent to the acrobat link type  you get when you add a link of the type “Go to a page in another document”?
    Tools-Advanced Editing-Link tool, make a box
    Check: Go to page view, Next (Create go to view dialog opens)
    Open second document and go to page
    Click “Create go to view dialog” to set up link
    Result is a link, when view by link properties, with an action of
    Go to a page in another document
    File: C:\My Documents\File2.pdf
    Page: 43
    Zoom level: Custom
    I have a java script in a setAction of a link that I think does the job:
    l.setAction("var otherDoc = app.openDoc('../Folder2/File2.pdf', this);otherDoc.pageNum = 1 - 1;");
    But is there a more direct way that actual sets up a “a link of the type Go to a page in another document” so if it's "advanced edited" its the same as the manual set links?
    I would like to setup a set of pdf documents, on the hard disk of a PC or Mac, that can be open with acrobat pro running on the same computer and have the link jump to, and open in a new window, in acrobat pro, to a given page of a second document in the set.
    John
    Code example in more detail:
    /* Insert document level JavaScript to set disclosed = true.
       This will run when the document is opened.*/
    this.addScript("setDisclosed", "this.disclosed = true;");
    // Search through the document for the word “Acrobat” and create a link around that word.
    for (var p = 0; p < this.numPages; p++)
        var numWords = this.getPageNumWords(p);
        for (var i=0; i<numWords; i++)
            var ckWord = this.getPageNthWord(p, i, true);
            if ( ckWord == "Acrobat")
                var q = this.getPageNthWordQuads(p, i);
                // Convert quads in default user space to rotated
                // User space used by Links.
                m = (new Matrix2D).fromRotated(this,p);
                mInv = m.invert()
                r = mInv.transform(q)
                r=r.toString()
                r = r.split(",");
                l = addLink(p, [r[4], r[5], r[2], r[3]]);
                l.borderColor = color.blue
                l.borderWidth = 1
                //l.setAction("this.getURL('http://www.adobe.com/');");
               l.setAction("var otherDoc = app.openDoc('../Folder2/File2.pdf', this);otherDoc.pageNum = 3 - 1;");
    Current Systems in use to create documents with links and view them:
    Windows XP SP3
    Word 2003 SP3
    Acrobat 9 pro version 9.4.4
    Or just to view them:
    Mac OS 10 Lion version 10.7.4
    Acrobat 9 pro version 9.5.1
    (note I have limited understanding of Mac’s)

    If you use buttons instead, it is possible to script adding the actions that you want. It involves creating a properly constructed FDF, saving it, and then importing it into the document. Buttons can be made to appear just like links. For more information, see: http://www.planetpdf.com/developer/article.asp?ContentID=6338

  • Crystal Report orange link arrow to SAP B1 not working

    Hello,
    I couldn't find a way to insert the actual "arrow" icon into a Crystal report so I copied one from one of the Crystal Reports imbedded in SAP B1 9.0.  I subsequently edited the hyperlink to point to the document number I wanted.
    From the Format Editor dialog box, Hyperlink, the hyperlink website address is:
    http://$b1$/link?table=OPCH&key=1
    There was a formatting button to the right of the website address line.  Clicking on it yielded a formula workshop dialog box that I edited as follows:
    'http://$b1$/link?table=OPCH&key='+ToText({OPCH.DocNum},0,"","")
    The Crystal Report runs fine in B1 and shows the link arrows.  Hovering the cursor above the hyperlink in print preview yields the specific information for that record. For example, when the report shows A/P Invoice #4394 the screen shows a small pop-up with "http://$b1$/link?table=OPCH&key=4394".  Clicking on the arrow brings up a window with a blank! A/P invoice with the cursor located in the "Vendor Invoice No." box (OPCH.NumAtCard field).
    Why is this not working to bring up the correct A/P invoice?  There are no errors indicated.
    Thanks for any assistance.

    Thank you, Nagarajan.
    Those instructions are exactly what I've done with my report.  However, the instructions start with the phrase "manually insert link arrow into Crystal report".  OK, I did a Google search on "insert link arrow" and "crystal" and "reports" and "SAP" and there was only ONE webpage with these words on the ENTIRE internet--the page you sent me to.  Crystal reports online help has nothing relating to a "link arrow".  If there's some special aspect of this link arrow that I'm missing, it sure is a secret because there's nothing out there on this subject.  I guess I'll have to copy the graphic from previous reports each time I need to do this.
    CORRECT ANSWER:
    In any case, I was able to resolve the issue by changing the text in the formatting dialog box from OPCH.DocNum to PCH1.DocEntry and it worked.  Why it worked is beyond me.  Guessing seems to be the one defining feature of doing work with SAP B1.

  • How to setup word docs, converted to PDF on local drive with links to a second file at a page

    how to setup word docs, converted to PDF on local drive with links to a second file at a page
    Need to setup a set of word documents, converted to PDF that has links from one file to a second file at a given page.
    I would like to setup a set of pdf documents, on the hard disk of a PC or Mac, that can be open with acrobat pro running on the same computer and have the link jump to, and open in a new window, in acrobat pro, to a given page of a second document in the set.
    Is there a way to setup a link in word and the conversion to pdf that will result in a link that is equivalent to the acrobat link type  you get when you add a link of the type Go to a page in another document?
    Tools-Advanced Editing-Link tool, make a box
    Check: Go to page view, Next (Create go to view dialog opens)
    Open second document and go to page
    Click “Create go to view dialog” to set up link
    Result is a link, when view by link properties, with an action of
    Go to a page in another document
    File: C:\My Documents\second file.pdf
    Page: 43
    Zoom level: Custom
    I got close but did not solve the problem:
    I have a version that uses links to a website, using #page=43 at the end of the hyperlink.
    That works but will only open to the page if is through the web browser, opening the acrobat reader plugin.
    I need to open from a folder on the local harddisk (with relative links), in acrobat pro to the given page of the pdf, on a PC or a Mac.
    I could bookmark each page “pagenumberxxx” and jump to the bookmark/page if that would get around some problem
    Current Systems in use to create documents with links and view them:
    Windows XP SP3
    Word 2003 SP3
    Acrobat 9 pro version 9.4.4
    Or just to view them:
    Mac OS 10 Lion version 10.7.4
    Acrobat 9 pro version 9.5.1
    (note I have limited understanding of Mac’s)
    John

    No.  There seems to be no automated way to do it.  You can of course go into the PDF and manually add links after you have converted to PDF, but that is what we want to avoid having to do.  We want it to be automatic from the Word doc.

  • How to hide or re-arrange individual links on top nav

    Hi,
    On my top nave, I see the current site as the very first link.  After that, I have other manually created links.  What I would like to do is to move that first link to, lets say, the 2 link on the top nav.  The nav settings does not provide
    the option to move this first link.  So, are there any other options I can use?  If not, my preference is just to hide that first link.
    Thanks

    If you want to hide the link use the following CSS code snippet in your page or masterpage.
    .ms-core-listMenu-horizontalBox li.static > a{
    display: none !important;
    .ms-core-listMenu-horizontalBox li.static > ul a{
    display: block !important;
    Thanks, Ransher Singh, MCP, MCTS | Click Vote As Helpful if you think that post is helpful in responding your question click Mark As Answer, if you think that this is your answer for your question.

  • How can I auto-update all book file links after making a new copy of my project?

    Using Indesign CC 2014,
    Windows 7x64.
    I've created a catalog, using a book file (.indb) which connects 20 Indesign files (.indd) together (so page numbering is continuous, etc).
    Each of the 20 Indesign files all have numerous art asset links and cross references. In total, ~200 files are involved.
    Once finished with the whole thing, I made a copy of the entire folder structure and placed it elsewhere, because I now need to create a modified version of this catalog project for a different company.
    In the end I need to wind up with 2 different, but very similar catalogs.
    Here's my problem: when I made the copy of the entire project and opened the copied over book file, I've found that it's still referencing the older 20 Indesign files back in the first folder structure.
    It's not using the new stuff.
    Same goes for all the art asset links inside each Indesign file.
    Looks like absolute paths only.
    What's the standard operation procedure here? What can I do to avoid having to manually re-link numerous art assets, etc?
    Surely, this is a common need among Indesign users.

    Hey, Peter!
    I've delayed my response here.
    Been dinking around, trying things.
    That's a smart suggestion, but the Package command will round up all assets into a nice compact folder structure ready for production. It's not really what I need.
    I need to keep things as they are, fully editable and unaltered - my folder structure is carefully crafted as is, and I definitely don't need all the fonts dumped into a folder.
    Here's what I'm doing now - I make a complete new copy of the folder structure in question. It includes all InDesign files and linked artwork, etc. Everything.
    I then CHANGE the name of root folder of the folder structure I initially copied. This breaks all the absolute paths of the copy.
    Then I open each InDesign file and the CORRECT links are still automatically found because it looks inside the new folder structure I just made by creating the copy. So all links get "fixed".
    Thank goodness InDesign is far more intelligent about finding missing links than Illustrator.
    This is the best solution I've found. It's not perfect, but nothing ever is.

Maybe you are looking for

  • Many to Many with Custom Objects 4 and up

    Hello, Pls. I need to define a new CO4 that will have a many to many relationship with Contact. From OD help pg.775 I understand that I should use another CO (f.ex. CO5) to be the intersection. Help file indicates how to rename the objects...and put

  • Creative Zen (16GB Model) showing incorrect song information

    <Creative Zen (6GB Model) showing incorrect song information I was given a Creative Zen for christmas, and I'm very happy with it. The only thing is, I've noticed that it seems to occasionally display the wrong title for the song it's playing. I have

  • How to call keys CTRL+P in WebDynpro Java

    Hi, I'm trying to print a html document into Web Dynpro but for me it's very difficult cause is a dinamically content with a lot of text. So I would like  when a push the button print call the keys CTRL+P. It's possible? Thanks and sorry for my Engli

  • Can i install system 7 on a zip drive?

    Hi I own a Mac plus and i'd like to connect it to the internet. I had a look at a few web browsers, like MacWWW "Samba" but it isn't great. I'd like to try out MacWeb, but it requires system 7. It appears I need to install system 7 on a hard disk to

  • Java Mail set up HELP

    I am trying to set up Java Mail, but am totally lost. I have no clue where i edit CLASSPATH, to let me use the mail api, i also read that i needed Java beans activation Network, but that is included in the most recent JDK update which i have. If i co