Sending Variable and paging html files

Dear All,
Thank you for taking time and taking a look at the post.
Please have look at
File One
File Two.
What i was trying to achieve is the user will click on the
image from file one which will be called from an xml. On click the
user will be taken to file 2 and will show details of the image
clicked in file one. Here the big and small grey box, the text will
be from xml. The next previous button will navigate through the
html pages for each individual box in file one.
Any sort of guidance will be appreciated.
Thanks in advance

Hello kakas,
I think you look for something similar to the
Using
URL Parameters to Control Data Region sample where we show you
how you can use the passed parameters from a page to control the
information displayed in a detail page.
Regards,
Cristian MARIN

Similar Messages

  • How do I download and saves html files off my website to store and save using Dreamweaver CS3?

    How do I download and saves html files off my website to store and save using Dreamweaver CS3?
    I need to save all files from web and store onto a drive to reupload to a new domain name.  I use Dreamweaver CS3.

    First define your Local Site folder in Dreamweaver.  DW will use this folder to store your site files.
    Go to Manage Sites > New or Edit site.  See screenshots.
    Servers:  Enter your remote server's log-in details.  When complete, hit TEST to see if the connection is working.  If all is well, hit SAVE.
    From the Files Panel (F8), click on Remote Server to show the files that are currently there.  Click the green Down Arrow to GET files from remote server to your local site folder.
    Nancy O.

  • Acrobat 8.1 Pro .mht And Some .html files Do Not Convert To PDF

    Acrobat 8.1 Pro with Windows Vista. .mht files are saved complete webpage single files similar to complete html files except they're as a single file instead of a file and a folder. When using Create From File, Acrobat does not recognize .mht files and will not convert them to PDF. Some complete .html files will not convert using Create from File, even though Acrobat does recognize them.
    Also, when I'm logged into a website and want to convert a webpage to PDF using Create From Web, often the resulting PDF document is of the login page and not the page I selected with the error message "can't locate file". These difficult webpages can be converted to PDF using the Print Adobe PDF function, but hyperlinks are not preserved with this function.
    I would like to be able to convert all files (including .mht) and webpages to PDF while preserving hyperlinks. Can anyone help me with this?

    Bruce,
    mht files are not standard html files. Acrobat will not handle those. If
    you are on a website that most be logged into, then Acrobat cannot get
    to those files since it is not logged in. You can print to pdf, since
    your browser is logged in.
    Mike

  • PATH VARIABLES AND RUNNING CLASS FILES

    People:
    I'm a complete Java neophyte and (slowly) learning. Rather than using the NetBeans IDE I have installed, I'm taking the text editor approach to type my source code.
    After I type code into my text editor, does it necessarily matter where I save my text files? For my first application, I created HelloWorldApp.java in Notepad, originally saving the file to the same folder where my J2SE 5.0 installation is stored, which is:
    C:\Program Files\Java
    My javac (Java compiler) is located in:
    C:\Program Files\Java\jdk1.5.0_01\bin
    When I was first trying to compile HelloWorldApp.java, I received errors saying the Java compiler couldn't be found; I was told to create a path environment variable so the javac could be found to compile my code. When I went to the control panel to set an appropriate path variable, I deleted a (wacky!) Roxio path (don't even know how that got there), entering in its place:
    C:\Program Files\Java
    as the new path name, although, again, my Java compiler is located in
    C:\Program Files\Java\jdk1.5.0_01\bin
    After restarting my computer to implement the new path variable into the operating system, I tried compiling my program, but still got error messages. However, when I moved my HelloWorldApp.java text file from the location where I originally saved it, which was:
    C:\Program Files\Java
    to
    C:\Program Files\Java\jdk1.5.0_01\bin
    my HelloWorldApp.java finally compiled to a class file, which I finally ran! Did my program run because I moved the HelloWorldApp text file from C:\Program Files\Java into the C:\Program Files\Java\jdk1.5.0_01\bin folder where the javac is located?
    Or did my C:\Program Files\Java path variable allow for the Java compiler to be found, although it's located in C:\Program Files\Java\jdk1.5.0_01\bin ? (This is why I asked above if it matters where you save your text document source code.)
    In using a text editor to type source code, where should I save my Java text files next time?
    Any help would be much appreciated! Thanks!

    Add the following directories to the PATH variable.
    C:\Program Files\Java\jdk1.5.0_01\bin
    I agree with this part.
    and add the following to the CLASSPATH variable
    C:\Program Files\Java\jdk1.5.0_01\lib;C:\Program
    Files\Java\jdk1.5.0_01\jre\lib;.
    Where is this insanity coming from?
    You do not need to set your classpath unless you are using a third party library or you have different parts of your program stored under different paths.
    OP: You can store your source files anywhere you want to. You should put them somewhere that is easy for you to access. Most people have a common directory for all of their projects, with subdirectories for each project.
    The only real restriction on where you put your source files is that the directory struction they are in must match the package statement at the top of the source file.
    So, if your file has:
    package chat.client.events;
    at the top, then the source file must be in a directory named chat/client/events relative to where you keep your source files.

  • Load and print HTML file

    Hi all :
    I saved a HTML file that include test result labview 8.5 application .. I want to load this file to other application and print it
    How can I do that

    Hi
    its labview vi ... this application will load the file then print it .. this waht i want to do ....
    i generate HTML report and save it into specific directory .. i need application to load and print it
    thanks

  • How do i send variables to a flash file using swfloader???

    hey guys... so im trying to load a swf using the SWFLoader, and i need to some how send a variable to that swf, and in that swf i need to capture that variable if that makes any sence...
    the swf is made in flash, and a function init is called everytime the swf loads...
    in that init function in the flash actionscript i need to capture the variable i send from flash builder....
    so far i have the following code...
    in this code i have no idea on how to send variables to my swf
            var swfLdr:SWFLoader = new SWFLoader();
            swfLdr.horizontalCenter = 0;
            swfLdr.verticalCenter = 0;
            swfLdr.source = "http://test-broadcast.apxinsider.com/Content/swf/office_weekly_UF.swf";
            swfLdr.addEventListener(Event.INIT, swfLoaded);
            swfLdr.load();
    now i was htining i could do somehting like office_weekly_UF.swf?id=1304 or somehting... but if i do that, how do i capture this in my swf???
    any thing would help! thank you so much!

    Hi,
    I'll put up what i think is the answer. Do tell me if this is what you are looking for. When I created the swf in Flash Pro.This is the code I used
    var keyStr:String;
    var paramObj:Object = LoaderInfo(this.root.loaderInfo).parameters;
    for (keyStr in paramObj) {
    urlText.text = String(paramObj[keyStr]);
    urlText is a text box whose content text is passed as a URL parameter. The parameters can be retrieved from paramObj. Is that what you meant by capturing the variables?
    Then on the flex side, this is the code i used to display from SWFloader
               import mx.controls.SWFLoader;
                private var swfLdr:SWFLoader;
                private function startSWF():void
                    swfLdr = new SWFLoader();
                    swfLdr.horizontalCenter = 0;
                    swfLdr.verticalCenter = 0;
                    swfLdr.source = "MySWF.swf?urlText=verbose";
                    addElement(swfLdr);
    I hope this helps.
    Nishad

  • Save and replace html file in Word

    Does anyone know how to save a Word document as a Web Page (HTML) format replacing an already existing file which has the same name (and location)? I want to save my document as a Word document and also as an html document, overwriting any existing documents with the same names.
    Using:
    save as active document file name "Photo [OSX]:Users:home:Desktop:Calendar.doc" file format format document
    overwrites the existing document without asking (whichi is what I want) but:
    save as active document file name "Photo [OSX]:Users:home:Desktop:Calendar.htm" file format format HTML
    gives me an error ("Microsoft Word got an error: active document doesn't understand the save as message.") if there is an existing document in the same location with that name.
    If there is no existing document this works fine.???
    Pedro
    G5   Mac OS X (10.3.9)  

    Peter,
    The easy way would be to delete the file first:
    try
    delete file "Photo [OSX]:Users:home:Desktop:Calendar.htm"
    end try
    Reese

  • Can I create a subdirectory and custom html file within a domain?

    I'm preparing to migrate to a new weblogic server but recently realized that the new url address for users will be different from the original (current) url. Is there a way that I can simply create the root context of the original url within the new server?
    So, if the original url is http://aliasname/subdir/subdir/file.html ; and the new url is http://aliasname/domain
    ...can I manually create the subdir's within the root of the new server and create my own file.html that basically provides a message to the users that the current url has changed?
    That way, users who don't happen to update their bookmarks, will be updated and redirected to the new site. I'm new to weblogic and am coming from an MSFT IIS background where I could handle this simply by doing just what I described above in my question.
    Thanks in advance!

    The best is to have IIS handle that kind of work. Note that you use IIS as a front-end for WebLogic, such that requests meant
    for WebLogic are forwarded by using the IIS plug-in - http://docs.oracle.com/cd/E21764_01/web.1111/e14395/isapi.htm#BGBBCFID

  • I want to save a html file to server and then want to open it.

    Requirement: I'm having an applet which is having a button named letter. When a user clicks on the button, following should happen --> An event will occur which will read some data from backend system(mainframe) and will store that in a string variable. A html file is created using this data in the body part, and then it should open in a browser.
    My problem is how can I launch(open in a browser) this html file.
    1) Is it possible to launch this file without storing it on hard drive.
    2)To use Runtime.getRuntime.exec(cmd.exe /c start filepath) , I need to store this file somewhere. How can i store this on server?

    1) Can you please give me an example showing how i can use Jtextpane.For html, JEditorPane (instead of JTextPane is better)
    For examples, go through these tutorial trails:
    [http://java.sun.com/docs/books/tutorial/uiswing/components/editorpane.html]
    [http://java.sun.com/docs/books/tutorial/uiswing/components/text.html]
    2)Also please tell me how to save the file on user's machineSee this trail:
    [http://java.sun.com/docs/books/tutorial/essential/io/index.html]
    and how can i delete the file from user's machine once it is closed by the user?Very simple, read the api docs: [http://java.sun.com/javase/6/docs/api/java/io/File.html#delete()]
    Thanks!

  • How to send attachment as html file in mail in workflow

    Hi Experts,
    I want to know how i can send an attachment as .html file by mail in sap workflow.
    By default it is being sent as .txt file.
    Thanks & Regards,
    Kapil Kumar

    Hello,
    In your decision step you can put this binding (if you haven't already):
    Workflow                  Step
    &DECISIONCOMMENTS&   <-   &_ATTACH_OBJECTS&
    where DECISIONCOMMENTS is a BOR of type SOFM.
    In the next step you can use fm SO_DOCUMENT_READ_API1
    to get the actual text lines.
    Once you have that you can convert it to HTML (not
    sure how) or you could use fm SO_NEW_DOCUMENT_ATT_SEND_API1
    to send it as a HTML attachment.
    regards
    Rick

  • How to show applets in a html file ?

    Hi all
    I have created an applet with jdev ,and I also generated the corresponding html file and a main method. So the java file runs standalone when I click on the run button , but when I copied the class file and the html file in a web server, then there is nothing in the applet region ! Can anyone help me ?
    Here are the code :
    Code of the java file :
    // Copyright (c) 2001
    package pack_applet;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    * Applet
    * <P>
    * @author xxxx
    public class Capplet extends JApplet {
    boolean isStandalone = false;
    String x;
    String y;
    JLabel label = new JLabel();
    * Constructs a new instance.
    * getParameter
    * @param key
    * @param def
    * @return java.lang.String
    public String getParameter(String key, String def) {
    if (isStandalone) {
    return System.getProperty(key, def);
    if (getParameter(key) != null) {
    return getParameter(key);
    return def;
    public Capplet() {
    * Initializes the state of this instance.
    * init
    public void init() {
    x = this.getParameter("x", "0");
    y = this.getParameter("y", "1");
    try {
    jbInit();
    catch (Exception e) {
    e.printStackTrace();
    private void jbInit() throws Exception {
    this.setSize(new Dimension(400, 400));
    this.getContentPane().add(label, BorderLayout.CENTER);
    label.setText("x = "+x+" y = "+y);
    * start
    public void start() {
    * stop
    public void stop() {
    * destroy
    public void destroy() {
    * getAppletInfo
    * @return java.lang.String
    public String getAppletInfo() {
    return "Applet Information";
    * getParameterInfo
    * @return java.lang.String[][]
    public String[][] getParameterInfo() {
    String[][] pinfo =
    {"x", "String", ""},
    {"y", "String", ""},
    return pinfo;
    * main
    * @param args
    public static void main(String[] args) {
    Capplet applet = new Capplet();
    applet.isStandalone = true;
    JFrame frame = new JFrame();
    frame.setTitle("Applet Frame");
    frame.getContentPane().add(applet, BorderLayout.CENTER);
    applet.init();
    applet.start();
    frame.setSize(400, 420);
    Dimension d = Toolkit.getDefaultToolkit().getScreenSize();
    frame.setLocation((d.width - frame.getSize().width) / 2, (d.height - frame.getSize().height) / 2);
    frame.setVisible(true);
    frame.addWindowListener(new WindowAdapter() { public void windowClosing(WindowEvent e) { System.exit(0); } });
    static {
    try {
    UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
    catch(Exception e) {
    e.printStackTrace();
    And code of the html file :
    <HTML>
    <HEAD>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
    <HTML>
    <TITLE>
    HTML Applet Test Page
    </TITLE>
    </HEAD>
    <BODY>
    <SCRIPT LANGUAGE="JavaScript"><!--
    var info = navigator.userAgent; var ns = false;
    var ie = (info.indexOf("MSIE") > 0 && _info.indexOf("Win") > 0
    && _info.indexOf("Windows 3.1") < 0)
    //--></SCRIPT>
    <COMMENT><SCRIPT LANGUAGE="JavaScript1.1"><!--
    var _ns = (navigator.appName.indexOf("Netscape") >=0
    && ((_info.indexOf("Win") > 0 && _info.indexOf("Win16") < 0
    && java.lang.System.getProperty("os.version").indexOf("3.5") < 0)
    || (_info.indexOf("Sun") > 0) || (_info.indexOf("Linux") > 0)));
    //--></SCRIPT></COMMENT>
    pack_applet.Capplet will appear below in a Java enabled browser.<BR>
    <SCRIPT LANGUAGE="JavaScript"><!--
    if (_ie == true) document.writeln('<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH = 400 HEIGHT = 400 ALIGN = middle NAME = "TestApplet" codebase="HTTP://java.sun.com/products/plugin/1.2/jinstall-12-win32.cab#Version=1,2,0,0"> <NOEMBED><XMP>');
    else if(_ns == true) document.writeln('<EMBED type="application/x-java-applet;version=1.2" WIDTH = 400 HEIGHT = 400 ALIGN = middle NAME = "TestApplet" java_CODE = "pack_applet.Capplet" java_CODEBASE = "Capplet.class" "x" = "0" "y" = "1" pluginspage="http://java.sun.com/products/plugin/1.2/plugin-install.html"> <NOEMBED><XMP>');
    //--></SCRIPT>
    <APPLET CODE = "pack_applet.Capplet" CODEBASE = "Capplet.class" WIDTH = 400 HEIGHT = 400 ALIGN = middle NAME = "TestApplet" >
    </XMP>
    <PARAM NAME = CODE VALUE = "pack_applet.Capplet" >
    <PARAM NAME = CODEBASE VALUE = "Capplet.class" >
    <PARAM NAME = NAME VALUE = "TestApplet" >
    <PARAM NAME = "type" VALUE = "application/x-java-applet;version=1.2">
    <PARAM NAME = "x" VALUE = "0">
    <PARAM NAME = "y" VALUE = "1">
    </APPLET>
    </NOEMBED></EMBED></OBJECT>
    </BODY>
    </HTML>
    Thank you very much.

    you can load your pdf into your browser using
    navigateToURL(new URLRequest("yourpdf.pdf"));

  • Powershell, design manager, uploading html file not creating associated master page file

    I am uploading a xyz.html file through powershell for 2 site collections, when .html file is uploaded and published it automatically creates xyz.master file. It is working fine for not publishing sites collection only, for publishing site collection .html file
    is uploaded successfully but it is not creating associated .master file. If I close powershell console and run again it works successfully.
    another interesting thing I noticed that if I specify "spadmin" account which I used to install sharepoint as  site collection primary administrator, all works well, currently I am using "spsiteCollection" account for primary site collection
    administrator and I am having above mentioned issue.
    powershell script is also running with spadmin account.
    I have ensured .html is checked in and publish properly, If I manually unpublish and publish .html file it creates .mater file. What could be the issue?

    Hi,
    According to your post, my understanding is that you have an issue about upload html file to master page gallery.
    I have used the PowerShell contains in the codeplex to upload the files to master page gallery, it works without any issue.
    https://uploadmasterpages.codeplex.com/
    You can check your PowerShell with this article, or use this bat file to upload directly to check whether it works.
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • Html files play in main stage of flash

    How can macromedia flash play html files?
    I have a problem my friends! First of all I should say that I
    know flash is not a browser!!! I have lots of internal and external
    html files next to my main swf movie and I made lots of botton for
    each html files and a window next to the bottons on the left side
    of my stage now the question is: how can I tell macromedia flash by
    pressing each botton its especial html file play in the left
    window?(and not anywhere else) I tried "get url" but html files now
    are playing in a browser and not in my window!!
    Maybe I made the window in the wrong way so how can I create
    this window for html files?
    I am not a professional user of macromedia flash –
    thank you for your coaporation
    In the following path you can find an example this is where I
    installed my flash
    C:\Program Files\Macromedia\Flash 8\Samples and
    Tutorials\Samples\Text\ TextEnhancements
    Here is a link that maybe show my question better
    Its just 120 kb
    http://scorpionsofhack.googlepages.com/html.zip

    Set the sample rate higher in MainStage and you'll get lower latency.

  • How can I change the font in html-file

    Hello,
    if I create a new html-file in KM-Content - Folder - New - Html-File, I always get the font Times New Roman. In the editor I have Arial oder something similar - but not in the view.
    Does anybody know how to change this font to Arial? Where do I have to configure what? Thanks
    Regards,
    Susanne

    Hu Susanne,
    Detlef
    "Say Detlef once again" (Detle
    v) 
    sorry that I´m no mathematician or a SAP EP-consultant
    Never mind!
    So "dumb" is maybe the wrong word
    You didn't realize the ";-)" behind it?!
    It's just that this strict "it doesn´t work like you wrote" was a bit irritating, in fact it works, it's tested on the same version as you are on, and it's also not a very new feature (new features often are buggy at some ends).
    But now I had a second look on the link I have given - and sorry, even if it should help, in fact it was the EP50-version. The NW04 version, which seems you have already detected by yourself, is http://help.sap.com/saphelp_nw04/helpdata/en/a8/923717bc40dd49b1e296b9877e98f0/frameset.htm
    After having seen this, I also found this ominous description of "HTML Filter for Portal Stylesheets"http://help.sap.com/saphelp_nw04/helpdata/en/cc/b8f941db015f24e10000000a1550b0/frameset.htm
    Yes, this does in fact not exist on EP6 SP9. You could open an OSS message and ask to delete the description of a non-existing feature or for delivery of it.
    Anyhow, it shouldn't do more than the HTML Stylesheet Filters are already doing - maybe it would choose the corresponding CSS by itself?
    Is there anything else I have to configure anywhere?
    The prerequisity is "The publishing pipeline is configured appropriately.", but this should be the case by default.
    The repository used is "documents" and the html file you have been using is stored in this repository?
    The stylesheet exists on the location set within the stylesheet configuration?
    There are not sooo many screws to turn...?!
    Hope it helps
    Detlev

  • How do I update web template HTML files on MAC

    I'm running lightroom 4.3 on a PC. The web template needed a few changes making, mainly the layout and replacing links for images etc., I could not find a way to update via lightroom so I changed the detail.html and grid.html files directly in C:\Program Files\Adobe\Adobe Photoshop Lightroom 4.3\Shared\webengines\default_html.lrwebengine. Now I need to make the same changes in lightroom 4.3 on a MAC, but have no idea how to locate the same files and update?
    Please can someone help me?

    The equivalent location on the Mac is:
    //Applications/Adobe Photoshop Lightroom 4/Contents/PlugIns/Web.lrmodule/Contents/Resources/galleries/default_html.lrwebengine
    To see either of the Contents folders in the above path, you have to Command/Right-click on the previously mentioned file (Adobe Photohsop Lightroom 4 and Web.lrmodule) and choose Show Package Contents.

Maybe you are looking for