Creating initial HTML file

I'm doing the tutorial, and the video shows a dialog box popping up where you can create the HTML file, but no such dialog box pops up. How should I proceed? It's quite frustrating to be stuck on the second step of a long process.

Hi there,
Are you referring to the Welcome Screen for Dreamweaver that shows sections like Open Recent Item, Create New and Top Features? If so, you can do 1 of the following:
1. Select File > New > HTML and click the Create button to create a new HTML page.
2. Open the Preferences screen by selecting the Dreamweaver menu, then Preferences. Then, you can click the Show Welcome Screen checkbox to show the Welcome Screen highlighted in the video.
I hope this helps, if I've missed your point, please let me know.
Cheers,
Maile

Similar Messages

  • URGENT-CREATE A HTML FILE WITH AN STRING INPUT FROM THE RUNNING JSP

    I am designing a web page where the user enters a page after entering his/her login and password.The User should now be provided with a display page containing the servers that he has permissions for access.The servers that he has permissions are maintained in a database(a normal text file in UNIX).
    Till now the program has been complete for displaying the servers that are available to him.
    I need to create a HTML form containing these servers names in a check box so that when the user clicks thcheck box against the server name it should go to the server and get the password for the required server.
    THe intention from me is to create a HTML file that dynamically takes values from the running JSP means the server names as a string value to its input and then i can continue
    Please guide me in creating a HTML form based on the string output from the running JSP
    FileInputStream fs = new FileInputStream("/root/Auth_Application/User_Access_List");
    DataInputStream in1 = new DataInputStream(fs);
    int fl=0;
    while (in1.available() !=0)
    String str1=in1.readLine();
    StringTokenizer st1 = new StringTokenizer(str1);
    String usernam=st1.nextToken();
    if (usernam.equals(uname))
    String ip=st1.nextToken();
    String host=st1.nextToken();
    fl=1;
    out.println("<tr><td>                                                                                              "+ host + "</td><td> " + ip +"</td></tr>");
    if (fl == 0)
    out.println("YOU HAVE NO SEVRER IN YOUR PROFILE !");
    in1.close();
    The host string here is the server name
    the ip is the ip address of the server
    Need to input these values to another HTML page that contains the check box list of the servers .
    once these are clicked i think i can pass on this to another JSP and retreive passwords
    Please guide me in this

    FileInputStream fs = new FileInputStream("/root/Auth_Application/User_Access_List");
                                    DataInputStream in1 = new DataInputStream(fs);
                                    int fl=0;
                                    while (in1.available() !=0)
                                    String str1=in1.readLine();
                                    StringTokenizer st1 = new StringTokenizer(str1);
                                    String usernam=st1.nextToken();
                                    if (usernam.equals(uname))
                                    String ip=st1.nextToken();
                                    String host=st1.nextToken();
                                    fl=1;
                                    out.println("<tr><td>                                                                                              "+ host + "</td><td>          " + ip +"</td></tr>");
                                    if (fl == 0)
                                    out.println("YOU HAVE NO SERVER IN YOUR PROFILE !");
                                    in1.close();I feel sorry for the inconvenience that is caused as i am new to using these forums.
    I have here used a simple program to retreive the names of the servers that the users have acess to..
    I have here read the servername and server ip stored from a file in UNIX in the running JSP.Now i need to pass these string variables to HTML file and display it in a Check box format.the strings host and ip have to be passed to the input of the HTML file so that they can further be processed once they are clicked using another JSP.
    Can anybody please help me in Passing these strings from the running JSP and display it in a check box format

  • "Export to html" creates ALL html-files

    Hello,
    a few weeks ago Muse suddenly created ALL html-files even if I didn't change a thing on some of those.
    Muse only creates new css-files for those pages I've changed something on.
    What can I do?
    Thanks,
    Ylva

    Hello,
    In case you change the location then it exports all the files.
    Did you change the Export location or the .muse file location?
    Thanks & Regards,
    Sachin

  • Create a html-file from a JTextPane

    i want to create a html-file and i want to use a JTextPane for the input of information.the text can be bold, italic, underlined and so on. i want to set the html-tags for this text-style in the html-file.
    any ideas.
    thanks for help.

                        try {
                             BufferedWriter bw = new BufferedWriter(
                                                      new FileWriter(fileName) );
                             bw.write(myTextPane.getText() );
                             bw.close();                    
                        catch (IOException exc) {
                             exc.printStackTrace();

  • Creating a HTML file in a java class

    Hi everybody,
    I want to create,configure and open a html file all that in a java class so can you help me please

    floulou_01 wrote:
    Hi everybody,
    I want to create,configure and open a html file all that in a java class so can you help me please
    Prune pointless queries
    Resist the temptation to close your request for help with semantically-null questions like "Can anyone help me?" or "Is there an answer?" First: if you've written your problem description halfway competently, such tacked-on questions are at best superfluous. Second: because they are superfluous, Forum regulars find them annoying - and are likely to return logically impeccable but dismissive answers like "Yes, you can be helped" and "No, there is no help for you."
    --Paraphrased from [How To Ask Questions The Smart Way|http://www.catb.org/~esr/faqs/smart-questions.html] by Eric Steven Raymond
    So, the answer is yes. Your first step would be to post your actual question.
    ~

  • Was it GoLive or Dreamweaver...tool for laying out site that then creates the html files?

    I can't remember if it was Dreamweaver or Golive...
    I remember a tool that allowed me to layout a web
    site...graphically....I could create a index.html file...then
    about.html, contact.html, services.html....link the structure of
    the files together....such as all files are subordinate to
    index.html...then push OK somewhere and all the files would be
    created. Also you could print out the layout/structure of the
    website.
    Is there such a capability in CS3 DW? I am using Leopard on a
    MAC.
    Thanks, --bill

    > Is there such a capability in CS3 DW?
    No.
    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
    ==================
    "bdaul" <[email protected]> wrote in message
    news:fgce2u$p2s$[email protected]..
    >I can't remember if it was Dreamweaver or Golive...
    >
    > I remember a tool that allowed me to layout a web
    site...graphically....I
    > could create a index.html file...then about.html,
    contact.html,
    > services.html....link the structure of the files
    together....such as all
    > files
    > are subordinate to index.html...then push OK somewhere
    and all the files
    > would
    > be created. Also you could print out the
    layout/structure of the website.
    >
    > Is there such a capability in CS3 DW? I am using Leopard
    on a MAC.
    >
    > Thanks, --bill
    >

  • FSE3 to create an html file in background

    I would like to publish our account hierarchy to our intranet by sending the accounting structure from FSE3 to a Html file that run nightly in the background.  We have created a BDC to use FSE3.  Runs great in foreground but fails in background due to Enjoy controls.  Is there a standard SAP report that would produce the same hierarchy?
    Thanks,
    Susan

    Hi Stephen,
    Use Open dataset, Transfer, Close dataset to create file on Application server.
    Use FM Z_CONV_ITAB_TO_TAB_DELIMITED to convert your lines in TAB delimited format. you can download file from your application server to presentation server using T Code CG3Y and give extension as .xls ...
    As you data is Tab delimited it will automatically get formatted in columns in your EXCEL file.
    Regards,
    Mohaiyuddin

  • Creating an html file in XI using an xsl stylesheet  -- two error types

    Hi
    I am working on mapping an xml invoice to an html-file using a stylesheet  (xsl-file)  in the message mapping in XI 3.0.
    Thus the inbound message is an xCBL Invoice and the output message is to be an html file. I name the output file "%supplierid%_%invoiceid%.html using the variable substitution functionality in the communication channel.
    I have two problems:
    1) the <br/> tags in the stylesheet are changed to "<br>" in the resulting html file causing problems in the output file, as this is not valid XML.
    2) I would like to insert the current date and time in the output file and I am using this code, but the date and time is not picked up:
    <B>
          Received:
          <xsl select="xs:string(fn:current-dateTime())"></xsl>
    </B>
    How do I solve these two problems?
    BR
    MIkael

    please note, that it is the tag "br/" that is changed to "br" in the html file.

  • J initiator & html file

    hi
    we currently use forms 5 with jinitiatior plug-ins to launch our apps on the web. we have users with netscape and internet explorer 5 so we have two different html scripts for launch. we now have requirements for users with pentium 4. has any got any ideas on how to write up the base html file for a pentium 4 machine
    thanks

    Both Netscape and IE use different types of tags so you can put both the Netscape and IE tags in the same file and
    so the correct tags are executed by the browser.
    Easy!!
    Check out the on manual (accessed from the builder) to tell you more.
    Regards
    Grant Ronald
    Forms Product Management

  • Exporting document as jpeg using kAIExportDocumentAction creating html file also

    hi,
    I used this action (kAIExportDocumentAction) to export the document as jpeg.And it is  creating a html file aslo.
    And also it not prompt the "JPEG Option" dialogbox. When I set the kDialogOff to kDialogON it shows first the" Export Dialog" .
    is there any way to get only "Jpeg Option" dialog box while exporting through this action?
    plz Help!!!
    here are the code ....
    ai::FilePath filePath(ai::UnicodeString("C:\\Documents and Settings\\rudreshp\\Desktop\\Export\\rudresh\\hi.jpeg"));
    AIActionParamValueRef actionParam;
    //create a new action param value.
    sAIActionManager->AINewActionParamValue(&actionParam);
    //include the path where to save
    error = sAIActionManager->AIActionSetStringUS(actionParam, kAIExportDocumentNameKey, filePath.GetFullPath() );
    error = sAIActionManager->AIActionSetString(actionParam, kAIExportDocumentFormatKey, "JPEG file format");
    error = sAIActionManager->AIActionSetString(actionParam, kAIExportDocumentExtensionKey, "jpg");
    error = sAIActionManager->AIActionSetBoolean(actionParam, kAIExportDocumentSaveMultipleArtboardsKey, false);
    error = sAIActionManager->PlayActionEvent(kAIExportDocumentAction,  kDialogOff,  actionParam);
    //delete the actionParam
    error = sAIActionManager->AIDeleteActionParamValue(actionParam);

    The export document action is an action for exporting the doument as you have seen, it is not a Export Jpeg action.
    So, no it is not possible with the export action.

  • I am trying to export "bookmarks.html" for another browser but No HTML file is created! How can I fix this?

    Bookmarks> Organize bookmarks> ★ Export HTML > "export bookmarks file" window appears. Save as "Bookmarks.HTML" Desktop> NO FILE IS PRODUCED!

    Does Firefox create an HTML file (bookmarks.html in the profile folder) on exit if you set the pref [http://kb.mozillazine.org/browser.bookmarks.autoExportHTML browser.bookmarks.autoExportHTML] to true on the about:config page ?
    See also http://kb.mozillazine.org/Export_bookmarks

  • Call .html file in ABAP report (se38)

    Hi,
    My question is, is it possible to call and execute an html file in a report?
    For example, you have 2 containers in the report, 1 is for the html part and the 2nd for some ALV table (which is not the problem in this discussion).
    The HTML part is a separate .html file on the server which works with a few .js files called in it.
    I've done some research but couldn't find anywhere how read the HTML file in a report, and to work just like it does in a browser.
    All I found was how to create a javascript from a report (only some simple examples like show a string..), or how to create an HTML file from a report and execute it in se38, but instead I need to know how to read an HTML in the report and place it in a container (which is a little more complex because of all the javascripts that it calls within).
    Can anybody help me with this?
    Thanks!

    I saw this program but I couldn't figure out where is this called from: document_url      = 'HTMLFrame1.htm' on line 100.
    To be more precise i need to call this HTML file which is on the server, and i need it to be executed in the container of the report, alongside with the javascript files it calls within:
    <!doctype html>
    <html>
    <head>
        <title>Essential Studio for JavaScript : Radial Gauge - Default</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0" charset="utf-8">
        <link href="bootstrap.min.css" rel="stylesheet">
        <link href="ej.widgets.all.min.css" rel="stylesheet" />
        <link href="default.css" rel="stylesheet" />
        <link href="default-responsive.css" rel="stylesheet" />
        <script src="jquery-1.10.2.min.js" type="text/javascript"></script>
        <script src="jquery.easing.1.3.min.js" type="text/javascript"></script>
        <script src="excanvas.min.js" type="text/javascript"></script>
        <script src="ej.web.all.min.js" type="text/javascript"></script>
        <script src="properties.js" type="text/javascript"></script>
    </head>
    <body>
        <div class="content-container-fluid">
            <div class="row">
                <div class="cols-sample-area" align="center">
                    <div id="circularframe">
                        <div id="CoreCircularGauge">TEXT
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script type="text/javascript">
            $(function () {
                $("#CoreCircularGauge").ejCircularGauge({
                    backgroundColor: "transparent", width: 500, load: "loadGaugeTheme",
                    scales: [{
                        showRanges: true,
                        startAngle: 122, sweepAngle: 296, radius: 130, showScaleBar: true, size: 1, maximum: 120, majorIntervalValue: 20, minorIntervalValue: 10,
                        border: {
                            width: 0.5,
                        pointers: [{
                            value: 100,
                            showBackNeedle: true,
                            backNeedleLength: 20,
                            length: 95,
                            width: 7,
                            pointerCap: { radius: 12 }
                        ticks: [{
                            type: "major",
                            distanceFromScale: 2,
                            height: 16,
                            width: 1, color: "#8c8c8c"
                        }, { type: "minor", height: 8, width: 1, distanceFromScale: 2, color: "#8c8c8c" }],
                        labels: [{
                            color: "#8c8c8c"
                        ranges: [{
                            distanceFromScale: -30,
                            startValue: 0,
                            endValue: 70
                            distanceFromScale: -30,
                            startValue: 70,
                            endValue: 110,
                            backgroundColor: "#fc0606",
                            border: { color: "#fc0606" }
                            distanceFromScale: -30,
                            startValue: 110,
                            endValue: 120,
                            backgroundColor: "#f5b43f",
                            border: { color: "#f5b43f" }
        </script>
    </body>
    </html>

  • Relative path for HTML file

    Hi ,
    This is my requirement. In the ESS Personal information overview page, I can add a HTML file to the additional information section.
    I have created a HTML file by creating a web module and enterprise application and deployed the same through NWDI.
    I declare a resource wher ei mention the path. Here i specifed the complete path of the html file ... like
    http://hostname:portname/addinfo/addinfo.html.  Which i know is a wrong thing to do since when i move the html filel to the production system it will still be accessing the html file in the dev system.
    How do i give the relative path here so that the html file accessed is from the production system when we  go-live.
    Please suggest.
    regards
    sam

    Hi,
    One simpler solution is to use an AppIntegrator iView, as explained in the weblog <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2786">Integrating your Web Front-ends into the SAP Enterprise Portal using the Application Integrator</a>. It worked well for us.
    You can remove the user authentication part in the portalapp.xml if you don't need it.
    Regards,
    Martin

  • Delete html file from server

    Hi,
    I need to create a html file on a websphere server and after I work with it I need to delete the html file. I can create this file but when I'm trying to delete the it, doesn't work. If this file is not a html file it works, why?
    I know, the solution could be, not to create a html file, but I need a file with htm/html extension. Does anybody know how I can solve my problem?
    Thanks in advance.
    Cris

    hi,
    try this code..
    test1.jsp --->
    <% java.io.FileOutputStream fo = new java.io.FileOutputStream(getServletConfig().getServletContext().getRealPath("/")+"\\test.html");
    fo.close();
    fo = null;
    System.gc();
    %>
    <%!
         public void finalize(){
              System.out.println("Deleted!!");
    test2.jsp --->
    <%
    java.io.File file = new java.io.File(getServletConfig().getServletContext().getRealPath("/")+"\\test.html") ;
    file.delete();
    file = null;
    System.gc();
    %>
    <%!
         public void finalize(){
              System.out.println("Deleted!!");
    %>
    and tell me , you know anything more..
    ( I could think of only closing of the file, other wise , the file was not deleting untill the Garbage collector was called on the servelt)
    Once the garbage collector runs and destroyes your servlet , then in the
    subsequent request (code with delete) used to work..
    If you know more .. Let me know
    with Regards
    Lokesh T.C

  • Print HTML File Without Showing on Screen

    Hi Everyone
    Is there a way to print a file (in particular, an html file) from a java app without actually displaying the file on the screen.
    ie. print from command line.
    I am creating an html file from within java app and would like to print it in one step.
    Any help would be greatly appreciated.
    Thanks
    Kelly

    Hi,
    Heres some code from an app I wrote that prints out text. I've stripped out little sensitive bits.
    // Procedure to perform when print button is pressed
       void printButton_actionPerformed(ActionEvent e){
         int x, y, pageNo = 1, maxPageHeight, textHeight = 0;
         Date today = new Date();
         String tempLine = new String("");
         String tempString = new String();
         Graphics pg;
    // Create date and time formats
         SimpleDateFormat dateFormatter = new SimpleDateFormat("dd/MM/yy");
         SimpleDateFormat timeFormatter = new SimpleDateFormat("HH:mm:ss");
    // Create date and time strings
         currentDate = dateFormatter.format(today);
         currentTime = timeFormatter.format(today);
    // Turn off double buffering
         RepaintManager.currentManager(this).setDoubleBufferingEnabled(false);
    // Get a print job
         PrintJob printjob = getToolkit().getPrintJob(this, "<printjob name>", null);
         if (printjob != null) {
           maxPageHeight = printjob.getPageDimension().height-(rowHeight*2);
           pg = printjob.getGraphics();
           if (pg != null) {
             pg.setColor(Color.black);
             pg.setFont(new Font("Courier", 0, 10));
    // Print header
             textHeight = topOfPage;
             pg.drawString("Report      Date " + currentDate +
                           "      Time " + currentTime + "  Page " + pageNo,
                           30, textHeight);
             textHeight += rowHeight;
             pg.drawString("File: " + dataFile , 30, textHeight);
    // Print errors
             textHeight += rowHeight*2;
             pg.drawString("Errors", 30, textHeight);
             textHeight += rowHeight;
             pg.drawString("------", 30, textHeight);
             textHeight += rowHeight;
             pg.drawString("col1         col2 col3                 Value        Reason",
                            30, textHeight);
             textHeight += rowHeight;
             pg.drawString("------------ ---- -------------------- ------------ --------------------",
                            30, textHeight);
             if(errorData != null){
               for(x = 0; x < errorData.length; x++){
                 textHeight += rowHeight;
                 if(textHeight > maxPageHeight){
                   pg = nextPage(pg, printjob, ++pageNo);
                   textHeight = topOfPage + rowHeight*2;
                 tempLine = "";
                 for(y=0; y<columnLengths.length; y++){
                   tempString = errorData[x][y] != null ?
                                roundLength(errorData[x][y].toString(), columnLengths[y])
                                : roundLength(" ", columnLengths[y]);
                   tempLine += tempString + " ";
                 pg.drawString(tempLine, 30, textHeight);
             pg.dispose(); // flush page
           printjob.end();
       }Hope that helps.
    Rob.

Maybe you are looking for

  • IMac CD drive failed - now trying to get iMac to recognize external usb CD drive

    Hello, as best as I can tell, I'm having the same trouble with both internal drive, and now external added drive, neither one working.  I posted onto what looked like older, similar posts last week, but got no reply.  Hoping a fresh posting might get

  • Loading a class not on classpath

    how can we load a class not on classpath?

  • Show clients ASA 5505

    Hi, I have a question about our Cisco ASA 5505. It is installed at a customers network and it has a license for 50 clients. The problem is that they were yesterday with more than the 50 devices and wanted to go on the Internet. This caused that some

  • Applications Not Coming to the Front

    This actually just happens with Firefox. If I have a bunch of windows open that I am working on and I use the Application Switcher or just click on the Firefox icon, the open windows I have still stay in the back. Anyone know why this is happening? I

  • New iPhone 5s Overheating and Losing Battery Life

    I just received the new iPhone 5s, and it's been on for all of 30 minutes, during which I restored the phone via iCloud backup and reinstalled my apps, etc. In these 30 minutes, the phone overheated and dropped down to 40% battery. Any reason as to w