SendAndLoad() success only through local html page

Hello
I found similar issues in previous posts, but not this one. I publish a Flash CS3 .swf file,creating the html page and the javascript file too. If I click the html page locally, the sendAndLoad POST will succeed. If I upload the 3 files to the server, the sendAndLoad will fail. If I delete "AndLoad," the Send function will succeed. Url is fully qualified. I think I made a change in a configuration in Flash, because previous packages of this same file worked. Any ideas?
Thank you

Thank you!
I worked on this half the day. I am still unable to go out a couple of directories with ../../ but not a big problem.

Similar Messages

  • Cookies from local HTML pages?

    I have an HTML application that is intended to be run locally from a user's machine. However, Safari does not appear to allow cookies to be stored by a local HTML page. Does anyone know of any way to work around or fix this issue?
    My test environment is OS 10.3 and Safari 1.2.4.
    Thanks in advance.

    Nah, no use posting code, I'm pretty sure it is just a limitation of the browser, for whatever reason.
    I didn't have that much persistant stuff, so I just moved to the dashboard for development and that worked out okay.
    Here's my final product, if you're interested:
    http://www.apple.com/downloads/dashboard/games/widgzee.html

  • SWF effect flying through a html page

    Hello everybody !
    I will try to explain clearly my question.
    I have a swf effect 600 X 140 px size, with a letter effect
    (firework effect)
    I would like the effect flying through all my html page as a
    background image
    I see more and more advertisments doing the effect now, and I
    would like to use it, but my site is built with Dreamweaver and I
    want to keep it in html because of the referencement.
    How can I do ?
    Is somebody to help me or give me some guide lines to do this
    Thanks in advance
    Françoise

    SOIRS DE FETES wrote:
    > Hello everybody !
    >
    > I will try to explain clearly my question.
    > I have a swf effect 600 X 140 px size, with a letter
    effect (firework effect)
    > I would like the effect flying through all my html page
    as a background image
    > I see more and more advertisments doing the effect now,
    and I would like to
    > use it, but my site is built with Dreamweaver and I want
    to keep it in html
    > because of the referencement.
    >
    > How can I do ?
    >
    > Is somebody to help me or give me some guide lines to do
    this ?
    You can't use flash as background because you can't place
    active content into HTML background
    in general. Possible only if the entire page is made in
    Flash, then simply place it on the bottom
    layer of the movie.
    The effect you describe it done with Layers which are quite
    easy if you familiar with Dreamweaver.
    Let me elaborate.
    You can not get beyond flash to animate beyond the canvas
    boundaries (the movie size defined in your
    object embed tags). These are movies that are actually with
    transparent background, using WMODE parameter
    to achieve that, it makes them appear like they fly all over
    the HTML document while they actually just
    large movies with no background. Another way to do it, is to
    use Wmode and animate the layer itself
    rather then making a huge movie canvas to cover the space
    WMODE however is known to cause problems, from crashing
    browsers to disabling actions ,screwing up buttons
    etc... So be aware of it, if suddenly some of the features
    stop working, you know what's the reason behind
    it. That's why it's commonly use for ads only, minimum user
    interaction.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Link button to local html page using AS3

    I am using AS3 and having trouble linking a button to a local html page

    Okay, I tried both of the codes and it is still now working.
    navigateToURL(new URLRequest("file:///fishcom/Home.html"));
    I get a Windows dialog box that states that the path can not be found.
    navigateToURL(new URLRequest("./fishcom/Home.html"));
    This goes to http://./fishcom/Home.html  but not my page.
    The Flash file and the HTML page are in the fishcom folder on my desktop. Very frustrating because this was so easy in AS2. 

  • 9i on RedHat 7.1 was successful but i can only open html pages.

    If i take a blank page (index.html) and rename it to (index.jsp) I cannot open the index.jsp. Permissions are all correct and Im not sure that the problem is. Might be a problem with Jserv but I have no idea
    THanks in advance
    Adam

    I guess i should have added that i can only open the html pages from a browser. I cannot open .jsp pages from a browser

  • How to get the source code of an HTML page in Text file Through java?

    How to get the source code of an HTML page in Text file Through java?
    I am coding an application.one module of that application is given below:
    The first part of the application is to connect our application to the existing HTML form.
    This module would make a connection with the HTML page. The HTML page contains the coding for the Form with various elements. The form may be a simple form with one or two fields or a complex one like the form for registering for a new Bank Account or new email account.
    The module will first connect through the HTML page and will fetch the HTML code into a Text File so that the code can be further processed.
    Could any body provide coding hint for that

    You're welcome. How about awarding them duke stars?
    edit: cheers!

  • How to Call a WebDynpro application through html page.

    I have created a webDynpro application.How can i call this application through a html page?
    Thanks
    Pankaj Kumar

    Hi,
       You can add a link to your HTML page and set the anchor reference to the absolute URL of your WD application.
       The absolute URL of your WD application looks like
    http://<j2ee server>:<port>/webdynpro/dispatcher/<wd component name>/<application name>
       So your HTML code will look like:
    <a href="http://<j2ee server>:<port>/webdynpro/dispatcher/<wd component name>/<application name>">Link</a>
    Regards,
    Satyajit.

  • Loading of html page in Webview on Remote login

    I created a webview frame successfully which is able to load any URL or local html page on it.
    But here am facing a strange problem with the following link : http://thejit.org/static/v20/Jit/Examples/ForceDirected/example2.html_
    When I open this link in my webview and am on a local system then am able to display all the nodes and text successfully but the lines are not getting displayed... Now, the strangest part is that when I open the same link in the same webview but the system being connected remotely from other machine, then am able to display all the text, graphics, lines and nodes successfully with no problem at all. The JDK versions too are same on both the systems so no problem regarding that.
    Any suggestion about this weird problem ???..... Am well versed with the Remote Desktop features but this is a strange problem am facing. Kindly help.

    Give us the real address, please.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "cliff23" <[email protected]> wrote in
    message
    news:gdn911$43m$[email protected]..
    > Hi,
    > I am not sure that this forum is the right place to ask
    this question, but
    > I
    > don't know where to go with this problem. I created a
    web page that uses
    > javascript to have a slide show placed near the top of
    the main page. If
    > I
    > type in the address of the site starting with
    www.xxxxxx.com, the page
    > loads
    > correctly. If I type in the address starting with
    http://www.xxxxx.com,
    > the
    > page loads, but with broken links for the images that
    start the slide
    > show.
    > This only happens on one of my three computers, leading
    me to believe it
    > might
    > be a setting or something to do with that computer, but
    I don't know what.
    > I am going to post on the Microsoft forum, but thought I
    would try here
    > also
    > in case there might be a code error when I created the
    page.
    > Any help would be appreciated,
    > Cliff
    >

  • Opening Local HTML Files

    I'n building a simple html viewer using Java, but I'm not sure what to use to display local html pages. I've used JEditorPane before to build a web browser, but I'm not sure how to use that to view html pages stored on the local hard drive. The setPage method in JEditorPane only takes a url, so does that mean I can't use it with local html pages? Thanks in advance for any help.

    The Swing tutorial on [url http://java.sun.com/docs/books/tutorial/uiswing/components/editorpane.html]How to Use Editor Panes contains example on how to read local html pages.

  • How link from html page to a specific frame in flash cs5 as3

    Hi!
    I'm kinda new around here. I am interested in knowing how to link from a specific html page to a specific frame in flash cs5 as3.
    I have a website that I originally began to design in flash but later started developing new pages for it in html. The flash part of it has several pages on different frames and I have created links from the flash part to the other html pages, but, I can only link the html pages back to the main flash home page, and not the other pages in the flash part of the website.
    I have read that in cs3 it was possible using the flashvars skip variable, but I don't know how to do it. I have not yet seen any working examples and I could not find any instructions / tutorials online for cs5.
    Can someone help here?

    add a query string, to the swf's embedding html, with variable/value indicating the frame you want to display in your swf.  add a javascript function to return the query string (or entire url), call the javascript function from flash using the externalinterface class.  and finally add code to your swf to parse the returned url or query string, parse it and then direct your timeline to the appropriate frame.

  • How connect an HTML page to a running Java Application?

    Hi,
    Exists a way to connect an HTML page to a running Java Application?
    the idea is, If we use SWT, the Browser widget have an instance of IE/Firefox attached to it, and we load local HTML pages inside, then i wish to have a way to bridge Java Application from HTML page. Then with that we can do follow JScript:
    var javaApp = document.getJavaApplication(); //here is the trick
    //below is like we do today with applets
    var person = container.create("myapp.Person");
    person.setName("Test");
    container.save(person);its great if we can Have an attribute for object tag or anything to conect HTML page to Java Application.

    I think that the better idea is to create a new mime type for that, maybe "application/x-java-connect-to-local-jvm", and use embed tag, to connect via plugin to a running JavaApp
    example:
    <embed type="application/x-java-connect-to-local-jvm" width="20" height="20" mainClass="mypackage.AppName"><br>
    <script>
    var javaApp = document.embeds[0];
    function createPerson()
      var person = javaApp.getNew("mypackage.Person");
      person.setName("test");
      javaApp.save(person);
    }The width and height, isnt necessary, but the view can be used to show red if connection failed and green for sucessfull connections, or maybe embed tag can have src to images for sucessfull and unsucessfull states.
    That's the idea, there is a way to extend Java Plugin to achieve that?
    any tip or idea or to achieve that, are welcome.
    Thanks

  • Displaying a local HTML File

    I wish to include a help file in my Java application. The easiest format for me to use is a local HTML page, resident in the same directory as my installed application - but I am having trouble displaying it using the jEditorPane. I realise this may look lazy, but could someone please put me out of my misery and tell me how to display a local HTML page ?

    if you want to use a button to show the file in a new window - try this one
    void button1_mouseClicked(MouseEvent e)
    AppletContext ac=getAppletContext();
    try {
    ac.showDocument(new URL("http://....."));
    catch(MalformedURLException x){showStatus(x.toString());}
    }

  • Cant link access database to html page

    <html>
    <head>
    <title>ASCAM Winery Customers Database Application</title>
    <Img height="350" width="175" style="float:left;" SRC="https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-xap1/v/t1.0-9/1538743_739414219404453_295536607_n.jpg?oh=44ac8ad664ec4c955320953ecc897abf&oe=546C928C&__gda__=1416231439_9f7ec10eb3a492796ca997745cd36163">
    <Img height="350" width="175" style="float:right;" SRC="https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-xpf1/v/t1.0-9/10418140_272292502973344_2392827848855223574_n.jpg?oh=31ea8cfd238262ea38791e54fd894927&oe=5461E223&__gda__=1416653129_a039fc9ac8f3adcb4f4d220274565fad">
    <SCRIPT Language="VBSCRIPT">
    dim strCon
    dim conn
    dim rs
    sub    Edit_OnClick()
    rs.fields("ID") = SCAM.Name1.value
    rs.Update
    end sub
    sub del_OnClick()
    if not rs.eof and not rs.bof then
    rs.Delete
    rs.MoveNext
    if not rs.eof then
    SCAM.Name1.value=rs.fields("CustomerID")
    SCAM.CustomerFirstName.value=rs.fields("CustomerFirstName")
    SCAM.CustomerLastName.value=rs.fields("CustomerLastName")
    SCAM.BillingAddress.value=rs.fields("BillingAddress")
           SCAM.EmailAddress.value=rs.fields("EmailAddress")
    SCAM.City.value=rs.fields("City")
    SCAM.State.value=rs.fields("State")
    else
    rs.MoveFirst
    SCAM.Name1.value=rs.fields("CustomerID")
    SCAM.CustomerFirstName.value=rs.fields("CustomerFirstName")
    SCAM.CustomerLastName.value=rs.fields("CustomerLastName")
    SCAM.BillingAddress.value=rs.fields("BillingAddress")
    SCAM.EmailAddress.value=rs.fields("EmailAddress")
    SCAM.City.value=rs.fields("City")
    SCAM.State.value=rs.fields("State")
    end if
    end if
    end sub
    sub dbConn()
    strCon="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Winery.mdb;
    Persist Security Info=False"
    Set Conn=CreateObject("ADODB.Connection")
    Set rs=CreateObject("ADODB.recordset")
    Conn.Open strCon
    rs.ActiveConnection = conn
    'rs.CursorLocation = adUseClient
    'rs.CursorType = adOpenKeyset
    rs.LockType = 2
    rs.Source = "customer"
    rs.Open
    rs.MoveFirst
    SCAM.Name1.value=rs.fields("CustomerID")
    SCAM.CustomerFirstName.value=rs.fields("CustomerFirstName")
    SCAM.CustomerLastName.value=rs.fields("CustomerLastName")
    SCAM.BillingAddress.value=rs.fields("BillingAddress")
    SCAM.EmailAddress.value=rs.fields("EmailAddress")
    SCAM.City.value=rs.fields("City")
    SCAM.State.value=rs.fields("State")
    end sub
    sub MoveNext_Onclick()
    if not rs.eof then
    rs.MoveNext
    if not rs.eof then
    SCAM.Name1.value=rs.fields("CustomerID")
    SCAM.CustomerFirstName.value=rs.fields("CustomerFirstName")
    SCAM.CustomerLastName.value=rs.fields("CustomerLastName")
    SCAM.BillingAddress.value=rs.fields("BillingAddress")
    SCAM.EmailAddress.value=rs.fields("EmailAddress")
    SCAM.City.value=rs.fields("City")
    SCAM.State.value=rs.fields("State")
    end if
    end if
    end sub
    sub MovePrev_Onclick()
    if not rs.bof then
    rs.MovePrevious
    if not rs.bof then
    SCAM.Name1.value=rs.fields("CustomerID")
    SCAM.CustomerFirstName.value=rs.fields("CustomerFirstName")
    SCAM.CustomerLastName.value=rs.fields("CustomerLastName")
    SCAM.BillingAddress.value=rs.fields("BillingAddress")
    SCAM.EmailAddress.value=rs.fields("EmailAddress")
    SCAM.City.value=rs.fields("City")
    SCAM.State.value=rs.fields("State")
    end if
    end if
    end sub
    sub AddNew_Onclick()
    rs.AddNew
    rs.fields("CustomerID")=SCAM.Name1.value
    rs.fields("CustomerFirstName")=SCAM.CustomerFirstName.value
    rs.fields("CustomerLastName")=SCAM.CustomerLastName.value
    rs.fields("BillingAddress")=SCAM.BillingAddress.value
    rs.fields("EmailAddress")=SCAM.EmailAddress.value
    rs.fields("City")=SCAM.City.value
    rs.fields("State")=SCAM.State.value
    rs.Update
    end sub
    sub Search()
    SCAM.CustomerFirstName.value=""
    SCAM.CustomerLastName.value=""
    SCAM.BillingAddress.value=""
    SCAM.EmailAddress.value=""
    SCAM.City.value=""
    SCAM.State.value=""
    rs.MoveFirst()
    do while not rs.eof
    if rs.fields("CustomerID") = int(SCAM.Name1.value) then
    SCAM.Name1.value=rs.fields("CustomerID")
    SCAM.CustomerFirstName.value=rs.fields("CustomerFirstName")
    SCAM.CustomerLastName.value=rs.fields("CustomerLastName")
    SCAM.BillingAddress.value=rs.fields("BillingAddress")
    SCAM.EmailAddress.value=rs.fields("EmailAddress")
    SCAM.City.value=rs.fields("City")
    SCAM.State.value=rs.fields("State")
    end if
    rs.MoveNext()
    loop
    end sub
    </script>
    <BODY onLoad="dbConn()">
    <FORM NAME="SCAM" Method="Post">
    <Center><h3>ASCAM Winery Customers Database Connection</h3>
    <TABLE border="0" cellpadding="2" cellspacing="2">
    <tr>
    <td>
    Customer ID
    </td>
    <td>
    <INPUT TYPE="TEXT" NAME="Name1">
    </td>
    </tr>
    <TR>
        <TD>
       First Name
        </TD>
        <TD>
       <INPUT type="text" name="CustomerFirstName">
        </TD>
    </TR>
    <TR>
        <TD>
       Last Name
        </TD>
        <TD>
       <INPUT type="text" name="CustomerLastName">
        </TD>
    </TR>
    <TR>
        <TD>
       Email
        </TD>
        <TD>
       <INPUT type="text" name="EmailAddress">
        </TD>
    </TR>
    <TR>
        <TD>
       Phone
        </TD>
        <TD>
       <INPUT type="text" name="Phone">
        </TD>
    </TR>
    <TR>
        <TD>
       Fax
        </TD>
        <TD>
       <INPUT type="text" name="FaxNumber">
        </TD>
    </TR>
    <TR>
        <TD>
        Address
        </TD>
        <TD>
       <INPUT type="text" name="BillingAddress">
        </TD>
    </TR>
    <TR>
        <TD>
       City
        </TD>
        <TD>
       <INPUT type="text" name="City">
        </TD>
    </TR>
    <TR>
        <TD>
       State
        </TD>
        <TD>
       <INPUT type="text" name="State">
        </TD>
    </TR>
    <TR>
        <TD>
       Zip Code
        </TD>
        <TD>
       <INPUT type="text" name="ZipCode">
        </TD>
    </TR>
       </TD>
    </TR>
    <tr>
    <table>
    <td>
    <INPUT TYPE=BUTTON name="AddNew" value="Add">
    <INPUT TYPE=BUTTON name="MoveNext" value="Move Next">
    <INPUT TYPE=BUTTON name="MovePrev" value="Move Previous">
    <input type="button" value="Search" onClick="Search()">
    <input type="reset" value="Reset" onClick = "location.reload();">
    <INPUT TYPE=BUTTON name="del" value="Delete"><br>
    </tr></td></table>
    </form>
    <SCRIPT LANGUAGE="JavaScript">
    var mydate=new Date()
    var year=mydate.getYear()
    if (year < 1000)
    year+=1900
    var day=mydate.getDay()
    var month=mydate.getMonth()
    var daym=mydate.getDate()
    if (daym<10)
    daym="0"+daym
    var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
    var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
    document.write("<large><font color='000000' face='Chiller'><b>"+dayarray[day]+", "+montharray[month]+" "+daym+", "+year+"</b></font></small>")
    </SCRIPT>
    </head>
    </body></html>
    What am i doing wrong?

    Here is a restructure and removal of some crap.
    Local HTML pages are not allowed to access files.  Use an HTA extension to allow the HTML to access your files.
    Here is  fixer.  Spnd some time learning HTNL and DHTML.  Go to W3Schools.com
    <html>
    <head>
    <title>ASCAM Winery Customers Database Application</title>
    <script Language="VBSCRIPT">
    dim strCon
    dim conn
    dim rs
    Sub window_onload()
    dbConn
    End Sub
    sub Edit_OnClick()
    rs.fields("ID") = SCAM.Name1.value
    rs.Update
    end Sub
    sub del_OnClick()
    if not rs.eof and not rs.bof then
    rs.Delete
    rs.MoveNext
    if not rs.eof then
    SCAM.Name1.value=rs.fields("CustomerID")
    SCAM.CustomerFirstName.value=rs.fields("CustomerFirstName")
    SCAM.CustomerLastName.value=rs.fields("CustomerLastName")
    SCAM.BillingAddress.value=rs.fields("BillingAddress")
    SCAM.EmailAddress.value=rs.fields("EmailAddress")
    SCAM.City.value=rs.fields("City")
    SCAM.State.value=rs.fields("State")
    else
    rs.MoveFirst
    SCAM.Name1.value=rs.fields("CustomerID")
    SCAM.CustomerFirstName.value=rs.fields("CustomerFirstName")
    SCAM.CustomerLastName.value=rs.fields("CustomerLastName")
    SCAM.BillingAddress.value=rs.fields("BillingAddress")
    SCAM.EmailAddress.value=rs.fields("EmailAddress")
    SCAM.City.value=rs.fields("City")
    SCAM.State.value=rs.fields("State")
    end if
    end If
    end Sub
    sub dbConn()
    strCon="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Winery.mdb; Persist Security Info=False"
    Set Conn=CreateObject("ADODB.Connection")
    Set rs=CreateObject("ADODB.recordset")
    Conn.Open strCon
    rs.ActiveConnection = conn
    rs.LockType = 2
    rs.Source = "customer"
    rs.Open
    rs.MoveFirst
    SCAM.Name1.value=rs.fields("CustomerID")
    SCAM.CustomerFirstName.value=rs.fields("CustomerFirstName")
    SCAM.CustomerLastName.value=rs.fields("CustomerLastName")
    SCAM.BillingAddress.value=rs.fields("BillingAddress")
    SCAM.EmailAddress.value=rs.fields("EmailAddress")
    SCAM.City.value=rs.fields("City")
    SCAM.State.value=rs.fields("State")
    end Sub
    sub MoveNext_Onclick()
    if not rs.eof then
    rs.MoveNext
    if not rs.eof then
    SCAM.Name1.value=rs.fields("CustomerID")
    SCAM.CustomerFirstName.value=rs.fields("CustomerFirstName")
    SCAM.CustomerLastName.value=rs.fields("CustomerLastName")
    SCAM.BillingAddress.value=rs.fields("BillingAddress")
    SCAM.EmailAddress.value=rs.fields("EmailAddress")
    SCAM.City.value=rs.fields("City")
    SCAM.State.value=rs.fields("State")
    end if
    end if
    end sub
    sub MovePrev_Onclick()
    if not rs.bof then
    rs.MovePrevious
    if not rs.bof then
    SCAM.Name1.value=rs.fields("CustomerID")
    SCAM.CustomerFirstName.value=rs.fields("CustomerFirstName")
    SCAM.CustomerLastName.value=rs.fields("CustomerLastName")
    SCAM.BillingAddress.value=rs.fields("BillingAddress")
    SCAM.EmailAddress.value=rs.fields("EmailAddress")
    SCAM.City.value=rs.fields("City")
    SCAM.State.value=rs.fields("State")
    end if
    end if
    end sub
    sub AddNew_Onclick()
    rs.AddNew
    rs.fields("CustomerID")=SCAM.Name1.value
    rs.fields("CustomerFirstName")=SCAM.CustomerFirstName.value
    rs.fields("CustomerLastName")=SCAM.CustomerLastName.value
    rs.fields("BillingAddress")=SCAM.BillingAddress.value
    rs.fields("EmailAddress")=SCAM.EmailAddress.value
    rs.fields("City")=SCAM.City.value
    rs.fields("State")=SCAM.State.value
    rs.Update
    end Sub
    sub Search()
    SCAM.CustomerFirstName.value=""
    SCAM.CustomerLastName.value=""
    SCAM.BillingAddress.value=""
    SCAM.EmailAddress.value=""
    SCAM.City.value=""
    SCAM.State.value=""
    rs.MoveFirst()
    do while not rs.eof
    if rs.fields("CustomerID") = int(SCAM.Name1.value) then
    SCAM.Name1.value=rs.fields("CustomerID")
    SCAM.CustomerFirstName.value=rs.fields("CustomerFirstName")
    SCAM.CustomerLastName.value=rs.fields("CustomerLastName")
    SCAM.BillingAddress.value=rs.fields("BillingAddress")
    SCAM.EmailAddress.value=rs.fields("EmailAddress")
    SCAM.City.value=rs.fields("City")
    SCAM.State.value=rs.fields("State")
    end if
    rs.MoveNext()
    loop
    end Sub
    </script>
    </head>
    <body>
    <center><h3>ASCAM Winery Customers Database Connection</h3></center>
    <form NAME="SCAM" Method="Post">
    <Img height="350" width="175" style="float:left;" SRC="https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-xap1/v/t1.0-9/1538743_739414219404453_295536607_n.jpg?oh=44ac8ad664ec4c955320953ecc897abf&oe=546C928C&__gda__=1416231439_9f7ec10eb3a492796ca997745cd36163">
    <Img height="350" width="175" style="float:right;" SRC="https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-xpf1/v/t1.0-9/10418140_272292502973344_2392827848855223574_n.jpg?oh=31ea8cfd238262ea38791e54fd894927&oe=5461E223&__gda__=1416653129_a039fc9ac8f3adcb4f4d220274565fad">
    <table border="0" cellpadding="2" cellspacing="2">
    <tr><td>Customer ID</td><td><input TYPE="TEXT" NAME="Name1"></td></tr>
    <tr><td>First Name</td><td><input type="text" name="CustomerFirstName"></td></tr>
    <tr><td>Last Name</td><td><input type="text" name="CustomerLastName"></td></tr>
    <tr><td>Email</td><td><input type="text" name="EmailAddress"></td></tr>
    <tr><td>Phone</td><td><input type="text" name="Phone"></td></tr>
    <tr><td>Fax</td><td><input type="text" name="FaxNumber"></td></tr>
    <tr><td>Address</td><td><input type="text" name="BillingAddress"></td></tr>
    <tr><td>City</td><td><input type="text" name="City"></td></tr>
    <tr><td>State</td><td><input type="text" name="State"></td></tr>
    <tr><td>Zip Code</td> <td><input type="text" name="ZipCode"></td></tr>
    </td>
    </tr>
    <tr>
    <table>
    <tr>
    <td>
    <input TYPE="button" name="AddNew" value="Add">
    <input TYPE="button" name="MoveNext" value="Move Next">
    <input TYPE="button" name="MovePrev" value="Move Previous">
    <input type="button" value="Search" onClick="Search">
    <input type="reset" value="Reset" onClick="">
    <input TYPE="button" name="del" value="Delete"><br>
    </td>
    </tr>
    </table>
    </form>
    </body>
    </html>
    ¯\_(ツ)_/¯

  • Unable to view local HTML content from "Help Content Only" SSL  iFrame

    Hi
    Can anyone confirm whether it is possible to view local HTML files within an iFrame when generating Help Content Only SSL content which is also locally deployed?
    I have had no problem viewing local html files from within an iFrame with a locally viewed Browser-Based Help project but despite trying a number of variations on the syntax, I simply cannot obtain the same result from a Help Content Only SSL that is then incorporated within a merged help system. I can however create hyperlinks to view local content using the following syntax (file:/C:\folderName\fileName.html - the only drawback for local preview is that you must right-click and select "open in new tab"). Essentially, I am trying to eliminate the requirement to have to right-click and open in new tab to view local html files.
    The project I am working on is deployed both locally and remotely and this whole process is necessary for emergency management and business continuity purposes.
    I hope my explanation isn't too convoluted and would be glad to clarify it further if required. I would appreciate any assistance!

    Hi John
    I appreciate you and Peter obtaining this  information from Adobe and I appreciate your continuing patience in  trying to understand what I am doing.
    I will start  from the beginning and hopefully clarify my process when deploying my  application locally (my remote process differs somewhat but is not  germane to this discussion). Obviously this will contain some repetition from previous posts but I hope it helps...
    The project itself integrates content created from Adobe RoboHelp with content created within Adobe Dreamweaver
    First, I should mention that I am using RoboHelp 8 as I don't believe I have addressed which version I am using. There's nothing particularly unusual about the project itself.
    Utilizing Dreamweaver I have created a self-contained HTML-only (no server-side functionality) website which is placed at the root level of the C: drive
    Within the RoboHelp project I create a hyperlink to access the local HTML files from the RoboHelp topic pages. The process I use to do so is from within the HTML view of the specific topic page and I use the following file path: "file:/C:\folderName\fileName.html". The only end-user requirement is that they must right-click and select "open in new tab", otherwise the link does not work. Please note, this is ONLY required for accessing the local HTML files.
    I output my RoboHelp project using the Adobe Air SSL, with the output type set to "Help Only Content" which creates the .rha files. I utilize multiple .rha files within my project as each .rha file constitutes a module specific to an individual municipality (in my particular instance)
    I use the Help Viewer Wizard from the RoboHelp "Toolbox" pod to create what I refer to as the "shell" .air file. Once the "shell" .air file created from the Help Viewer Wizard is  installed, it creates a shortcut on my desktop.
    I place an XML .helpcfg file within the directory on C:Program Files where my "shell" .air file has been installed to reference each .rha module which must be placed at the root level of the C: drive in order to be properly referenced by the .helpcfg file
    By double-clicking on the desktop shortcut created in Step 6 it opens the "shell" module which, in turn, loads in each individual .rha file which can be accessed individually from the drop-down menu in the top-right corner
    Why do I do it this way?? My organization severely restricts admin privileges on our workstations. We have one IT person / several hundred officers so I needed to create a system where the only time we need IT assistance is in the initial installation of the "shell" .air file created from the Help Viewer Wizard and placement of the .helpcfg file within the C: Programs folder. Once this is done, because the .rha files are on the C: drive, I can swap these out and update as necessary (we currently have an annual renewal cycle) and we require no further IT intervention. The local system I have just described has hyperlinks to the online browser-based help so that users can also access it and see any content updates made throughout the course of the school year
    Having said all that, based on the model I have just described, I have been trying to create iFrames from within my RoboHelp 8 topic pages (placed on my C: drive) to access the local HTML Dreamweaver site (also on my C: drive). The problem I have been having is that the resultant iFrames display only a blank white page and I have tried a number of variations on the syntax of the file path without success.
    The process I have been using to create the iFrame is as follows:
    In Design view, select Insert >> HTML >> iFrame
    In the iFrame dialog box, provide a name for the iFrame and then navigate to the local file on my C: drive level Dreamweaver HTML-only website that I want to link to.
    Click "Apply" and from the resulting dialog box states that "This action will create an external link to the help system... Do you want to continue?", I click "Yes"
    The resultant file path is "../../../../../folderName/fileName.html" which obviously won't work but I have created the iFrame and now I switch over to HTML view and insert the file path that I have been using for the hyperlinks ("file:/C:\folderName\fileName.html"). I also modify the width to 100% and the height to 1000 px
    The user is not being directed to a different domain. So, if as Adobe states, that iFrames are "supported in local AIR Help (.rha) as well" then I don't know why it will not work for me. Again, this is the file path that allows me to create a hyperlink which will access my local Dreamweaver HTML files: "file:/C:\folderName\fileName.html" so if that syntax works for a hyperlink, why will it not work for the iFrame?
    The videos I referenced are also contained within the local Dreamweaver HTML site
    My usage of the term "merged help" may have been unclear and hopefully steps 1-8 outline what I am doing
    Again, I am very grateful to all who have joined this discussion to try to help me! I think it should be manifestly evident by now that I am self-taught and basically that's the only excuse I can offer in my defense for my poor articulation. Not too many years ago I wanted nothing whatsoever to do with computers!

  • How to get the source code of an HTML page in Text file Through J2EE

    How to get the source code of an HTML page in Text file Through J2EE?

    Huh? If you want something like your browser's "view source" command, simply use a URLConnection and read in the data from the URL in question. If the HTML page is instead locally on your machine, use a FileInputStream. There's no magic invovled either way.
    - Saish

