StageWebView. no mobile yes html web page

hello I'm not the phone applications. How can I use for HTML websites stageWebView.

Hi,
Thank you for your posting!
Since Active Directory Federation Service is not an extension of Active Directory schema, I suggest you refer to the following forum to get professional support:
Claims based access platform (CBA), code-named Geneva Forum
http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=Geneva
Thank you for your understanding and support.
Best Regards,
Amy Wang

Similar Messages

  • Sending a HTML web page in email question please.

    Sorry, the "Mail and address" section of the group is down.
    A long time ago using windoze, I use to be able to send a entire embedded HTML Web page, not a link, in my emails so the reader does not have to click a link but can see the page right in the email.
    I know email in Leo did not have this but can't find any product info as to Snow Leo allows me to do this. Can you please advise?
    Thank you much.

    this only works with safari. Mail uses safari engine to render html. you can also just copy+paste parts of html pages but also only from safari. it will not work well if you try it from firefox.

  • View DW html web pages in Bridge?

    My apologies if this is deemed as a “double
    post”, but my question has been on the Bridge Forum for over
    a week with no response. Hopefully someone can assist.
    Am I able to view htm / html web pages from my Dreamweaver
    local site as thumbnail previews in Bridge CS3?
    Initially when I installed the CS3 suite and was just
    glancing through Bridge, I thought I was able to view the thumbnail
    previews of these pages, but now that I am utilizing Bridge more as
    tool, all I see is the IE7 icon for web pages on my local site
    (local hard drive). Image files all show up okay. I may be mistaken
    and was never able to view the web pages as thumbnail previews, but
    a definitive answer would certainly be helpful as I have been
    searching the FAQ section, the knowledge base and the forums
    without finding the proper topic.
    I have tried resetting the preferences and deleting the cache
    in Bridge.
    (CS3 Design Premium; Windows XP SP2; P4 3.0 GHZ; 2GB RAM)
    Thanks.

    Can I install Xcode for Windows?
    Is there any other method to test the application using safari browser of ipad in Windows?
    Pls help us on the same.

  • Turning Indesign into responsive HTML web pages

    Hi All
    I am having an issue in that I am trying to turn my indesign layout into a layered responsive HTML web page , currently I am turning then into PDF's and looking for people to convert the PDF's into responsive HTML's for web and smart devices. It seems a time consuming and un necessary process, and would like to avoid it if possible.
    Any suggestions would be appreciated

    Uh no. InDesign does not create "proper HTML web pages", it's a document layout program that *also* can export text to HTML, to be further processed with a real HTML editor.
    Dreamweaver is a real HTML editor.
    Using InDesign to create web pages with is something like using MS Paint to write a novel.

  • Embed a painting into a html web page

    Embed a painting into a html web page
    I have designed a 2D GUI interface that has many shapes.
    How can I embed it into a html web page or jsp?
    I have no idea about it.
    Thanks

    A demo:
    import java.awt.*;
    import java.applet.Applet;
    class TFrame extends Frame {
         private Button button;
         public TFrame() {
              button = new Button("Test");
              button.setSize(100, 20);
              button.setLocation(5, 5);
              this.add(button);
              this.setSize(300, 300);
    public class FrameTest extends Applet {
         public void init() {
              TFrame t = new TFrame();
              this.add(t);
              this.setSize(300, 300);
              And the HTML file:
    <html>
    <body>
    <applet code="FrameTest.class" width=300 height=300></applet>
    </body>
    </html>

  • N95 HTML Web Pages

    I've recently purchased an N95 and cannot find how to display Web Pages in HTML format, it only displays them in a WAP/Mobile format. I access the Internet via the WLAN, has anyone got any ideas as to why the pages only show up in WAP format and not HTML?

    Thanks for the reply, I think this may be the cause of my problem. How do you change the defined access point i.e. the WLAN to be an Internet Access Point as opposed to a WAP one?

  • How can i update an html web page from Labview?

    I intend to publish the "status" of an experiment online through an web page. I mean, if my vi is running i would like to have a phrase or indicator set on at my web page. If my Vi is not running i would like this indicator set off. This page is hosted in a server and I would like to know if its possible to update the html file from labview through an ftp connection.
    Thanks in advance...
    MSc. Alexandre Michel Maul
    Parana Federal Univeristy - Brasil

    The system exec function is on the Communication palette. Its for executing system commands. On my Win2K system, the help for FTP is:
    "Ftp
    Transfers files to and from a computer running an FTP server service (sometimes called a daemon). Ftp can be used interactively. Click ftp commands in the Related Topics list for a description of available ftp subcommands. This command is available only if the TCP/IP protocol has been installed. Ftp is a service, that, once started, creates a sub-environment in which you can use ftp commands, and from which you can return to the Windows 2000 command prompt by typing the quit subcommand. When the ftp sub-environment is running, it is indicated by the ftp command prompt.
    ftp [-v] [-n] [-i] [-d] [-g]
    [-s:filename] [-a] [-w:windowsize] [computer]
    Parameters
    -v
    Suppresses display of remote server responses.
    -n
    Suppresses autologin upon initial connection.
    -i
    Turns off interactive prompting during multiple file transfers.
    -d
    Enables debugging, displaying all ftp commands passed between the client and server.
    -g
    Disables file name globbing, which permits the use of wildcard characters (* and ?) in local file and path names. (See the glob command in the online Command Reference.)
    -s:filename
    Specifies a text file containing ftp commands; the commands automatically run after ftp starts. No spaces are allowed in this parameter. Use this switch instead of redirection (>).
    -a
    Use any local interface when binding data connection.
    -w:windowsize
    Overrides the default transfer buffer size of 4096.
    computer
    Specifies the computer name or IP address of the remote computer to connect to. The computer, if specified, must be the last paramete
    r on the line."
    I use tftp all of the time to transfer files in a similar manner. Test the transfer from the Windows command line and copy it into a VI. Pass the command line to system exec and wait until it's done.

  • Playing swf file by onclick in html web page

    First time poster so please forgive any protocol lapses.  I'm trying to play an  AS3 swf embedded in my web page by an onclick javascript function in my page.  Have tried many different ways, including the ExternalInterface class but no luck. Any help or suggestions would be appreciated.  I have a feeling that I'm overlooking something very basic.
    javascript :
    function playCorrectMovie() {
              var getSwfObj = swfobject.getObjectById("FlashID2");
              if(getSwfObj)
                        getSwfObj.play();
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
    swfobject.registerObject("FlashID2");
    </script>
    html:
    <div id="answer1" class="answer_box">
      <ul>
        <li><a href="#" id="gifted" onclick="MM_effectShake('answer1'); return false;">gifted musicians who trace their genealogy back to Monteverdi.</a></li>
        <li><a href="#" id="wealthy" onclick="MM_effectShake('answer1'); return false;">successful entrepreneurs (the folks who brought us the original Bazooka bubble Gum.</a></li>
        <li><a href="#" id="slackers" onclick="playCorrectMovie();" >slackers, swindlers and ne'er do wells.</a></li>
      </ul>
    </div>
    flash:
    <div id="popupswf">
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="300" height="200" id="FlashID2" title="Your answer was correct!">
        <param name="movie" value="correct.swf" />
        <param name="quality" value="high" />
        <param name="wmode" value="transparent" />
        <param name="play" value="false" />
        <param name="swfversion" value="6.0.65.0" />
        <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
        <param name="expressinstall" value="scripts/expressInstall.swf" />
        <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="correct.swf" width="300" height="200">
          <!--<![endif]-->
          <param name="quality" value="high" />
          <param name="wmode" value="transparent" />
          <param name="play" value="false" />
          <param name="swfversion" value="6.0.65.0" />
          <param name="expressinstall" value="scripts/expressInstall.swf" />
          <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
          <div>
            <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
          </div>
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>
    </div>

    No need to be sorry...  one other thing... the url to the swf uses the "public_html" directory as a lead-in.
    <param name="movie" value="public_html/our nations.swf" />
    The public_html directory of a web site is typically where a web site's content is placed as the base for a web site on a host server.  Unless you have a directory named public_html within what is probably already the public_html folder, then you do not want to specify that.  It is more probably supposed to be...
    <param name="movie" value="our nations.swf" />
    If you look at the various images that are specified in the html code, they do not specify that directory.  So if the swf is in the same folder as them, you do not want to be specifying the public_html part of that address.

  • Why does my Safari 8.0.2 on Yosemite drop some image on html web pages ?

    Problem:
    Some images on the web(HTML) page not displayed. (images are dropped and displays as "?" marks)
    When I used OS X Mavericks, there was no problem.
    After updating OS X Mavericks to Yosemite, this problem has occur until now.
    I did do safe boot then something problems were fixed after removed Macafee.
    Question:
    How do I display all images on the web page without dropping them ?
    Environment:
    OS X 10.10.1 (Yosemite) updated from Mavericks
    Firewall: ON
    Stealth mode : ON
    Safari 8.0.2
    Mac book pro with Retina
    Removed Macafee All access ( it is not always compatible for Yosemite yet.)

    After update to Yosemite 10.10.2, Safari 8.0.2 was update to 8.0.3.
    Then this problem becomes to be much better.
    There are still some image dropped but Safari 8.03 is almost practical usage level now.
    By the way, I noticed that commercial message links on many web pages were often illegal SSL sites.
    It is not always perfect yet but new Safari 8.0.3 seems to defend us users from such illegal SSL links.
    There are wrong HTML descriptions problems on many web server sides.
    I can see some errors on the debug screen of Safari 8.0.3, I think this is good protection works by Safari 8.0.3.
    Especially Japanese newspaper sites have too many illegal SSL commercial message links.
    This situation should be solved by the web server programmers or managers.

  • What is stander width in html web page?

    Is there stander width for web pages?
    Sometimes I found who said it is should be 730px as max, is this right?
    If not then, how I should be chose a width of my page to clear and nice in difference browsers with difference resolution of monitor
    I wish if I can know that by using px not percentage.
    Thanks for any help...

    then i would choose 800px, as there are still people runnung on old moniters.
    If you're going for a 800px wide window browser, then it would need to be 760-780px wide, not 800px - need to take into account the scrollbar / chrome area of the browser :-)
    If you are looking at a 1024px wide window, then 980px wide is recommended.
    As to the original question - the link Kath provided is a good one.
    What you need to consider is the demographics of your viewing/browsing audience.   For example if the site is aimed at the more technically minded, then they are more likely to be using the latest computer equipment which means larger monitors, so your design can be created using a wider width.
    If the client base is more mom and pop type customers - who may not update their computer hardware very often, then you may need to consider the narrower window size.  If you are targetting people who are located in areas where the internet connection is slower, then that has to bve taken into consideration as well.   Best place to check is your site statistics to access this type of data, which may help yo determine what may be the optimum size for your website.

  • 10G database documentation HTML web pages not searchable by IE

    Within Internet Explorer (IE) 6.0, I can not use the IE find [&lt;CNTRL&gt; F] capabilities on the 10G database HTML documentation on technet. (I am not an IE novice) For instance, say I was interested in the "KEEP INDEX" parameter of the "ALTER TABLE" command.
    I would use the 10G Database HTML documentation for "ALTER TABLE" found at the link,
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_32a.htm#SQLRF01001
    Then, since this document is 100's of pages long, I would use IE to search the page for what I was looking for - EDIT -&gt; FIND (on this Page). I would type KEEP INDEX in the search box and bang I should find it on the page.
    Although this works on every other web site (including the 9i documentation), IE returns the error "Error: 49 Permission Denied". How helpful is a help document that does this?
    Please correct this issue!!!!! Please don't ask me to use a PDF either, they are so painfully slow.

    Further to my earlier post, I have just read an entry noting that if you already own a domain name, and ask your hosting service to forward and mask your iWeb '08 created, web.mac.com site to your personal domain, chances are that due to the masking of the site on web.mac.com, Safari browsers interpret the masking as being the end of the site, and as such, just return a blank page?
    This may explain the problem. However, call me old fashioned, and possibly a little naive, but surely this cannot be the problem?? It's OK in Firefox!

  • Can we merge BSP page into a HTML web page directly

    Hi All,
    Requirement :  We have  "Supplier Registration Page" which is in the SAP BSP ,in this page customer needs  to place the  Header and Fotter according to there website which is built in HTML.
         As am new to BSP , can you kindly suggest which of the below method is better.
    a)Merge the HTML links  from  Website to the BSP page. Is this possible?
    b)Merging BSP page into the website(HTML) via Web service.(Not only links ..the page itself).
       Can  you guys provide me some valuable suggestions .
    Thanks
    CB

    Hi,
    Instead of merging your Pages, I would suggest you to create a BSP page. Also, copy the header, footer of the required format to two different Views. Now, In your BSP page declare frameset. And use these pages.
    Sample code
    <!DocumentType HTML>
    <Frameset id="test">
         <frame src="header.htm" >
         <frame src="content.htm" >
         <frame src="footer.htm" >
    </frameset>
    Thanks,
    Parth Jhalani

  • Code "eg-red3": Problems getting QuickTime to install from an HTML web page

    Hi all,
    We have many mov files on our company intranet, and users are prompted to download the QT Player if it is not already installed on their PC (Windows).
    Everything has worked fine, literally for two years, but now, the install doesn't initiate. Instead, users are now taken to this URL:
    http://wsidecar.apple.com/cgi-bin/qtc/nph-QuickTime.hqx?okto_email=N&ok_toqtmail=N&platform=win&product=qtc&errloc=us&country=us&method=pp&brow=msie
    and it displays this rather uninformative error:
    Sorry, an error has occured. Please try again
    eg-red3
    Go back to the form page.
    If you click on the Go back to the form page link, it also generates a similar server error.
    We have not changed ANYTHING in the movie embedding, and looking at the current documentation on the Apple site, apparently everything is still correct. The relevant portions of the embedded code are:
    codebase="http://www.apple.com/qtactivex/qtplugin.cab
    pluginspage="http://www.apple.com/quicktime/download/
    Can anyone please provide some guidance?
    Thanks for your help.
    Larry
      Windows XP Pro  
      Windows XP Pro  

    From what I know you can only display the content of a JFrame in the applet container. If you call a JFrame instance it will popup as a seperate window.
    // add menubar to applet
    applet.setJMenuBar(menuBar);
    // Add border
    tabPane.setBorder(BorderFactory.createEtchedBorder(EtchedBorder.LOWERED));
    // Add filled tabPane to applet
    applet.add(tabPane);Now you can embed the applet in the IFrame if you call another html page with an applet attached on it within the IFrame.
    greez chris
    Edited by: onmomo on Apr 8, 2009 4:21 AM
    Edited by: onmomo on Apr 8, 2009 4:25 AM

  • Exporting apex app to standalone html web pages

    Hi, I need o take my database down to upgrade the underlying oracle patchset.
    This includes migrating the data to the new patchset.
    I only have one Oracle home, so I can't swap the app to a temporary location/oracle_home
    It would be handy, however, to export an app, as in build static read only pages of my complete application for this purpose. Anyone got any ideas?

    You will of course have to do some manual 'editing' of the source if you expect things like links between pages etc to work, also any form submissions obviously won't work (whilst your DB is down that is) so you may need to alter those.
    I assume a temporary holding page saying "Currently undergoing maintenance, back in 1 hour" isn't an option?

  • How i upload a web page named index.html generated by NI Web UI Builder in thin client application on world wide Web

    Hello All,
                   I have an example which use simulated signal with its web service generated by LabVIEW. Then an application of this web service was created using NI web UI builder. And application was build and deployed on NI Cloud Portal, a zip file was downloaded of that project  after build and deploying application.
    The downloaded file contain a thin client application like :index.html page, readme file etc.
                  Now problems is this index.html runs easily on http://localhost:8080/appname/index.html or on my computer name like
    http://iaa42:8080/appname/index.html web page runs and shows updated values in indicators and graphs  but when i use ip address of my system like http://192.168.1.6:8080/appname/index.html , index.html runs but the values in indicator and graphs remains 0 (zero) constantly.     how can i get all indicators and graphs updating continously on by using my ip address like same when i use localhost or computer name in url bar.    1st problem is this.
    Now 2nd question.
                 I get a page index.html in a zip file built by NI web UI builder now i want this page to be viewed by every one world wide
    where should i upload that code. Should NI Cloud Portal be my hosting server for that web page ? or i have to purchase a domain other than NI cloud portal?
     Thanks in Advance
    Regards
    Waqas

    Hi Waqas,
    For your first question, my first thoughts turn to your router (which I assume you are using with a 192.168.x.x address). Are you sure you are configuring your ports and firewalls to allow NI services to function? Here is a really good resource on how to check if your ports and firewalls are configured properly:
    http://www.ni.com/white-paper/12402/en/
    For your second question, when you deploy a web service you are hosting it on your local machine. If you wanted to host it elsewhere (i.e. another server or another domain) you would have to be sure that the server hosting your application has the LabVIEW run-time engine installed. 
    Rick C.

Maybe you are looking for

  • Reading from the Applet's JAR file.

    Is it possible to read a file stored in the jar file that the (unsigned) applet is being executed in? I have a line that goes like (in is just an InputStream): in = getClass().getResource( "/exercise.xml" ).openStream(); and then, in another class, i

  • E-mail comfirmation

    I have to comfirm my e-mail address before using Pdf form --but i do not know how to copy and paste is there another way to comfirm my e-mail

  • Condition type table for mm

    hw to get a condition type table for mm?i i want to get the records from eban,ebkn,esll,esuh, and some more fields (service currency,service condition type,service price and service price unit) but the functional consultant people dnt know wr these 4

  • Sceen Sharing and Software Update Questions

    Hello, I have two questions: 1. When I use screen sharing through Back to my Mac, I'm having an issue with SS working with 2 monitors. When first starting up, SS show both monitors side by side. That works correctly. When I choose Monitor 1, for exam

  • JNDI naming exception...unable to resolve 'weblogic.management.adminhome'

    I'm able to start admin server and access admin console (web). When I try to connect to admin server from managed server using WLST, I'm getting the error "compatibility mbean server is not initialized properly....". I tried to ping admin server from