PDF viewer code works but is not admissible as in Dreamweaver

Hi, I use this code in Muse and it works but it is not admissible.


" < object data = ' http://www.2agroup.gr/assets/onirolithi.PDF "type =" application/pdf"width ="100% "height ="800px"> "

< p > it seems that you do not have a PDF plugin for this browser.

No biggie... you can < a href = "resume.pdf" > click here for

Download the PDF file. < /a > < /p >

< / object >

Use it in > page properties > head works but not adapted.

Use it as paste html in a page works but not adapted.

Use it in Dreamweaver works fine.

What I am doing wrong?

Could you help her?

Tony

I suggest to export as html in DW site then add this code and publish as a site online to verify the behavior.

Thank you

Sanjit

Tags: Adobe Muse

Similar Questions

  • own original iPod, USB-Firewire used cable, works but will not go up in iTunes.

    I own the original iPod. used USB to firewire cable. A big mistake. now, it works but will not mount on iTunes. tried reset-no good version 1.5 OS

    I don't think there is such a thing as a USB-to-FireWire, not a single cable that actually works.  USB and FireWire are very different, including the power voltage which is used to load.

    So you're saying that he is no longer connects to iTunes, even when you use a FireWire cable and connect to a FireWire port?  Still, he does pay when you connect it to your FireWire adapter?

  • I download a pdf file of my e-mail and it goes to microsoft works. but does not open the files

    I had some pdf files sent me don't download it except in microsoft works. but then the files will be open not because they say it not supported. These are important files, I need it now

    Work will not read a PDF file, you need a PDF reader.

    Adobe Reader
    http://get.Adobe.com/reader/

    Foxit Reader
    http://www.foxitsoftware.com/PDF/reader/

    Adobe is more "well known", but Foxit is much lighter and my personal preference.

  • PHP code the code works but aspx does not work...

    First of all - many apologies because it is NOT directly associated if I use Dw CS6 and Visual Studio 2012 set of Dreamweaver.

    I have two pages of contact - want it in aspx rather than php because I get vb code while I do not understand php.

    In addition to this, I add validation in the aspx version that I do not know how to do it in a php page.

    Then...

    The php version works with the mail command.

    It DOES NOT REQUIRE to have a specified smtp mail server AND IT WORKS.

    However try the same in VB/ASP.NET is a different baby.

    Thanks in advance for any comments.

    Terry

    the php file is: -.

    ------------------------------------------------------------------------------------------ -----------

    < body >

    <? PHP

    $recipient = ' [email protected] ';

    $subject = "EXAMPLE PHP CONTACT."

    Success message sent to the user after the e-mail was sent. / / You can leave it as what or change the wording.

    $success = "< h1 > thank you to fill out and submit the form. < / h1 > < p > someone will process your message and get back to you as soon as posible. "< /p > < p > < a href =" / "> < /a > back to Home Page < /p >";

    error message sent to the user. / / You can leave it as what or change the wording.

    $failure = "< h1 > there was an error by e-mail information < / h1 > < p > we could not send your information to return of form at the moment." < /p > < p > please wait a few minutes and try again. "< /p > < p > < a href =" / "> < /a > back to Home Page < /p >";

    ###########################################

    Do not edit below this line

    ###########################################

    Collect all the information on the form and check that all fields have been filled.

    $email = $_POST ['email'];

    If (sizeof($_POST)) {}

    $message = "";

    While (list ($key, $val) = {each($_POST)})

    If ($key == 'Submit') {}

    do nothing

    }

    else {}

    $message. = "$key: $val\r\n";

    Checks if the $val contains data

    {if (Empty ($Val))}

    ECHO ("< h1 > error in the entry of the form < / h1 > < p > all the form fields must be filled in and some have not been filled in. < /p >")

    < p > please visit < a href = "javascript: history.go(-1)" ' > back < /a > and try again < /p > ");"

    Exit();

    //}

    }

    }}

    Validate email address

    If(!preg_match("/^[a-z0-9]+([_\\.-][a-z0-9]+) * '. ' @". " ([a-z0-9]+([\.-][a-z0-9]+)*) + ". » \\. [a - z] {2,}"." $/ "(,$email)) {}"

    ECHO ("< h1 > error in form input < / h1 > < p > a wrong e-mail address was entered.") < /p > < p > please go < a href = "javascript: history.go(-1)" ' > < < /a > /a > back, and then try again > /p > ");"

    Exit();

    }

    ###########

    function filter_email_header ($form_field) {}

    Return preg_replace ('/ [\0\n\r\|\!\/\<\>------^-$-%------*--------&] + / ', ", $form_field);

    }

    $email = filter_email_header ($email);

    $headers = "from: $email\n";

    $sent = mail ($recipient $subject, $message, $headers);

    If ($sent)

    {

    the below html code can be modified to change the user receives the message of thanks

    ? >

    Success of < h1 > < / h1 >

    < /P > < p > SUCCESS

    <? PHP

    } else {}

    the message that is sent to the user if the form information has not been sent.

    ? >

    < h1 > something went wrong < / h1 >

    < p > SOMETHING going ON WRONK < /p >

    <? PHP

    }

    ? >

    < / body >

    ---------------------------------------------------------------------------------

    The aspx file is: -.

    ---------------------------------------------------------------------------------

    Imports System.Net

    Imports System.Net.Mail

    Partial Class _Default

    Inherits System.Web.UI.Page

    Protected Sub btnSubmit_Click (ByVal sender As Object, ByVal e As System.EventArgs) Handles btnSubmit.Click

    Me.lblError.Text =""

    Me.divResultDiv.InnerHtml = "XXXX".

    lblName.Text = «»

    lblEmail.Text = «»

    ' -------------------  validation  ---------------------

    If Trim (Me.txtName.Text) = "" then

    lblName.Text = "this field is required.

    Exit Sub

    End If

    If Trim (Me.txtEmail.Text) = "" then

    lblEmail.Text = 'this field is required.

    Exit Sub

    End If

    If Trim (Me.txtEmail2.Text) = "" then

    lblEmail2.Text = 'this field is required.

    Exit Sub

    End If

    If (txtEmail.Text) Trim <>Trim (txtEmail2.Text) then

    lblEmail2.Text = "e-mail addresses must match to.

    Exit Sub

    End If

    If Ucase (Trim (txtAnswer.Text)) then <>'WHITE'

    lblError.Text = 'Did not question correctly.'

    Exit Sub

    End If

    ' -------------------  validation  ---------------------

    ' --------------------------------------------------------

    "IF WE GET HERE then EVERYTHING OK - BUILD THE MESSAGE

    ' --------------------------------------------------------

    Dim mail as new System.Net.Mail.MailMessage

    mail. Body = Me.txtComment.Text

    mail. Subject = "MESSAGE FROM WEB.

    mail. To.Add ("[email protected]")

    mail. From = new System.Net.Mail.MailAddress (Me.txtEmail.Text)

    Dim smtp as new System.Net.Mail.SmtpClient

    Dim strMessage As String = «»

    Try

    SMTP. Send (mail)

    "Me.lblStatus.Text ="Message sent... We will answer you as soon as possible"

    strMessage = "< h2 > < / h2 > < h2 > thank you for your inquiry." "< / h2 >" & _

    "< br / > < /p > to SUCCESS."

    Catch ex As Exception

    "Me.lblStatus.Text ="There is an error in sending, please try again in a moment"

    strMessage = "< h2 > < / h2 > < h2 > error sending message < / h2 >" & _

    "< br / > < FAILURE P > < /p >.

    End Try

    Me.Panel1.Visible = False

    Me.divResultDiv.InnerHtml = strMessage

    End Sub

    End Class

    You use System.Net.Mail , which in turn uses SMTP rather than the PHP mail() function.

    To see more

    or Google the topic.

  • Scan to PDF doesn't work don't not with J4680 all-in-One

    I can't get the scan to searchable PDF (PDF and PDF) file to work as expected with my new J4680.

    It works very well with other formats (TIF, JPG, etc.), but not with the PDF.

    It scans well request for additional pages correctly, and then try to create the PDF file. This is the process fails.

    An empty PDF file (size 0) is created and it fails with an error message:

    unexpected error, click OK to close the program, and perform the following steps:

    -Restart the program; -start the computer and try again. -Reinstall the software and try again

    8, [(6, 261,-2147417851)]

    (freely translated from the German - except for the error number ;-)

    Of course, none of the suggestions above, or any combination of these, or restart the printer works. Any ideas?

    Thanks, the problem is resolved for now.

    Suppot of HP was somehow in the right direction. I uninstalled the drivers all (!) of the 'old' hardware HP (6110 OfficeJect, ScanJet,...), reinstalled the J4680 completely and from there everything worked.

    Internal error (WIN XP) seems to be related to a conflict with older drivers.

    I hope this help if someone having similar problems.

    Thanks again,

    Alex

  • XP, re - install works but can not reach active state

    Hello. I have two computers - 1 desktop and 1 laptop with genuine COA for Windows XP and Windows XP Home Edition. They run Ubuntu Linux for the last year or two, but now I want to reload XP on them. However, the WGA download does not work and now the key associated with the laptop is "invalid". Anyone can shed light on what do I do here?

    You need to install from the original installation media provided with each computer. Key codes work with specific versions and are not interhangeable... Mike Hall MVP - Windows Desktop Experience http://msmvps.com/blogs/mikehall/

  • same code works now does not?

    Hi guys. I'm new to flash and have encountered a problem with actionscript. Here is an example of the actionscript, I've been using:

    Stop();

    home.buttonMode = true;

    home.useHandCursor = true;

    function home_clicked (e:MouseEvent): void {}

    gotoAndStop ("page0");

    }

    home.addEventListener (MouseEvent.CLICK, home_clicked);

    This code worked great, but by creating a new page which is a gallery with thumbnail buttons (using the same method of button and actionscript), which throughout the site preview does not work?

    The buttons for the thumbnail images in the gallery are on a different layer of the menu box (they are on the layer of pages on a few individual images), but the actionscript code is all on the same layer (actions).

    Picture 1.png

    Hope this post makes sense and someone can give a sense this problem? Let me know if more details are needed, soon

    Unfortunately, I still understand what yiour problem really is and how you have arranged thing.  Here's the best advice I can give at the moment...  The code for the buttons of your gallery should be placed in the frame where the buttons appear.  You can't copy and paste the code to other images.  If you need to have your gallery buttons in different settings, then you must create a separate layer for them so that they have only code assigned to them in the first frame (keyframe), in that they exist.

    Maybe if you create your gallery as a separate movieclip it will be easier for you to manage.  Then it may be more than one case where you re-create something like it to your main timeline, but works as a separate entity and occupies only an image of the main timeline.

  • My computer laptop monitor works, but does not have the windows desktop.

    original title: my laptop monitor works, but the windows on desktop are not displayed. The desktop appear correctly in safe mode but not in normal mode. Any suggestions?

    Running windows XP media center edition on an HP laptop. AMD Turion 64-bit dual core.

    Hi Prohoss,

    Follow the steps in this document to perform a System Restore. You will need to start safe mode to perform the steps.

  • Windows open will not close and the computer does not except in safe mode. The mouse works, but can not open a file or a program.

    I ran the twice successfully system restore, but that did not help. When a window is blocked, hit CTRL-Alt-Del shows an error message "failure of Security Options. I use Vista. Open windows on the desktop were often not well closed for months, but now the computer freezes as soon as I opened the first window. Busy circle is present. Mouse still works but can't do anything for files, etc.

    Hello

    1. don't you make changes to your computer, after which the issue started?

    Follow these steps and check if the problem persists.

    Step 1:

    If it works in safe mode, I suggest that you can start your computer in a clean boot State and check if the problem persists.

    Note: Follow step 7 to your computer as usual.

    Step 2:

    You can perform disk cleanup to clean unwanted files on the computer.

    Delete files using disk cleanup

    http://Windows.Microsoft.com/en-us/Windows-Vista/delete-files-using-disk-cleanup

  • DVD works but will not play a CD - Vista

    I tried to remove the filters from the registry.  I have download all the drivers from Dell.  It used to work, but I haven't used in a while.  I put a DVD in the drive and it loads immediately.  For a while when I clicked on the drive, he asked for a CD.  However in the last couple, the icon changes as he sees a Cd in the drive but cannot read.  It shows 0 files it contains.  When I put a CD I had burned some time ago, it shows how much free space on it, but does not display the files it contains.  I tried music, games, and files.  Any ideas short of wiping the entire computer and start over?

    Hello

    DVD player & recorder and CD player & burner are really 4 separate devices in one case is not
    unusual for a work and not the other.

    Please do all the below in the order listed as it is often the complete process that solves the problem.

    Try this - Panel - Device Manager - CD/DVD - double-click on the device - driver tab - click
    Update the drivers (this will probably do nothing) - then RIGHT click the drive - UNINSTALL - REBOOT
    This will refresh the default driver stack.

    Then, work your way through these - don't forget the drive might be bad, could be a loose cable or
    slight corrosion on the contacts (usually for a laptop) and other issues.

    Your CD or DVD drive is missing or is not recognized by Windows or other programs
    http://support.microsoft.com/kb/314060 - a Mr Fixit

    The CD drive or the DVD drive does not work as expected on a computer that you upgraded to Windows Vista
    http://support.Microsoft.com/kb/929461

    When you insert a CD or a DVD, Windows Vista may not recognize the disc
    http://support.Microsoft.com/kb/939052

    Your CD or DVD drive cannot read or write media - A Mr Fixit
    http://support.Microsoft.com/GP/cd_dvd_drive_problems

    CD/DVD drive does not appear in Windows Vista, or you receive this error during the installation of Windows Vista after booting from the DVD (AHCI)
    http://support.Microsoft.com/kb/952951
    Drive CD - R or CD - RW Drive is not recognized as a recordable device
    http://support.Microsoft.com/kb/316529/

    Another possibility is that the cables are loose. Remove ALL power, then make sure that the cables in both
    ends. Remove and replace, do not just tight. For laptops, you can often clean power and
    contacts data with a pencil eraser.

    Hope these helps.
    Rob - bicycle - Mark Twain said it is good.

  • Envy Touchsmart M6 Sleekbook screen works but is not lit

    Hey guys. I went to open my laptop yesterday and the power came the keyboard lights but the screen do not have. I was trying to understand if it is a physical problem or a software problem. It turns out that, when I plugged it into another monitor with a HDMI cable, the computer is always on and I can use it. Because it is a touch screen, I tried to use the screen to browse the Internet and it still worked. So, basically, the laptop still works and the screen works (because I can browse the Internet by using a different screen and the touch screen still works), but the screen itself is not lit. This sounds like a software problem or a physical problem? What ideas you guys have to fix? Thank you

    Hello dblack678,

    Welcome to the HP Forums! I hope you enjoy your stay!

    I understand that your computer screen is not lit. I'll do what I can to help you! To help you properly, I need the following information:

    1 the model number of the computer. If you need help to find this information, please see this site: find the model number of the computer

    2. the operating system. If you need help to find this information, please visit this site in order to determine the Windows operating system.

    3. have you installed new hardware on this computer, before the problem appeared?

    4. have you installed new software or drivers on this computer, before the problem appeared?

    However, since it is a new unit, I would just contact HP support. They will resolve the issue quickly, or service or replace this computer. You can use this Web site for information about how to contact HP properly, based on your region: Contact HP worldwide

    Please let me know if you have any questions or concerns. Thank you for choosing the HP Forums. Have a great day!

    Mario

  • My old flash drive works but will not latest.

    I got several flash drives of various workshops I've attended that I can't access. I tried these on other computers flash drives and they work fine.

    It seems that my computer can not open these new flash drives.  I also have an external hard drive that I bought that my computer does not open but will be other computers.  It's funny because my computer will open an old flash drive I've used for years, but not of these 'new' flash drives.

    I have tried to install the latest updates, downloading the required driver (but failed), uninstall the usb ports and all of the recommended Microsoft fixes, but I still can't get my computer to open these flash drives.

    Please, please, please, if anyone can help I'd be very happy.

    Hello

    1. What is the brand and model of the computer?
    2. Do you have an error message when you connect the flash drive to the computer?
    3. Did you recent hardware or changes to the software to the computer before the show?

    You could deal with this issue because of a damaged or out-of-date USB port driver. I would suggest trying the following steps and check if it helps.

    You can refer to the suggestion of Azeez N in the following link and check if it helps.

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-hardware/flash-drive-not-detecting-in-Toshiba-laptop/f1031a5e-3fc0-4FFB-A08B-2bd015177287

    If the problem persists, you can run the following fix - it tool and check if it helps.

    Hardware devices do not work or are not detected in Windows

    http://support.Microsoft.com/mats/hardware_device_problems/

    You can also see the following for more information Microsoft article.

    My drive does not appear in Windows Explorer

    http://support.Microsoft.com/kb/330140

    I hope this helps.

    Please report if the problem persists and we will be happy to help you further.

  • AS3: Preloader almost works, but does not display dynamic text

    If someone has a minute, you can look at this script and locate the fault. I got it fron TutVids.com (http://www.tutvid.com/tutorials/flash/tutorials/as3Preloader.php). It works for the MOST part, the cross bar as it loads, but the dynamic elements (% charged, number of bytes loaded vs the number of total bytes) are empty spaces. Do not have a clue. I can you e-mail the Flash file, I didn't see no provision to transfer on this Forum. Thank you -

    START OF SCRIPT

    import flash.events.Event; <! - this line of code has been inserted automatically by Flash -! >

    Stop();

    addEventListener (Event.ENTER_FRAME, loaderF);

    function loaderF(e:Event): void {}
    var toLoad: Number = loaderInfo.bytesTotal;
    var loaded: number = loaderInfo.bytesLoaded;
    var total: Number = load/toLoad;
    if(Loaded ==toLoad) {}
    removeEventListener (Event.ENTER_FRAME, loaderF);
    gotoAndStop (2);

    } else {}
    preloader_mc.preloaderFill_mc. ScaleX = total;
    preloader_mc.percent_txt. Text = Math.floor(total*100) + "%";
    preloader_mc.ofBytes_txt. Text = load + "bytes."
    preloader_mc.totalBytes_txt. Text = toLoad + "bytes."
    }
    }

    END OF SCRIPT

    Click your textfield (to select), and then in the properties panel, you'll see and the button.  Click on it and choose the necessary characters.

  • Thunderbird does not work, but can not be uninstalled to allow the re-setup

    I have recently updated Win10 but now back to win8.1 Thunderbird does not work (the version is 24.5.0) size of the program is 48 MB. I can't access to the program and it does not uninstall using the uninstall feature. Any helpful suggestions would be welcome.

    Make a backup of your e-mail using Mozbackup data or simply make a copy of % appdata%\thunderbird\profiles.
    Reinstall the Tbird. The last of them is Thunderbird 38.2
    But if you prefer to use a former

  • Pavilion dv7-6101eo works but does not start.

    My laptop got a cup of black coffee on the keyboard.

    I have cleaned up a bit, disassemble the entire laptop, same cpu, added new money and put the brand new togeather. Started and everything worked. Close the computer laptop domw - dead. Could not start without flashing, nothing. Repeated picking hand everythung once again and began. Works perfekt press start and go. So this time I made a recovery and reinstalled everything.

    The keyboard does not everywhere, a, s, d, f, e, l and Swedish letter o does not work very well. I don't have much contact for helmet properly not work either - you get a bit of his, but a little in the speakers and phones. I forgot to check the sd card reader, but here, it is located in the corner of a speaker.

    Onece I disassembled except mobo and this card reader and then the laptop is not started. I had to do it all again and he began. So now I'm a little confused to what it can be?

    It does not remove batteri, pushing start button. Not 15 seconds - not even 2 minutes. I know that battery, power cord works fine, cd, network, hard drive, memory, fan, cpu - everything works and yesterday the laptop running 24 hours without dysfunction at all. Programs installed and revived over and over again. And after all that I closed the laptop the way you should. And - he won't do it again?

    There is a possibility that some power is left in the drive cd-card or something that stops the laptop to boot? Or is it enough that the keyboard is malfunctioning? I don't understand what it is with the disassembeling process that makes the laptop to start.

    It's not fun to have all take part whenever you want to start your computor ...

    Looks like the coffee did more damage as you thought.

    You should have dismantled it and used contact cleaner everywhere where coffee could go.

    The next step is difficult for most people: allow to dry for at least a day outdoors in a dry place without danger... It is unfortunate that you don't have that.

    Consider looking for a replacement book.  A motherboard and keyboard options, less the cost puts you upside down against the current value of the laptop.

Maybe you are looking for

  • Apple Watch and sound does not

    I think I resound hearing aids and using the latest app with more than IOhone 6s and Apple Watch. IT is located to imitate iPhone. However detect the updated iPhone software 9.3.1 I have to restart the phone and watch in order to make them work with

  • MSN Music DRM (license music)

    How can I get the license to play music, a long time ago I bought from MSN?  I have new computers and they will not play the music I have on them!  All of the content that I am referring to belong to me.

  • missing drivers HP Probook 450 g1

    Hello I'm missing drivers in Device function PCI slot 0 7 bus 5 0 PCI Express root complex

  • Windows Picture and Fax Viewer is missing on my computer

    I am trying to download pictures from my digital camera and it goes to a CD box, (as I want to put it on a cd) not normal one who rises to put images in a file. I searched 'Windows Picture and Fax Viewer' and can't find it on my computer anywhere. I

  • ZOOKAWARE messed up my windows in e-mail messages

    ZOOKAWARE messed up my windows in e-mail messages and now I can't find them - they seek to find and bring them back but without success - ended up with a file called EXTRACT that does not contain some of the messages, but I did find a way to get them