Open a JspDynPage from a html link

I would like to link a jps to the JspDynPage. I think that it would be able to do it through the "pcd". For example:
- I have the SAP customer login screen (original) and i want to add a "link" (Forgotten PIN) to link with the JspDynPage (Java controller).
Is it possible to do it? Does anyone know how? Do i go in right way?
Thanks in advance.

The code was lightsout.class, not #.class...
I just want an HTML link to open a JAVA JFrame. Would a button work instead of an HTML link? Here's the beginning/initialization of my JFrame:
public lightsout() {
          frame = new JFrame("LightsOut");
          frame.setSize(new Dimension(700, 700));
          frame.setTitle("Lights Out!");
          frame.setLocation(50, 50);
          frame.setResizable(false);
          japplet.setFocusable(false);
          frame.setAlwaysOnTop(true);
          Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
          int height = screenSize.height;
          int width = screenSize.width;
          frame.setLocationRelativeTo(null);
          frame.setLayout(new BorderLayout());
          centerPanel = new JPanel(new GridLayout(5, 5));

Similar Messages

  • How to open an Applet from a text link in a HTML Page

    Hi There
    How to open an Applet from a text link
    in a HTML page
    For example I have a HyperLink "Open Applet"
    When a user clicks that link i want to open a
    Applet in a AWT Window.
    How can i do this
    Will any one help me?
    -Ramya

    u can use javascript for that
    <SCRIPT language="javascript">
    function loadAppNow() {
    document.write("<APPLET ......></APPLET>")
    </SCRIPT>
    LoadApplet
    this will overwrite the applet on current window
    There are many good ways other than document.write to open in same window. I don't remember the syntax right now.
    Plz. refer to javascript tutorial for that.
    even you can insert the applet while retaining previous contents. its quite easy actually.
    regards....bhart

  • FlashVars from an html link?

    Is it it possible to receive FlashVars from an html link? How would that be done?
    Thanks a lot!!!

    KGLAD, wondering if you could help me again. I finally got this deep Linking to work but when I try to actually implement to site and test, I ran into 2 problems:
    1st problem is that I have a JavaScript alert in my index page where the actually .swf files is embedded, the alert was simply spitting back my variables, but when I try to remove it, the code stops working.
    2nd problem is the code does not work at all in Safari (on MAC) but does work in Firefox (on MAC)
    Any light you can shed here would help. Link is below...
    http://www.gspacedesign.com/kim/NEWEST/linktowebsiteWorking.html
    I have attached 3 of 4 files to this post, will attach the last one to a new post.
    Thanks,
    KIM

  • Can JavaHelp open Main Window from an HTML Topic?

    Hi all,
    I am working on opening the main window from an HTML topic. Is it possible to do? Right now, what I can do is to make a link in the html page open the secondary window with navigation pane.
    Also, can I set different textColor(param name of object tag)beside the one mentions in the JavaHelp System user's guide?
    More question. When I give the textColor as "green" which is the color I can set according to the JavaHelp System user's guide in the object tag, the help system displays different shade of green, lime. I tested this settng in IE/Firefox. It renders a default green which is what I need. How can I make the javahelp renders properly?
    Any help would be appreciated,
    thanks

    Hi Dir-t,
    There's no way to create that behavior directly in Catalyst. However, you can do it with a little HTML hacking. You'll want to use the IFRAME tag: http://www.w3schools.com/TAGS/tag_iframe.asp
    When you publish your project as a SWF, one of the files that is created is an HTML file that wraps your SWF (it's typically called Main.html). You'll want to edit that file.
    -Adam

  • Can you do Update Record from an HTML link?

    Can you implement the Update Record server behavior by
    clicking on an HTML link?
    As far as the documentation I've read indicates, the Update
    Record server behavior is only capable of updating a record when a
    Form is submitted.
    I would rather have the action of clicking on an HTML link
    update the record, rather than having a Submit button to update the
    record.
    Is this possible? How do I go about doing this?
    Is

    If you coded the HTML on the page to submit your variables,
    you should be
    able to pull them in to the update page, though you might
    have to manually
    edit some code.
    However, this also means you will always have a link present
    that bots will
    hit (and thus will update your database). Is this what you're
    looking for?
    It certainly doesn't sound like the best method.
    HTH<
    Jon
    "robotai" <[email protected]> wrote in
    message
    news:enk2k1$1l0$[email protected]..
    > Can you implement the Update Record server behavior by
    clicking on an HTML
    > link?
    >
    > As far as the documentation I've read indicates, the
    Update Record server
    > behavior is only capable of updating a record when a
    Form is submitted.
    >
    > I would rather have the action of clicking on an HTML
    link update the
    > record,
    > rather than having a Submit button to update the record.
    >
    > Is this possible? How do I go about doing this?
    > Is
    >

  • Opening a page from email through link.

    Hi ,
    In our application we are using spaces with custom task flow .We having some notification to send every time for some action..from the email , we will have a link.by clicking the link a page should open for unsubscribe functionality.I have to create a new page , on which user can enter email id and click unsubscribe .
    This page should open from the link in the email.
    Should i create bounded task flow or unbounded task flow.I just need to open a page with no parameter?
    how do i knw the url to hit that page? how to design this.what would be the right use case for this?

    Hi Vinay,
    This may be useful:
    https://blogs.oracle.com/jdevotnharvest/entry/remote_task_flow_vs_wsrp

  • Can I link directly to a specific spry data choice from an html link

    http://www.nmprc.state.nm.us/als.htm
    my pages are set up around an xml source, but is there any
    way to link directly to one of the xml choices? Say "Forms and
    Apllications" so that I can set a helpful link on another html page
    and that choice will be open on page load.
    can you point me in the right direction If there are any
    samples of this?

    Check out these samples:
    http://labs.adobe.com/technologies/spry/samples/data_region/DataWithURLParams.html
    http://labs.adobe.com/technologies/spry/samples/utils/URLUtilsSample.html
    These samples all happen on one page, but the links can be
    anywhere. It is mostly the matter of passing the URL param to the
    function correctly.
    Hope this helps.
    Don

  • Open email client and use HTML link

    How does one open an email client and embed a body with HTML, so links will work.
    I have tried:
    var request:URLRequest = new URLRequest("mailto:[email protected]?subject=some subject Results"+"&body="+"<A=href=3Dhttp://www.somelink.com</A>"
    navigateToURL(request, "_self");
    This is not to be sent to a php page, but load the user's Email Client.

    Using URL notation to specify an emails contents you can't force a user to use rich text. Some have their clients to default to plain text. Therefore it will just show the HTML. There is no guaranteed way to achieve this.
    If the user has rich text set as default a link being injected typically auto-links anyhow. You may not SEE it as a hyperlink but send the email and the receiving users computer should see it as a hyperlink.
    So try:
    var request:URLRequest = new URLRequest("mailto:[email protected]?subject=some subject Results&body=http://www.somelink.com");
    Then send that email to yourself. You should see it appear as a hyperlink automatically, as long as you have rich text mode enabled. Otherwise no matter what you send a plain text user will never see your hyperlink anyhow as it strips HTML out.

  • Running vb code from a HTML link

    Hi,
    I'm using place holders to show and hide tables of text.
    There are multiple tables on the page to show and hide (only 1 to
    be visible at a time) I have got it all working fine using asp
    buttons to run the vb script but I'd like to show and hide the
    tables when clicking on a html text link rather then the asp
    button. Can anyone help?
    The vb script:
    <SCRIPT language="vb" runat="server">
    Sub Discounted(Sender As Object, E As EventArgs)
    phdiscounted.visible = true
    phVariable.visible = false
    End Sub
    Sub Variable(Sender As Object, E As EventArgs)
    phdiscounted.visible = false
    phVariable.visible = true
    End Sub
    </SCRIPT>

    Sean022 wrote:
    > Hi,
    >
    > I'm using place holders to show and hide tables of text.
    There are multiple
    > tables on the page to show and hide (only 1 to be
    visible at a time) I have got
    > it all working fine using asp buttons to run the vb
    script but I'd like to show
    > and hide the tables when clicking on a html text link
    rather then the asp
    > button. Can anyone help?
    >
    > The vb script:
    > <SCRIPT language="vb" runat="server">
    > Sub Discounted(Sender As Object, E As EventArgs)
    > phdiscounted.visible = true
    > phVariable.visible = false
    > End Sub
    >
    > Sub Variable(Sender As Object, E As EventArgs)
    > phdiscounted.visible = false
    > phVariable.visible = true
    > End Sub
    > </SCRIPT>
    >
    >
    If your using buttons then you must be getting the form data
    using
    Request.Form("formname") right? If you want to use a link you
    will need
    to pass a variable in the url.
    For instance:
    <a href="yourpage.asp?show=area">Show</a>
    Then on yourpage.asp use Request.QueryString("show") to get
    your variable.
    Steve

  • Opening a pdf from a web link

    I recently installed Acrobat Pro in both my IMac and MacBook Pro. When I click on a hyperlink with a .pdf extension, nothing happens - blank screen. When I used Acrobat 8, I had no such problem.

    What browser are you using?

  • AWE Worklist HTML link to Component

    I'm attempting to link to my custom component from an HTML link on my worklist. The link works I'm able to get to the component. However I'm trying to bypass the search page and have the Workflow approval page open up from the link. This isn't happening though. I keep getting the search page and am not sure what I'm doing wrong. Are the key fields no being passed appropriately? Are there properties on the component or page that need to be configured?
    Any help is greatly appreciated. Thanks!

    Compare your generated URL with the URL of a transaction. Don't look at the PSP URL in the address bar, look at the URL for the content frame. Even better, right-click and view source for the content frame. In the source, look for a JavaScript variable named strCurUrl. This variable has the URL with transaction key fields. It is possible you are just missing a transaction key.
    Generally speaking, you can add all the search record keys and values using the form ?key1=value&key2=value&Action=U&Page=NAME_OF_PAGE.
    There is also a checkbox on the component labeled "Force search processing." Make sure this is not checked.
    Also, are you using CRM? CRM has it's own configurable search which does not use the same search processing as the rest of the PeopleSoft applications.

  • How to open "All Tabs" from previously shown pages history?

    Hi,
    How to open "All Tabs" from previously shown pages history. I am not asking about "Reopen from last session". I am asking about how to open all tabs from previous webpage links from a past date from history, currently its allowing me to select each page link manually by clicking it.
    Thank you!

    Select the first item you wish to open, scroll down to the last, Shift-click that one & all those between should be selected too. Double-click on them & they should all start to open... or you can copy & then drag/paste into a new or existing bookmarks folder.

  • Will not open a document from a website in another tab.

    When I am trying to open a document from a website link, a new tab opens in the link but the document is not there, the screen is blank. This happen EVERY time. For example, I just wanted to print a coupon from a department store and I clicked on the link, it opened in another tab and it was blank. The way I solve this is I open up Safari or Google Chrome and open the website and I can then get the coupon to show up. Other people have had this same problem with Firefox. I work at a store that uses printed coupons and people come in and tell me this. This also happens with PDF file links.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • How can i send data POST with a html link in a textfield

    Hello,
    This is my problem : I generate (from a php script) html
    links in a textfield. I would like for each link to send data with
    the POST method to an other script.
    My problem is that the getURL("lien", "", "POST") function
    can be use only by a movieclip or button event ... and not from a
    html link ...
    How can i do it ?
    Have you a small idea???
    Thanks ....

    yes, thanks but now my problem is in my function associated
    to this link :
    function SendPost()
    var toto="toto";
    getURL("
    http://127.0.0.1/board/scheduledfirst.php",
    "_blank", "GET");
    The function is executed but after in php i can get anything
    with echo ($_GET["toto"]); echo ($_POST["toto"]);
    Why ?

  • Accessing a schedule from a web link

    Hi All,
    Is there any way I can open a schedule from a web link?  I can see that there is a Java Class involved to get the BPC for Excel to run and I'm assuming it'll be a small addition to that.  I'm struggling to get it working though so if anyone else has done this I'd be most appreciative of some assistance.
    Basically what I am trying to do is link schedules to a website in the same way they are linked in a BPF.
    Thanks

    Just a few clarification statements. You are trying to build a web page that resides outside the BPC framework that will call various Excel based files/templates upon click, correct?  I assume each user that has access to this web page would then have BPC for Excel as a client?  If yes, then had you considered using a Custom Menu?  That allows you to build lists of access points to templates, in excel, that may look like the web as well?
    Otherwise, I have never been able to query a template from a web connection.  I think I would need the code used for the query, similar to either the BPF code, or what is built into the Custom Menu coding, but is locked from view.
    Hope this helps.

Maybe you are looking for