Using frameset in HTMLB

Hi All,
I am trying to use frames in a JSPDyn project, using HTMLB. But I am not able to see the frame content.
Can you tell me what tag should I use and how(sample).
Moreover, how to get the base URL so that I can set the src of frmae to some other JSP/HTML.

hi,
check out this thread.
Page setup with MVC - frames and bsp:call?
see also,
http://help.sap.com/saphelp_nw04/helpdata/en/11/c80b40c6c01961e10000000a155106/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/9c/4ef7a71b4411d4b2c10050dade3b5e/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/95/7a28e20d7f11d3804600c04f99fbf0/frameset.htm
http://help.sap.com/search/highlightContent.jsp
regs,
jaga

Similar Messages

  • How to use frameset in flash 8

    Hi can somebody help me with my web page i create some
    buttons using flash. i used frameset tag in my web page. So i have
    2 rows in my web page and the second row has 2 colums. so i put the
    buttons i created in flash in first column of the secon row, but
    when i click any button i want this button to open a new page but
    not in a different place. For example this button is in the first
    column of row2, when i click this button i want to open a new page
    but in the second column of the same row. I dont konw how to do
    this. Everytime that i click this button opens in the same column
    of the second row. How can i make this button to open the page in a
    different row or column using flash.? Some body help me
    please.

    Please search this forum or google - it's been the most asked
    and answered question everyday for
    months - search for:
    "Click to activate this control".
    hope this helps.
    Chris Georgenes
    Animator
    http://www.mudbubble.com
    http://www.keyframer.com
    Adobe Community Expert
    *\^^/*
    (OO)
    <---->
    valla23 wrote:
    > hi can somebody tell me how to eliminate the active
    rectangle in flash movies.
    > I am using flash 8 but i dont like the active rectangle
    around the movie can
    > somebody tell me step by step how to do it? FLAS 8
    VERSION
    >

  • I am using frameset in my website but it did't display the frameset border...

    I am using frameset in my website but it didn't display the frame set border...

    If you were not registered you could not post here. Click your name in the upper left of one of your posts to see your questions and posts.
    This link will take you to the same place.
    https://support.mozilla.org/en-US/user/Websun

  • Using Frames in HtmlB.

    Hai All,
    I have created a JspDynPage component. In my Jsp file , i have used <frames> tag. But nothing is dispalyed on the iView.
    I need to know whether we can use <frames> tag inside htmlB.
    <%@ taglib uri= "tagLib" prefix="hbj" %>
    <hbj:content   id="myContext">
    <hbj:page      title="PageTitle">
    <hbj:form        id="myFormId">
    <frameset rows="64,*,64">
      <frame name="top" scrolling="no" noresize src="top.jsp">
    <frameset cols="150,*">
        <frame name="contents" target="main" src="MenuContent.jsp">
        <frame name="main">
    </frameset>
      <frame name="bottom" scrolling="no" noresize src="foot.jsp">
    </frameset>
    </hbj:form>
    </hbj:page>
    </hbj:content>
    Regards,
    Eben

    Hi Eben,
    there is an HTMLB element for iFrames. It is called <a href="https://media.sdn.sap.com/javadocs/NW04s/SPS7/hb/com/sapportals/htmlb/htmlcontainer/IsolatedHtmlContainer.html">IsolatedHtmlContainer</a>. Have a look into it.
    Perhaps it might solve your problems.
    Best Regards,
    Martin

  • Input field validation using JSP in HTMLB

    Hi All,
    How can we validate an input field in a form in BSP page.
    Like: There are two input fields in my form.I want the user to enter value in any one and only one of the fields.If the value is entered in both fields or none of the fields the user should get a popup and form  must not be submited.
    Shall i use the onClientClick attribute of Button element or doValidate attribute of Inputfield element or  validationScript attribute of From element?
    Please help.
    Thanks a lot,
    Anubhav.

    Here you go:
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <htmlb:content design="design2003" >
      <htmlb:page title=" " >
        <htmlb:form id="form1" >
          < script t-ype = "text/javascript" >     "Remove "-" between t & ype in type
          function checkInput()
           var field1 = document.form1.field1.value;
           var field2 = document.form1.field2.value;
    var error = "";
    if(field1 != "" && field2 != "")
              { error = "X";
                  javascript error message here          }
    if(field1 == "" && field2 ==  "")
              { error = "X";
                                javascript error message here
    if(error == "")
              htmlbSL(this,2,'mybutton:Submit');
          < / script >
              <htmlb:textView text      = "Hello World!"
                              textColor = "RED"
                              design    = "HEADER1"
                              align     = "CENTER" />
              <htmlb:inputField id        = "field1"
                                value     = "<%= var1 %>"
                                type      = "integer"
                                alignment = "CENTER" />
              <htmlb:inputField id        = "field2"
                                value     = "<%= var2 %>"
                                type      = "integer"
                                alignment = "CENTER" />
              <htmlb:button id            = "mybutton"
                            text          = "Press Me"
                            onClientClick = "javascript:checkInput();" />
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    Raja T
    Message was edited by:
            Raja Thangamani

  • WAD Using Frameset html tag in a web template

    I try to create a web template with 3 frames (Header, Navigation and body) with <frameset> tag and when i try to upload the html file to the server I get the error:
    Run time error:
    Invalid Colunm name or number

    Here is a sample of our BW HomePage HTML which is a frameset with 4 frames: Banner, Role Menu(report tree), Body (text), Links.
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <title>New Page 2</title>
    <link rel="stylesheet" href="Mime/BEx/StyleSheets/BWReports.css" type="text/css">
    </head>
    <frameset rows="53,*" framespacing="4" border="0" frameborder="0">
      <frame name="banner" scrolling="no" noresize target="contents" src="http://p40-ci.eh.pweh.com:3850/sap/bw/BEx?sap-language=EN&cmd=ldoc&TEMPLATE_ID=ZP_BW_ROLE_MENU_BANNER" marginheight="0" marginwidth="0">
      <frameset cols="31%,*,25%">
        <frame name="contents" target="main" src="http://p40-ci.eh.pweh.com:3850/sap/bw/BEx?sap-language=EN&cmd=ldoc&TEMPLATE_ID=ZP_BW_ROLE_MENU_CONTENTS" scrolling="auto" style="border: 3px solid #C0C0C0">
        <frame name="main" src="http://p40-ci.eh.pweh.com:3850/sap/bw/BEx?sap-language=EN&cmd=ldoc&TEMPLATE_ID=ZP_BW_ROLE_MENU_BODY" scrolling="auto" style="border-right: 3px solid #C0C0C0; border-top: 3px solid #C0C0C0; border-bottom: 3px solid #C0C0C0">
        <frame name="links" src="http://p40-ci.eh.pweh.com:3850/sap/bw/BEx?sap-language=EN&bsplanguage=EN&CMD=LDOC&TEMPLATE_ID=ZP_BW_ROLE_MENU_LINKS" scrolling="auto" noresize style="border-right: 3px solid #C0C0C0; border-top: 3px solid #C0C0C0; border-bottom: 3px solid #C0C0C0" marginwidth="5" marginheight="15">
      </frameset>
      <noframes>
      <body>
      <p>This page uses frames, but your browser doesn't support them.</p>
      </body>
      </noframes>
    </frameset>
    </html>
    ***NOTE:  You cannot edit this HTML in WAD in Layout Mode, ONLY HTML MODE.  Another way to maintain template HTML code is via Report RS_TEMPLATE_MAINTAIN.
    Hope that helps,
    Don May

  • Re:Using css for HTMLB ui elements

    Hi All,
    I have used css for html elements and i got it.But if i do the same for htmlb elements its not working.I have searched for many blogs and forums but i couldn't get it. Is there any procedure to apply the css for htmlb element.
    Thanks in advance

    Hi Margaret.,
    If u post this thread in web dynpro ABAP forum then u may get some use ful help..!! As per my concern., whatever u like go for tat, which will give u more work satisfaction.,  pls go through this link and post it there.,
    [Web DynPro ABAP Forum|Web Dynpro ABAP;
    Thanks & Regards
    Kiran

  • Using Frameset in Servlet

    Can anybody tell me how to use Servlet to generate the HTML output in Frameset?
    I have no idea how to generate an HTML file containing 2 sub-frames on the right and left.
    I have already search the archive and seeems that nobody has an answer.
    Or is it true that Servlet cannot do this?
    SkyPlayer

    try this
    <frameset cols=50%,50%>
    <frame src="source file">
    <frame src="source file">
    </framesest>
    for generating left and write partitions.
    in servlet try like
    out.println("<html>"); // out <-- printwriter
    out.println( "<frameset cols=50%,50%>");
    out.println( "<<frame src=/"source file/">");
    out.println( "<<frame src=/"source file/">");
    out.println( "</framesest>");
    out.println("</html>");
    here u have to have html source files in server,nd u have to specify correct path

  • What to use instead of HTMLB for external facing portals

    Hi all
    We all know that HTMLB is on it's way out and I was just wondering what to replace it with, especially when dealing with external facing portals and the simple portal framework.
    Since HTMLB and WD won't cut it the only thing there is left is the AbstractPortalConmponent.
    Has anyone had success with implementing another framework, like for instance MyFaces (http://myfaces.apache.org/) or Tapestry (http://tapestry.apache.org/), in the APC. Or perhaps someone developed a entirely new framework for the APC to use?
    If you have knowledge or ideas, please comment them.
    Best regards
    Thomas Bentzen

    Hi Harini
    I was never talking about tags, and I personally like avoid JSP's altogether (strictly personal opinion).
    I was thinking more of what to do in the long run. I mean writing JSP's for the view and using APC as the controller is not a very performant way of doing development, perhaps we should aim a little higher and perhaps implement something there already is a standard and already fulfills the requirements of x509. If we're even a little more clever than that we might choose a framework that already have support for AJAX (HttpXML requests).
    I don't really know what to do at this time and therefore was asking for ideas, on the architectural level, but also implementable.
    Any ideas?

  • How do I use a frameset to another website within my iweb site?

    I am trying to figure out how to use frameset to view my online booking site within my site that I have created on iWeb. right now I just refer to a link but I would like to be abel to use the frameset to do it. I do have this code but not sure what to do with it.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
    <html>
    <head>
    <title>Online Appointment Book</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <style type="text/css">
    <!--
    body {
    margin: 0px;
    padding: 0px;
    -->
    </style>
    <frameset rows="90,*" cols="*" border="0">
    <frame src="upperframe.html" name="upperFrame" frameborder="0" scrolling="no">
    <frame src="mainframe.html" name="mainFrame" frameborder="0">
    <noframes>
    <body>
    I would appreciate any advice

    A Frameset is a separate, non-iWeb, webpage with the code you show.
    The upperframe.html and lowerframe.html are urls to whatever page you want to display.
    What you probably want is an <iframe>. You use it to display an external page within an iWeb page.
    The code is :
    <iframe src="http://url.to.file.html" frameborder="0" width="500" height="500" scrolling="no" allowTransparency="true"></iframe>
    You paste the code in the HTML Snippet. You have to change the width and height to reflect your situation.
    Note that an <iframe> is static. It does not change when the page it displays changs in width or height. To scroll set scrolling to yes.
    Sample iWeb page with <iframe> : http://www.wyodor.net/iFrame/

  • Display Table contents using HTMLB...Urgent Help Plz...

    Hello All,
    Im working on EP SP14 and SQL Server 2000.
    I have successfully established database connection.
    I want to know <b>how can I display Table contents using TableViewModel in HTMLB</b>.
    Please help.
    Its urgent.
    Awaiting Reply.
    Thanks in advance,
    Uday<b></b>

    See /thread/80270 [original link is broken]
    (please stop crossposting every question into two forums; thanks in advance)

  • Use of Framesets and javascript in JSP

    Hello,
    In my main.jsp I have defined a javascrip function as follows which submits my form:
    function onclick() {
    document.getElementById("mainform").action = "<%=request.getContextPath()%>/MainController";
    document.getElementById("mainform").submit();
    In main.jsp I am using framesets:
    <form id="mainform" action="" method="post">
    <frameset rows="80%,20%" frameborder="1" border="0" framespacing="0" >
    <frame name="1" src="<%=middlePage%>" scrolling="no">
    <frameset cols="80%,20%" frameborder="1" border="0" framespacing="0">
    <frame name="2" src="pages/footer.html" scrolling="no">
    <frame name="3" src="pages/footer.jsp" scrolling="no">
    </frameset>
    </frameset>
    </form>
    In footer.jsp i have defined a Next button. Basically I want the middlePage (which is the jsp) to be changed on click of Next. I am developing this wizard based UI.
    However when I click next button in footer.jsp it tries to call the onclick() of main.jsp and it is not able to find it. Why this is so? If I inlucde the footer.jsp using <jsp:include> the onclick function is accessible from footer.jsp. then why not using framesets?
    Also another question: Should we use framesets for a wizard based UI? Or should we use divs and use Css to create left , right and middle panes?
    Abhijit

    Hi,
    Well there are two options:
    <b>1) If you are interested to make the portal component and then use in Portal.
    2) If you want to use your earlier HTML document as it is inside the portal.</b>
    In case 1 you need to make the Portal objects and then make a portal project. You can use javascript in that as well.
    In case 2 you can directly make the URL iView of the HTML document and then view it from the portal. Well this is not a good way of using your javascript. Personally I suggest you to go for Portal Project.
    I hope this help you!!
    Regards
    Pravesh
    PS: Please consider reewarding points.

  • Regarding onClick event of htmlb:Link element.

    Hi All,
    We have a table in which we are displaying error messages.
    The requirment is that each message should be a link which , when clicked should set the focus on respective element in the form.
    I am displaying each message as link as follows:
    <%
      loop at itab_message into wa_message.
                  %>
    count = count + 1.
                  %>
                  </td>
                  <td bgcolor="#F0F0F0">
                  <htmlb:link id            = "link<%= count %>"
                              text          = "<%= wa_message-msg %>"
                              >
                  </htmlb:link>
                  </td>
                  </tr>
                  <%
      endloop.
                  %>
                  </table>
                  <%
      refresh itab_message.
                  %>
                  <%
      endif.
                  %>
    Displayng messages as links is fine , but how can i acchieve the functionality , that on clicking a particular link , the focus should be set on the respective field.
    For Ex:
    There are two error messages:
    1)Enter your name
    2)Select material group from drop down list box.
    If the user clicks 1st message the focus should be set on NAME element.
    Thanks,
    Anubhav.

    Hi,
    this is not gonna be easy but first, you´re not using
    <div class="jive-quote"> </div>
    so you should erase it.
    Second, you have to extend the use of label <htmlb:link> in this way:
    <htmlb:link id        = "link<%= count %>"
                      text          = "<%= wa_message-msg %>"
                      onClientClick = "set_focus('your_field')" >
    And then, some Javascript code:
        function setfocus(myfld) {
                if (document.forms.elements[myfld] != null) {
                    document.forms.elements[myfld].focus();
    Hope it helps.

  • How can I get file name using JSTL ?

    Hi,
    I'm now using <c:out value="${pageContext.request.requestURI}"/>
    this return servlet path
    How can I get just file name
    or user path (in location bar) ?
    thanks in advance

    The original uri (before forwarding) is available in a request scoped attribute.
    These attributes are given the values obtained by calling the related method on the original request received by the container.
    javax.servlet.forward.request_uri
    javax.servlet.forward.context_path
    javax.servlet.forward.servlet_path
    javax.servlet.forward.path_info
    javax.servlet.forward.query_stringSo if those two above don't work for you these might.
    <c:out value="${requestScope['javax.servlet.forward.request_uri']}"/>
    <c:out value="${requestScope['javax.servlet.forward.servlet_path']}"/>If these values are null, then the value in the request object is the correct one.
    You mentioned the value in the address bar being a .html file. Do you perchance use framesets? If so the value in the address bar is always the url used to load the frameset, and doesn't change no matter where you travel within those frames. That won't be available to the server, because it has nothing to do with the current request.
    Cheers,
    evnafets

  • Problem in upload flat file into bw-bps using web browser

    Hi All,
    I have follwed the steps as per the how to guide to upload flat file,its seems to be fine but when try to upload by running the URL its giving error "Value of variable Data Slice Global ( ZFIE0ALL ) cannot be determined " and warning "Errors occurred when executing planning function TUPLOAD(EXIT FOR UPLOAD DATA)/T0000000(WEB UPLOAD".
    Since i am new to BW/BPS , also let me know, how test it , when i run file_upload URL directly its giving follwing error.
    SAP Note
         The following error text was processed in the system:
         An exception with the type CX_SY_REF_IS_INITIAL occurred, but was neither      handled locally, nor declared in a RAISING clause
    When i run page1 url and if i file_load url, then its prompt me to see upload function, path for flat file. But when enter path of flat file and press upload function button ts giving error "Value of variable Data Slice Global ( ZFIE0ALL ) cannot be determined " and warning "Errors occurred when executing planning function TUPLOAD(EXIT FOR UPLOAD DATA)/T0000000(WEB UPLOAD".
    FYI..i am using new design HTMLB option in how-to-doc.
    Please help me to resolve this. Thanks in advance.
    Also pls let me know can i debug this application?How ?
    Vishal
    Message was edited by:
            vishal kashyap
    Message was edited by:
            vishal kashyap

    Hi Vishal
    Can u guide me , by what condition the data is selected in XTH_data ( Hashed table ) before the data is written by flat file function module .
    Reply me ASAP ,
    Thanks
    Anup Singh

Maybe you are looking for

  • Not being remove Blank space in Supplier Name

    Dear, Actully we have round more than 200 supplier having supplier name with space due to this client face problem especially in parameter while running reprots or sometime occur in oracle application, therefor i have developed this routine to remove

  • Can't open any files in Photoshop Elements 9 and 11

    I have Photoshop Elements 9 and 11, and right now I cannot open any files at all in either one. I keep getting this same error message every time: "Your request cannot be completed because the file format module cannot parse the file". Anybody have a

  • Software management

    new torch owner, previously owned the curve/8900. spend a few too many hours a day scouring blogs for information on my new device. as such, am aware of new software updates/upgrades as they're leaked and, later, released. my service provider, at&t i

  • Sessions/connections gets hang during update and select operations.

    A table with 3 million records, which has customer details data. Everyday application is executing select and update queries on that table. Sessions/connections gets hang during update and select operations. After checking ADDM report, following are

  • About anti glare screen?

    is that true when you see the top anti-glare screen is clearer and when you're down is dark?.  so you have to be right in front of the screen to see it very well? can you get my point? sorry, i dont speak a lot of english i mean when your sitting in