Maybe you are looking for

  • Editable alv: add custom validation and display "errors" in protocol list

    Hi, What I want to do: PAI validation of editable alv with displaying error's in the protocol list by adding custom entries to the existing protocol object. What is my problem: After registering "data_changed event", the protocol list don't appear. M

  • How do I stabilize a timelapse on final cut pro?

    How do I stabilize a timelapse on final cut pro? I took a time-lapse in a car, and the footage is shaky so I would like to stable it, I have created a compound clip with all the images that make up the time-lapse, but stabilization does not show up a

  • Accessing Essbase database from BI Admin tool

    Hi, I want to create a new RPD using Essbase database. I want to know how to configure Essbase data source so that I can use it for my rpd file. I have BI server installed on server machine and BI admin tool on my laptop I am using version 11.1.1.5.0

  • Error message after updating Nokia Browser.

    In my Nokia X2-02, after updating Nokia Browser, it gave me an error message: Conflicting applications, Show items? Please fix this bug, as I have tried resetting all settings and updating the software via PC. Any Idea? Solved! Go to Solution.

  • Problem starting RAC database instance on Node 2

    Hi all, I have the following problem after installing RAC 10.2.0 with 2 nodes (clusternode1 & clusternode2). I'll greatly appreciate if someone could help fix this: oracle@clusternode2:~> srvctl status nodeapps -n clusternode1 VIP is running on node: