How to make server behaviors repeat region vertical?

I have done many "Server Behavior, Repeat Region" showing vertical list without any other setup, now I’m doing a new one and is showing horizontal which doesn't make any sense. Does anybody know why and how to fix this “bad behavior”?

This is very simple page no external or internal css is for internal use only to retrieve data base information. I currently have to more from different sites working fine without any third party app or any extra coding effort.  here are codes.
Thank you guys for your prompt response.
<?php require_once('Connections/customers.php'); ?>
<?php
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
  if (PHP_VERSION < 6) {
    $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
  $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
  switch ($theType) {
    case "text":
      $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
      break;   
    case "long":
    case "int":
      $theValue = ($theValue != "") ? intval($theValue) : "NULL";
      break;
    case "double":
      $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
      break;
    case "date":
      $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
      break;
    case "defined":
      $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
      break;
  return $theValue;
$maxRows_Recordset1 = 10;
$pageNum_Recordset1 = 0;
if (isset($_GET['pageNum_Recordset1'])) {
  $pageNum_Recordset1 = $_GET['pageNum_Recordset1'];
$startRow_Recordset1 = $pageNum_Recordset1 * $maxRows_Recordset1;
mysql_select_db($database_customers, $customers);
$query_Recordset1 = "SELECT * FROM customers";
$query_limit_Recordset1 = sprintf("%s LIMIT %d, %d", $query_Recordset1, $startRow_Recordset1, $maxRows_Recordset1);
$Recordset1 = mysql_query($query_limit_Recordset1, $customers) or die(mysql_error());
$row_Recordset1 = mysql_fetch_assoc($Recordset1);
if (isset($_GET['totalRows_Recordset1'])) {
  $totalRows_Recordset1 = $_GET['totalRows_Recordset1'];
} else {
  $all_Recordset1 = mysql_query($query_Recordset1);
  $totalRows_Recordset1 = mysql_num_rows($all_Recordset1);
$totalPages_Recordset1 = ceil($totalRows_Recordset1/$maxRows_Recordset1)-1;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Untitled Document</title>
</head>
<body>
<table width="158%" border="1">
  <tr>
  <th scope="col">ID</th>
    <th scope="col">Name</th>
    <th scope="col">Last Name</th>
    <th scope="col">Address</th>
    <th scope="col">City</th>
    <th scope="col">State</th>
    <th scope="col">Zip Code</th>
    <th scope="col">E-mail</th>
    <th scope="col">Phone</th>
    <th scope="col">Username</th>
    <th scope="col">Password</th>
    <th scope="col">Role</th>
  </tr>
  <tr>
    <?php do { ?>
      <td align="left"><?php echo $row_Recordset1['id']; ?></td>
      <td align="left"><?php echo $row_Recordset1['name']; ?></td>
      <td align="left"><?php echo $row_Recordset1['lname']; ?></td>
      <td align="left"><?php echo $row_Recordset1['address']; ?></td>
      <td align="left"><?php echo $row_Recordset1['city']; ?></td>
      <td align="left"><?php echo $row_Recordset1['state']; ?></td>
      <td align="left"><?php echo $row_Recordset1['zip']; ?></td>
      <td align="left"><?php echo $row_Recordset1['email']; ?></td>
      <td align="left"><?php echo $row_Recordset1['phone']; ?></td>
      <td align="left"><?php echo $row_Recordset1['username']; ?></td>
      <td align="left"><?php echo $row_Recordset1['password']; ?></td>
      <td align="left"><?php echo $row_Recordset1['role']; ?></td>
      <?php } while ($row_Recordset1 = mysql_fetch_assoc($Recordset1)); ?>
  </tr>
</table>
</body>
</html>
<?php
mysql_free_result($Recordset1);
?>

Similar Messages

  • How do I keep a Repeat Region after selection?

    I have a Link/Menu button where the user chooses a city.  That populates a table with all the courses for that city.  Then the user can select any course to show information about that course I have the link set like this, charlottenccourses.php?course=<?php echo $row_getAll['course'];?>.  That is working fine, but when they select it, the table with the courses for the city disappears. So they have to select it again and hit go to see the courses again.  How can I make that stay to the same city with all the courses until they choose another one?  Thanks!

    What I have is all on the same page.  Let me explain.  I have a list/menu
    that displays all the cities.  Once that is selected, I have a "GO" button
    and that creates the table list of all the course in a repeat region.  And
    the rest of the page is a record set for which course is selected so it
    previews information for the course selected.  The link is this:
    charlottenccourses.php?course=<?php echo $row_getAll['course']; ?>
    Once that is selected all the information for that course appears.  The
    problem is, the original list of courses from the selected city now
    disappears.  So the user has to go back and select the city, "GO" button if
    they want to preview another course. I want to figure out a way to keep that
    list of courses there even when the course is selected.
    Is there a way to do that will the current structure of the page?

  • How to make arrays or repeat objects in circle?

    Hello,
    1 - How to make arrays without copying and pasting? Fig-1
    2 - how to create objects repeated in circles? Fig-2
    Regards and Thanks

    1) Patterns
    2) One option is Scripting (or Actions).
    http://forums.adobe.com/message/3472806#3472806
    Edit: That was only for text layers, you could give this a try:
    // xonverts to smart object, copies and rotates a layer;
    // for photoshop cs5 on mac;
    // 2011; use it at your own risk;
    #target photoshop
    ////// filter for checking if entry is numeric and positive, thanks to xbytor //////
    posNumberKeystrokeFilter = function() {
              this.text = this.text.replace(",", ".");
              this.text = this.text.replace("-", "");
              if (this.text.match(/[^\-\.\d]/)) {
                        this.text = this.text.replace(/[^\-\.\d]/g, '');
    posNumberKeystrokeFilter2 = function() {
              this.text = this.text.replace(",", "");
              this.text = this.text.replace("-", "");
              this.text = this.text.replace(".", "");
              if (this.text.match(/[^\-\.\d]/)) {
                        this.text = this.text.replace(/[^\-\.\d]/g, '');
              if (this.text == "") {this.text = "2"}
              if (this.text == "1") {this.text = "2"}
    var theCheck = photoshopCheck();
    if (theCheck == true) {
    // do the operations;
    var myDocument = app.activeDocument;
    var myResolution = myDocument.resolution;
    var originalUnits = app.preferences.rulerUnits;
    app.preferences.rulerUnits = Units.PIXELS;
    var dlg = new Window('dialog', "set circle-radius for arrangement", [500,300,840,450]);
    // field for radius;
    dlg.radius = dlg.add('panel', [15,17,162,67], 'inner radius');
    dlg.radius.number = dlg.radius.add('edittext', [12,12,60,32], "30", {multiline:false});
    dlg.radius.numberText = dlg.radius.add('statictext', [65,14,320,32], "mm radius ", {multiline:false});
    dlg.radius.number.onChange = posNumberKeystrokeFilter;
    dlg.radius.number.active = true;
    // field for number;
    dlg.number = dlg.add('panel', [172,17,325,67], 'number of copies');
    dlg.number.value = dlg.number.add('edittext', [12,12,60,32], "30", {multiline:false});
    dlg.number.value.onChange = posNumberKeystrokeFilter2;
    dlg.number.value.text = "12";
    // buttons for ok, and cancel;
    dlg.buttons = dlg.add('panel', [15,80,325,130], '');
    dlg.buttons.buildBtn = dlg.buttons.add('button', [13,13,145,35], 'OK', {name:'ok'});
    dlg.buttons.cancelBtn = dlg.buttons.add('button', [155,13,290,35], 'Cancel', {name:'cancel'});
    // show the dialog;
    dlg.center();
    var myReturn = dlg.show ();
    if (myReturn == true) {
    // the layer;
              var theLayer = smartify(myDocument.activeLayer);
              app.togglePalettes();
    // get layer;
              var theName = myDocument.activeLayer.name;
              var theBounds = theLayer.bounds;
              var theWidth = theBounds[2] - theBounds[0];
              var theHeight = theBounds[3] - theBounds[1];
              var theOriginal = myDocument.activeLayer;
              var theHorCenter = (theBounds[0] + ((theBounds[2] - theBounds[0])/2));
              var theVerCenter = (theBounds[1] + ((theBounds[3] - theBounds[1])/2));
    // create layerset;
              var myLayerSet = myDocument.layerSets.add();
              theOriginal.visible = false;
              myLayerSet.name = theName + "_rotation";
    // create copies;
              var theNumber = dlg.number.value.text;
              var theLayers = new Array;
              for (var o = 0; o < theNumber; o++) {
                        var theCopy = theLayer.duplicate(myLayerSet, ElementPlacement.PLACEATBEGINNING);
                        theLayers.push(theCopy);
    // calculate the radius in pixels;
              var theRadius = Number(dlg.radius.number.text) / 10 * myResolution / 2.54;
              myDocument.selection.deselect();
    // get the angle;
              theAngle = 360 / theNumber;
    // work through the layers;
              for (var d = 0; d < theNumber; d++) {
                        var thisAngle = theAngle * d ;
                        var theLayer = theLayers[d];
    // determine the offset for outer or inner radius;
                        var theMeasure = theRadius + theHeight/2;
    //                    var theMeasure = theRadius + theWidth/2;
                        var theHorTarget = Math.cos(radiansOf(thisAngle)) * theMeasure;
                        var theVerTarget = Math.sin(radiansOf(thisAngle)) * theMeasure;
    // do the transformations;
                        rotateAndMove(myDocument, theLayer, thisAngle + 90, - theHorCenter + theHorTarget + (myDocument.width / 2), - theVerCenter + theVerTarget + (myDocument.height / 2));
    // reset;
    app.preferences.rulerUnits = originalUnits;
    app.togglePalettes()
    ////// function to determine if open document is eligible for operations //////
    function photoshopCheck () {
    var checksOut = true;
    if (app.documents.length == 0) {
              alert ("no open document");
              checksOut = false
    else {
              if (app.activeDocument.activeLayer.isBackgroundLayer == true) {
                        alert ("please select a non background layer");
                        checksOut = false
              else {}
    return checksOut
    ////// function to smartify if not //////
    function smartify (theLayer) {
    // make layers smart objects if they are not already;
              if (theLayer.kind != LayerKind.SMARTOBJECT) {
                        myDocument.activeLayer = theLayer;
                        var id557 = charIDToTypeID( "slct" );
                        var desc108 = new ActionDescriptor();
                        var id558 = charIDToTypeID( "null" );
                        var ref77 = new ActionReference();
                        var id559 = charIDToTypeID( "Mn  " );
                        var id560 = charIDToTypeID( "MnIt" );
                        var id561 = stringIDToTypeID( "newPlacedLayer" );
                        ref77.putEnumerated( id559, id560, id561 );
                        desc108.putReference( id558, ref77 );
                        executeAction( id557, desc108, DialogModes.NO );
                        return myDocument.activeLayer
              else {return theLayer}
    ////// radians //////
    function radiansOf (theAngle) {
              return theAngle * Math.PI / 180
    ////// rotate and move //////
    function rotateAndMove (myDocument, theLayer, thisAngle, horizontalOffset, verticalOffset) {
    // do the transformations;
    myDocument.activeLayer = theLayer;
    // =======================================================
    var idTrnf = charIDToTypeID( "Trnf" );
        var desc3 = new ActionDescriptor();
        var idFTcs = charIDToTypeID( "FTcs" );
        var idQCSt = charIDToTypeID( "QCSt" );
        var idQcsa = charIDToTypeID( "Qcsa" );
        desc3.putEnumerated( idFTcs, idQCSt, idQcsa );
        var idOfst = charIDToTypeID( "Ofst" );
            var desc4 = new ActionDescriptor();
            var idHrzn = charIDToTypeID( "Hrzn" );
            var idPxl = charIDToTypeID( "#Pxl" );
            desc4.putUnitDouble( idHrzn, idPxl, horizontalOffset );
            var idVrtc = charIDToTypeID( "Vrtc" );
            var idPxl = charIDToTypeID( "#Pxl" );
            desc4.putUnitDouble( idVrtc, idPxl, verticalOffset );
        var idOfst = charIDToTypeID( "Ofst" );
        desc3.putObject( idOfst, idOfst, desc4 );
        var idAngl = charIDToTypeID( "Angl" );
        var idAng = charIDToTypeID( "#Ang" );
        desc3.putUnitDouble( idAngl, idAng, Number(thisAngle) );
    executeAction( idTrnf, desc3, DialogModes.NO );

  • How can make the header repeat in every page?

    I followed the instructions in pages' help nad it does work for text heardes, however it does not work with images and graphics.
    Daoes anyone know how to make graphic and/or images headers repeat in each page?
    Thanks in advance.
    Ruben

    Make them Master Objects:
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=182&highlight=letter head&mforum=iworktipsntrick
    Peter

  • How to make default value for region based on city?

    Dear Experts,
    When city is selected in TRIP or PR05, how to make the default value of city based on region?
    The standard search help givenfot citydoesnt contain any enhancement point?
    Pls suggest how to resolve this!!!
    Thanks In Advance
    Rgrds,
    Sravan

    Hello Sahil
    Account and CC/PC are 2 different entity types. For PC and CC there is dependency. First you have to load Cost centers and then load PC.
    For CC - load CC master data first. Then load hierarchy file then group file and finally assignment file.
    Follow same process for PC.
    GL you can load independently but you have first load group GL then operational GL and then GL at company code level,
    Kiran

  • Make a editable repeating region

    Having one heck of a time with this. Let me break it down.
    I have a nav bar. On this nav bar, when you click on a link. It will  show the link(really a box) green. This calls for my  code...class="active" on the page that your now on.
    The only problem with that. Is that its hell to make this a DW template.
    I have my nav bar as a repeating region. So that in the future I may  change a link or redesign a button. But, this make my nav bar not  editable on new pages. I have to be able to edit the <a> tags. I  have to change them from...<a href="whatever"> to <a  href="whatever" class="active">
    Here is my code so far. I have make the <a> tags editable, but  when i change the titles of the link from the master template, they will  not update
    <div class="main-box">
    <div class="left-top-corner">
    <div class="inner"><!-- TemplateBeginRepeat name="MenuRepeat" -->
    <nav> 
    <ul> 
    <li class="first"><!-- TemplateBeginEditable  name="Editlink1" --><a href="../index.html"  class="active"><span><span>Reviews</span></span></a><!--  TemplateEndEditable --></li> 
    <li><!-- TemplateBeginEditable  name="Editlink2" --><a  href="../guides.html"><span><span>Guides</span></span></a><!--  TemplateEndEditable --></li> 
    <li><!-- TemplateBeginEditable  name="Editlink3" --><a  href="../New_Updates.html"><span><span>News &amp;  Updates</span></span></a><!-- TemplateEndEditable  --></li> 
    <li><!-- TemplateBeginEditable  name="EditLink4" --><a  href="#"><span><span>Downloads</span></span></a><!--  TemplateEndEditable --></li> 
    <li><!-- TemplateBeginEditable  name="Editlink5" --><a  href="#"><span><span>Store</span></span></a><!--  TemplateEndEditable --></li> 
    <li><!-- TemplateBeginEditable  name="Editlink6" --><a  href="#"><span><span>Forums</span></span></a><!--  TemplateEndEditable --></li> 
    <li class="last"><!-- TemplateBeginEditable  name="Editlink7" --><a  href="#"><span><span>Soapbox</span></span></a><!--  TemplateEndEditable --></li> 
    </ul> 
    </nav> 
    <!-- TemplateEndRepeat -->

    I have a nav bar. On this nav bar, when you click on a link. It will  show the link(really a box) green. This calls for my  code...class="active" on the page that your now on.
    This is a wrong approach to the problem, and one that results in the contortions that you are now going to trying to make it work!
    Consider this alternative VERY simple approach, and one that is consistent with the notion that navigation elements should never be editable in a template environment -
    <ul>
    <li class="first"><a href="../index.html"  id="button1">Reviews</a></li> 
    <li><a  href="../guides.html" id="button2">Guides</a></li> 
    <li><a  href="../New_Updates.html" id="button3">News &amp;  Updates</a></li> 
    </ul>
    Note that each menu link has been given a unique ID attribute.  Now - in the editable region in the head of each child page, you have an embedded stylesheet -
    <style type="text/css">
    a#button1 { whatever style you want; }
    </style>
    This is in an editable region so it can be edited on each page, where you would just change the button # to correspond to that page.  Simple, effective, and easy.
    By the way, there is no such tag as <nav>, so your code won't validate!

  • How to hand-code a repeat region? (ASP/VBScript)  WorldPay workaround.

    Hi,
    So far I've been using the standard Dreamweaver Repeat Region
    behaviour to
    add a database repeat region to my page. However, the code
    this produces
    doesn't work with WorldPay's callback script and I need to
    know if it's
    possible to hand code a repeat region. My repeat region data
    includes
    images etc so, as well as creating/displaying the repeat
    region, I also need
    to know how to incorporate some basic HTML.
    Would appreciate any advice or links to a tutorial.
    Thanks
    nath.

    Hi Joe,
    I have database content on my WorldPay callback page, which
    is fed by a form
    variable sent back from WorldPay. I can therefore call up
    order details, in
    my database, by ID.
    Anyway, I have two recordsets displaying correctly on my
    callback page;
    Order Summary and Order Items. Because a customer may
    purchase more than
    one item, I need to show all records in the Order Items table
    that match the
    order ID. I therefore need a repeat region for the Order
    Items recordset to
    show all products, so I've inserted the standard DW repeat
    region:
    <%
    Dim Repeat1__numRows
    Dim Repeat1__index
    Repeat1__numRows = -1
    Repeat1__index = 0
    rsItems_numRows = rsItems_numRows + Repeat1__numRows
    %>
    ...(above the head tag) and....
    <%
    While ((Repeat1__numRows <> 0) AND (NOT rsItems.EOF))
    %>
    ...Recordset Data...
    <%
    Repeat1__index=Repeat1__index+1
    Repeat1__numRows=Repeat1__numRows-1
    rsItems.MoveNext()
    Wend
    %>
    ...within my page where I want the repeat region to be.
    If I DON'T include this code, both recordsets display data,
    however the
    Order Items recordset only shows 1 item (obviously, because
    there is no
    repeat region). When I add the repeat region code, as above,
    WorldPay
    fails.
    WorldPay support can't actually tell you what's wrong, nor do
    you receive an
    error line or anything, however I know it's the repeat region
    because both
    recordsets display correctly WITHOUT the repeat region code.
    Any way around this? I really need this to work because
    otherwise I'm going
    to have to force a re-direct and an auto-submission of a form
    value
    (nasty!), in order to be able to display the customers order
    summary, and
    order items, on one page.
    Hope you can help. Thanks Joe.
    Regards
    Nath.
    "Joe Makowiec" <[email protected]> wrote in
    message
    news:[email protected]...
    > On 02 Jul 2007 in macromedia.dreamweaver.appdev,
    tradmusic.com wrote:
    >
    >> So far I've been using the standard Dreamweaver
    Repeat Region
    >> behaviour to add a database repeat region to my
    page. However, the
    >> code this produces doesn't work with WorldPay's
    callback script and
    >> I need to know if it's possible to hand code a
    repeat region. My
    >> repeat region data includes images etc so, as well
    as
    >> creating/displaying the repeat region, I also need
    to know how to
    >> incorporate some basic HTML.
    >
    > Before you go re-inventing the wheel, what doesn't work?
    >
    > --
    > Joe Makowiec
    >
    http://makowiec.net/
    > Email:
    http://makowiec.net/contact.php

  • How to make an image clickable region?

    Hi
    Please see the image below, in particular I have a seperate layer READ MORE, I want to save this image as a PNG file and in my HTML page make the READ MORE region like a clickable button. I know I can slice this into a seperate image and wrap in a <DIV tag to do this, but any other ideas please ?

    Google for "HTML image map" for way too many tutorials. Image maps are typically taught before DIVs.

  • How to make Smart Builds repeat?

    im sorry if this question has been answered already,
    but how do you repeat smart builds, so that they never end, until you move to the next slide?
    (for example, using the 'thumb through' smart build the animation ends when the last picture is reached, when i actually want the cycle to repeat)
    (oh, and i've tried copying and pasting images to add them to the end of the smart build, but the unfortunate side-effect is that the file is now HUGE!)
    thanks,
    'kalapaka'
    Message was edited by: kalapaka

    Welcome to the forums!
    Smart Builds can't be looped directly. One workaround is to create a presentation that just has your Smart Build, export that presentation as a QuickTime movie, and the place the resulting movie in your main presentation and set it to loop. (To make sure the looping is transparent to the user, be sure to put the repeat the first image as the end of the Smart Build.) The results you get should be pretty good.
    Alternatively, if you don't want to go the movie route, you can create the single slide Smart Build presentation as outlined above, put a hyperlink on it to the main presentation, and then set the Smart Build presentation to loop. To do this, you have to set the Smart Builds to advance automatically, set the slide transition to transition automatically, with a delay (this is critical), and it the Document Inspector set the slideshow to Loop. The slide transition delay is necessary because the hyperlink will only work during this delay, and not while the Smart Build is actually running. If you set the delay to the same delay as used between Smart Build images, it will not be obvious. You can also set the hyperlink object so that it is transparent, and thus also will not be noticeable by the audience. With this setup, the presentation will happily loop continuously until the hyperlink is clicked, although the hyperlink can only be clicked at the end of each Smart Build cycle.

  • How to make SubForm to repeat on each page of the PDF

    Hi all,
    I have an I-form, which "floats" on 2 or more pages. My problem is that I want to repeat a SubForms as a header(or a footer) on each page of the document. Any idea how can I do that.
    Many thanks in advance
    Z.
    Edited by: Zdravko Kalenderov on Oct 16, 2008 11:13 AM

    Hi,
       Yes ,If you want to display the same content in all body pages , you just design repeatable part in the master page.
    Thanks & Regards
    Manee

  • How to make the Time Line in Vertical ?

    Hi All
    I have created a Schedule Board using the Schedule Viewer but
    including the Flexlib in my project .
    Now the thing is that the Timeline which us to come on the
    top of the
    ScheduleViewer I need to get that Time line Vertically in
    left side
    of the ScheduleViewer to display the time in left side,and
    all the
    date's in the top .
    How can I do that to get the Timeline Vertically and the Date
    at the
    position of TimeLine .
    Thanks
    Vivek Manchanda
    Theikos IT Solution

    One improvement.. To get a line that is neat, use a bit of Graphics2D
        public void paintComponent(java.awt.Graphics g)
            int w = getSize().width;
            int h = getSize().height;
            // draw a line between (0,0) and (w,h)  
            g.setColor(getForeground());
            if (strTop == null)
                strTop = "  ";
            if (strBottom == null)
                strBottom = "  ";
                java.awt.Graphics2D g2 = (java.awt.Graphics2D)g;
              g2.setRenderingHint(java.awt.RenderingHints.KEY_ANTIALIASING,java.awt.RenderingHints.VALUE_ANTIALIAS_ON);
              //g2.setStroke(new java.awt.BasicStroke(14.0f));
            g.drawLine(0, 0, w, h);
            //the following lines will draw the two strings,
            //one above the top of the line and the above below it.     
            g2.drawString(strTop, (w/2)+2, (h/2)-2);
            g2.drawString(strBottom, 2, (h / 2) + 2);
            //the x,y for drawString are only based on assumption.   //do necessary changes to suit ur needs.
        }Then create a TableCellRenderer and set it to the Table Header for ur table's 1st row.....
    Cheers

  • How to make items in a region populate a parameter in another region

    I have two regions in an APEX page: List of items (hyperlinks) on the left, PL/SQl block containing a media player for videos on the right.
    What I want is for the list to talk to the media player. Click an item in the list and that populates what file is played in the media player.
    I'm very new to APEX and if anyone has an example of this, I would greatly appreciate it.
    Thank you,
    Amy

    On one plage, I have the following region:
    htp.p('
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>play</title>
    </head>
    <body align="left">
    <object id="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/ en/nsmp2inf.cab#Version=5,1,52,701"
    standby="Loading Microsoft Windows® Media Player components..." TYPE="application/x-oleobject" width="700" height="500">
    <param name="fileName" value="'||VIDEO_NAME||'">
    <param name="animationatStart" value="true">
    <param name="transparentatStart" value="true">
    <param name="autoStart" value="true">
    <param name="showControls" value="true">
    <param name="Volume" value="-20">
    <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="http://yourdomain.com/play.wmv" name="MediaPlayer1" width=280 height=256 autostart=0 showcontrols=1 volume=-20>
    </object>
    </body>
    </html>
    And a list with the following links in another region: "Video 1" "Video 2" "Video 3" etc
    How do send the URL/value of the lists into the fileName value in the media player?

  • How to make Canvas on a JSCrollPane Vertical/Horizontal splittable

    I have a JScrollPane on which i placed a JTree(Vertical/Horizontal Scrollable)
    I have a ScrollPane on which i placed a Canvas(Vertical/Horizontal Scrollable)
    I was able to do it but, its splitting towards the JScrollPane area only.
    So i tried to make a JScrollPane and tried to add a Canvas to it setting the options as JScrollPane.VERTICAL_SCROLLBAR_ALWAYS, JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS.
    But the problem is its showing the Scrollable bars but not able to Scroll when more images are there on the Canvas.
    My problem will be solved if i was able to add a Canvas to the JScrollPane with Vertical/Horizontal Scrollable.

    Don't mix Swing and AWT components. Don't use a Canvas. Use a JPanel instead.
    If you need further help then you need to create a [url http://homepage1.nifty.com/algafield/sscce.html]Short, Self Contained, Compilable and Executable, Example Program that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.
    And don't forget to use the [url http://forum.java.sun.com/help.jspa?sec=formatting]Code Formatting Tags so the code retains its original formatting.

  • Calendar event - how to make it to repeat it self?

    Hi,
    I was surprised to say that I added a calendar event and I can't make to repeat itself.
    For example, I'm using this because I have to take some medicine every day in the morning and I always use reminder for this, to be sure that I take it So it is not a event reminder, which I would like o repeat itself.
    I didn't found anything for this setting. Did anyone find such a thing?
    Thank you.
    Br,
    Qqcsi

    Hi,
    You are right, I forgot to include the model of my phone. Sorry. It is a Nokia N79.
    Unfortunetly I don't have what you suggested
    Even my Nokia 6100 had it. It's strange that in the N79 I can't find it
    Thanks,
    Qqcsi

  • How to make an event repeatable in the Calendar? - No such field.

    Normally I would change the Repeat "never" field to weekly or whatever I want. 
    This time however the event suddenly closed while I was changing it to weekly.
    Now when I edit the event in the calendar there is NO repeat field at all. 
    How to bring it back?   Thanks!

    Darn because of a buggy touch screen that triggered right when you finish typing everything...you are have to delete and then retype the entire event? 
    Bummer, was looking for a more elegant solution or perhaps something in the UI (some kind of undo).  I'd expect that from Windows...but not iOS. 
    Oh well tip to remember, always type in notepad first, then copy and paste.  Never type directly into an app.

Maybe you are looking for

  • Server returned: 500 Internal Server Error or XMLException

    Runtime Error          UNCAUGHT_EXCEPTION Except.                CX_SOAP_CORE Date and Time          01.05.2008 20:13:24      ShrtText           An exception that could not be caught occurred.      What happened?           The exception 'CX_SOAP_CORE

  • How to export users and their roles/responsibilities from OBIEE 11g weblogic console ? (we have nearly 8000 users)

    Hi Gurus, I am not an expert in the OBIEE 11g security area, we have an urgent requirement where in i need to obtain the complete list of all users along with their roles/responsibilities.Ours is a big organization and there are nearly 8000 users. Pl

  • Restoring track and rating info in i tunes

    Having moved my music files from my c to d drive on my pc to free up disk space, all the associated data held in itunes (my rating, playlists, date added, playcount etc) seems to have been lost. I haven't synced my ipod though so wondered whether the

  • How to install maps on the N97?

    Hello, I am rather new to the N97. I tried to download and install the maps of Europe on my N97. I did it this way: - load Nokia Map Loader; select maps (Europe), download and install; - then the progress of downloading and installing can be seen on

  • Could I install GB 11 (6.0.5) on Mavericks?

    I use GarageBand to make enhanced podcasts. My work issued me a new MacBook Pro running Mavericks, but it has the new version (10?) of GB, which has lost the podcasting feature. Can I get the old version and put it on the computer? I tried to find it