Link Edge animation to HTML page?

Is there a way to link my Edge animation to an Index HTML page in the same folder as the Edge.HTML? I linked a webpage with the OpenURL trigger and it worked. But I would like to link it to the index page within the same folder so that I can test it before uploading it to the internet.
The trigger link that worked is:
window.open("http://www.mywebsite.com", "_self");
But can I use something like:
window.open("index.com", "_self");
Thanks,
Susan

Susan-
You don't need the sitename - just use this (assuming you are calling it from the same directory as you said):
window.open("index.html", "_self");
Else, you should be able to use this if it one folder deep:
window.open("../index.html", "_self");
James

Similar Messages

  • Adobe Edge animation glitching html page and SVG disappearing

    Hi all,
    I am having an issue with an Adobe Edge animation that I am making for a client - I am fairly new to Edge so this may be an easy fix!
    There is an SVG named chassis (Looks like a brown tadpole) that halfway through the animation - disappears and then glitches the webpage by drawing a white background that overlaps everything...
    I have set the background in Edge to transparent so I don't know why this is happening, even in the 'Preview in browser' option it happens.
    Here is the site where the animation is embedded - http://louisreed.co.uk/tiddlybot (Scroll down a little bit)
    Any help or suggestions welcome.
    Thanks!
    Louis

    Hi Louis ,
    Can you try out one thing. We suspect this issue is caused because of the anti-scaling which we apply.
    Just try to disable anti scaling.Follow the steps below : 
    This scale factor can be changed from:
    1. Close Animate
    2. Open the preference folder:
    a. Windows: C:\Users\{username}\AppData\Roaming\Adobe\Edge Animate\4.0.0\
    b. Mac: /Users/{username}/Library/Prefrences/Adobe/EdgeAnimate/4.0.0/
    3. Open the AppPrefs.xml file in a text editor.
    4. Search for the Current line in AppPrefs.xml:
    <key>SvgAntiScaleFactor</key>
    <float>10</float>
    Update this to:
    <key>SvgAntiScaleFactor</key>
    <float>1</float>
    5. Launch Animate.
    However note: This setting will work only for new animate content that you create after this setting is applied - i.e it will work only for newly pasted SVG’s in a new composition.
    Exiting Animate compositions opened after applying the setting(Step 5 above) will still show the same problem. You will need to delete the SVG and copy-paste again.
    Do let us know if this solution helps in your case too.
    Thanks and Regards,
    Sudeshna Sarkar

  • Best way to publish Edge files into html page?

    Ok,
    So im looking for the best way to add my edge files into my html page.
    I want to make it easy to integrate edge with dreamweaver html files, e.g if I change anything in my edge project and publish it I dont need to transfer the html over to my page again.
    I thought the best way to do this was put all the edge files into there own folder within my sites_files folder and then use iframe. However when I did this, I can not figure out how to use CSS to style the iframe.
    this is what I have tried    
    <iframe id="test" src="mackbyte1_files/animation/power-out-setup/power-out-preview.html" frameborder="0" height="400px" width="940px" scrolling="no" >Your browser does not support this animation. Get a real browses made for the 21st century! We recommend Chrome or Firefox...</iframe>
    I have tried using a ID for the iframe which didnt work.
    Without the iframe my animation is centred in the screen from the CSS with edge html e.g
    .edgeLoad-power-out-preview {
              visibility:hidden;
                        #Stage {
              height: 400px;
              width: 940px;
              margin-left: auto;
              margin-right: auto;
              border-radius: 7px;
              background-color: #CCC;
    I have given up and just manully copy/paste the html into the page I want it in. this works fine however, as stated if i make changes to my animation i have to amend the html which is a little annyoying.
    Is there a fix?
    Thanks in advanced

    joel_pau wrote:
    Hi,
    Can you copy and paste your html code from "mackbyte1_files/animation/power-out-setup/power-out-preview.html" ?
    hey mate,
    this is it
    <!DOCTYPE html>
    <html>
    <head>
              <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
              <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=IE8"/>
              <title>p-o-preview</title>
    <!--Adobe Edge Runtime-->
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
        <script type="text/javascript" charset="utf-8" src="power-out-setup_edgePreload.js"></script>
        <style>
            .edgeLoad-power-out-preview { visibility:hidden; }
                        #Stage {
              height: 400px;
              width: 940px;
              margin-left: auto;
              margin-right: auto;
              border-radius: 7px;
              margin-top: 20px;
        </style>
    <!--Adobe Edge Runtime End-->
    </head>
    <body style="margin:0;padding:0;">
              <div id="Stage" class="power-out-preview">
            <div id="Stage_pw-point" class="edgeLoad-power-out-preview"></div>
            <div id="Stage_usb-hub-pluged2" class="edgeLoad-power-out-preview"></div>
            <div id="Stage_usb-hub-unpluged2" class="edgeLoad-power-out-preview"></div>
            <div id="Stage_usb-for-hub" class="edgeLoad-power-out-preview"></div>
            <div id="Stage_usb-hub-pluged-unlit" class="edgeLoad-power-out-preview"></div>
            <div id="Stage_usb-cable" class="edgeLoad-power-out-preview"></div>
            <div id="Stage_imac" class="edgeLoad-power-out-preview"></div>
            <div id="Stage_usb_icon-power-out" class="edgeLoad-power-out-preview"></div>
            <div id="Stage_Lightning" class="edgeLoad-power-out-preview"></div>
            <div id="Stage_imac-off" class="edgeLoad-power-out-preview"></div>
            <div id="Stage_shutdown-page" class="edgeLoad-power-out-preview"></div>
            <div id="Stage_shutdown-page-30" style="display:none;"></div>
            <div id="Stage_imac-black-off" style="display:none;"></div>
            <div id="Stage_RoundRect" style="display:none;"></div>
            <div id="Stage_play-btn" style="display:none;"></div>
        </div>
    </body>
    </html>

  • Stopping Edge animation play after page visit.

    I have an Edge animation as a banner on my homepage. I was wondering how, if for example someone landed on my homepage the animation plays out, then navigates to my portfolio page, then back to the homepage, the animation would not play again. I think I'm trying to go the more is less route, also I think it will increase overall page loading speed, than trying to replay the animation everytime you return to my homepage. I hope this made sense. Thanks.

    Hi there, the first thing that comes to mind is to use session storage. Set a variable "isFirstTime", and check it on Stage.compositionReady in Edge. You can then jump to the end of your timeline, effectively skipping the animation. Alternately, you could set and check session storage outside of Edge, and swap out the div's contents to either contain Edge content, or a static image, etc.
    Here is a good example:
    http://www.w3schools.com/html/html5_webstorage.asp
    Session storage stores data until the user closes the browser, so they would see the animation again if they closed the browser and visited your site they next day, but they wouldn't see it again on the same visit.

  • Edge Animation on multiple pages Broken - Menu Navigation BROKEN

    I've created a menu in Edge Animate that navigates my DPS document, it works fine however I've noticed that the animation just will not work subsequent pages, i.e it will only work on 1,3,5 but not on 2,4,6 etc
    I've tried all the different folio overlay/layer order/ OAM vs HTML tricks. My navigation file works fine, so I'm convinced that it is something else.   
    Has anyone else noticed this???? Has anyone resolved this problem.
    In my opinion this is an incredible issue that needs to be resolved, at the moment our app is useless as the navigation is a key client requirement. 
    Please help

    Hi,
    I've just had the same problem and I can confirm that it happens only with consecutive articles and with Edge Animate generated html files.
    I know the reason why this happens: the iOS loads two contents per time, in this case the first page of the first and second.
    This behaviour is used by the iOS to improve the swipe smoothness and user experiences. In other words it loads the second content in the memory and then, when you go to the second page the content is allready rendered.
    I know this issue but the problem is that it happens only with Edge Animate html files... if I replicate the process using Muse CC HTML files it works fine.
    I'm getting mad with this issue, please let us know how to solve the problem.
    Thanks.
    Andrea Spinazzola

  • How to use 1 edge animation in multiple pages without duplicate files?

    Hi,
    I want to display an animation on multiple pages that are all located in there own respective folders. I want to be able to move then animation files into it's own dedicated folder e.g. /includes/edge folder where I can still use this animation in other pages not locate in this folder.
    How can this be done?
    Thanks

    For you use case,
    You can have your animate files in a folder and load them in different pages using a iframe

  • 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. 

  • Why do my Jquery functions stop working when adding an Edge animation to my page?

    I've used Edge now for a few months on several projects and it's very useful for a designer like myself to create html5 animations as quick as Flash, but I'm noticing that everytime you add edge to a page, the jqeury it uses overwrites any others on the page and breaks other jquery based widgets. Why is this?
    I've had a coder friend I work with have a look at the problem and his only solution was to put the edge animation inside an iframe, which is far from ideal.
    Is there a way to use Edge and still use other jquery widgets on the page? (Basically I'm using a Nivo Slider jquery fading image box further down the page, which is breaking).
    Thanks

    martcol wrote:
    > I really do not thing that I have done anything at all
    to the
    > page and can garantee no changes to the PHP script.
    >
    > It's hosted on some free space so there's no support
    there. What might be the
    > problem?
    With free hosting, you get what you pay for - nothing. It's
    possible
    that the hosting company has changed the PHP configuration
    and turned
    off the display of errors. Most companies do so nowadays,
    because the
    display of errors is considered a security risk.
    You can try adding this to the top of the PHP script:
    <?php ini_set('display_errors', '1'); ?>
    If that displays any error messages, post the details of the
    error
    message here, and someone should be able to help you.
    However, without giving more details of the script and setup,
    your
    question is rather like saying "My car won't start. What's
    wrong?" It
    could be anything. To get decent help online, you need to
    describe the
    problem in more detail.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS4",
    "PHP Solutions" & "PHP Object-Oriented Solutions"
    http://foundationphp.com/

  • Continuity in Banner Animation between HTML pages..

    I have a banner animation at
    http://www.sierratec.com/skills.html
    that plays a series of slides at the banner.
    I need the animation to continue, from the previous
    transition slide before other html like products, clients etc., are
    clicked.
    For ex. If we are in the skills.html page and we navigate to
    partners section , then the animation at the banner must continue
    from the place from where it was left before leaving the the skills
    section and before clicking the partners section and not start from
    the beginning as it is seen now.

    When javascript window.focus() is invoked and there are more than 1 IE windows open the focus will go
    to the IE window that executed the window.focus();
    If you have notepad open and focused it will not focus on the IE window (you need an API call to do that)
    Anyway, you can call a javascript function from java, here is an example:
    // new class for jsObject!!!! compile this: C:\harmpie>javac -classpath "C:\Program Files\Java\j2re1.4.2_01\lib\plugin.jar" test.java
    // since jaws.jar does not exsist anymore
    // to compile: javac -classpath "C:\j2sdk1.4.0_03\jre\lib\jaws.jar" someApplet.java
    import netscape.javascript.*;
    public class someApplet extends java.applet.Applet {
        JSObject win;
        public void run(){
             try{
                 win = JSObject.getWindow(this);
                         win.eval("window.focus();");
            }catch(Exception e){
                 e.printStackTrace();
        public void init() {
              new Thread(this).start();
    }

  • 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>
    ¯\_(ツ)_/¯

  • Flash Animation in HTML page

    I have an HTML site (unfortunately only an intranet site so I
    can't share) that has swfs used in various places. The home page of
    the site has a movie that I would like, if possible to only play
    when a user enters the site. If, during a session they leave the
    home page for another page within the site, and then come back to
    the home page, I would prefer them not to see a particular
    animation again because once they've seen it, it can be annoying to
    see it each time they come back to the home page. Is there a way,
    with javascript, to make this happen? I don't think it is anything
    I can build into the movie with flash.

    what about using cookies and two versions of the page--one
    with and one without animations? an if statement could look at the
    cookie and load accordingly, maybe.

  • DPS and Edge - animation plays before page loads

    Hi-
    I have had a continuing challenge with animations created in Edge and placed into an Adobe DPS document. Short animations that are intended to play when the viewer gets to the page (onload) are already finished playing when the page is viewed. Other CSS3 and jquery based animations load as expected only when the page is navigated to and "in view".
    I was excited for the latest Edge release and CS6 hoping that this issue had been resolved, but it is still happening for me.
    Has this been resolved? Using an event handler or not checking "Autoplay" and requiring user interaction to initiate the animation are not the effect I want.
    Did you find a resolution to this?
    I also posted this question to the Edge forum...
    Thank you!!
    Shawn

    I don't recall mentioning onLoad, but since you mention it...
    Edge triggers auto-play animations off the onLoad event right now. In DPS publications the correct event to trigger on is onAppear. We're working with the Edge team to make sure that when you publish for DPS the auto-play animations look for the right event.
    Neil

  • Linking Report 6i wth html page

    Dear all,
    I have a website from which a simple search of employee contact is done. The result of the search is displayed by oracle report 6i. I dont know how to link a simple website developed in html with a report 6i.
    The report has a parameter, first name. The reports displays all employees with that name passed as a parameter with their contacts.
    Please anyone to assist me

    Please use one thread

  • How to insert a streaming audio file/link into a basic HTML page?

    I am a novice webmaster managing the website for our arts organization.  I am trying to build a simple table on a page of our site that will have about 30 streaming MP3 audio clips for our members to review.  I'm using Amazon CloudFront and Amazon S3 to host and stream these files (using an embedded JW Player?).  Can someone explain to me how to insert these media files into my Dreamweaver page in the most simple way? 
    Up until now, I've been just inserting downloadable MP3 files as quicktime plugins (also hosted at Amazon S3) but with 30 files that gets pretty cumbersome because they all begin to progressive download at the same time. 
    Thank you.

    I simply want a basic playlist for  MP3 files.  What is the type of playlist I want in that case? 
    XML would work.
    http://www.longtailvideo.com/support/forums/jw-player/setup-issues-and-embedding/5768/how- to-embed-jw-player-with-an-xml-mp3-playlist
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Edge Animate-Animation in HTML (WIX+Dropbox)

    Hello, my friends,
    I really hope, someone can understand / help me with my problem
    So, I created an animation for a landingpage on my website(built with wix.com).
    My problem is, that wix.com has got no folder-organisation or upload-function
    and my Edge animation has *.html, *jscript and *.jpeg/*.png files.
    In a Wix.com-forum, I've found a response, that said, that I should use external storage-websites for my files.
    I did so and put these files in my dropbox/public folder, copied the open links in the *.html file like this:
    <!DOCTYPE html>
    <html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
        <title>Ani1</title>
    <!--Adobe Edge Runtime-->
        <script type="text/javascript" charset="utf-8"
    src="https://dl.dropboxusercontent.com/u/65147807/Wallpaper
    %20Animation1_edgePreload.js"></script>
    <script type="text/javascript" charset="utf-8"
    src="https://dl.dropboxusercontent.com/u/65147807/Wallpaper
    %20Animation1_edgeActions.js"></script>
    <script type="text/javascript" charset="utf-8"
    src="https://dl.dropboxusercontent.com/u/65147807/Wallpaper
    %20Animation1_edge.js"></script>
        <style>
            .edgeLoad-EDGE-88355712 { visibility:hidden; }
        </style>
    <!--Adobe Edge Runtime End-->
    </head>
    <body style="margin:0;padding:0;">
        <div id="Stage" class="EDGE-88355712">
            <div id="Stage_webwall-surf3" class="edgeLoad-EDGE-88355712"
    src="https://dl.dropboxusercontent.com/u/65147807/images/webwall-surf3.jpg">
    </div>
            <div id="Stage_wavebreakin" class="edgeLoad-EDGE-88355712"
    src="https://dl.dropboxusercontent.com/u/65147807/images/wavebreakin.png">
    </div>
            <div id="Stage_branding" class="edgeLoad-EDGE-88355712"
    src="https://dl.dropboxusercontent.com/u/65147807/images/branding.png">
    </div>
            <div id="Stage_and" class="edgeLoad-EDGE-88355712"
    src="https://dl.dropboxusercontent.com/u/65147807/images/and.png">
    </div>
            <div id="Stage_interactive2" class="edgeLoad-EDGE-88355712"
    src="https://dl.dropboxusercontent.com/u/65147807/images/interactive.png">
    </div>
            <div id="Stage_design" class="edgeLoad-EDGE-88355712"
    src="https://dl.dropboxusercontent.com/u/65147807/images/design.png">
    </div>
        </div>
    </body>
    </html>
    But, when I copy the code into my wix-page-html-app (for not-wix-user: a small field to insert html-code),
    nothing happens...
    Can anyone try to help me with this problem ?
    I'm really better in graphic-solutions - I think, the coding hates me
    Greetings, Dominik

    First of all.
    try not to use spacebar in the titles.
    (title now is spacebar animation1)
    second with the js files again. the links do not work.
    link now is
    https://dl.dropboxusercontent.com/u/65147807/Wallpaper%20Animation1_edgeActions.js
    needs to be?
    https://dl.dropboxusercontent.com/u/65147807/Wallpaper/%20Animation1_edgeActions.js
    but that one doesnt work either
    so what is happening now with the animation. the animation cant find the javascript files
    - Rob

Maybe you are looking for