Simple Question: Building a basic results page

I’ve followed the Dreamweaver CS3 help file:
”Building a basic results page” in building a simple
search and results page set for a very simple MySQL query. After
restarting multiple times, I’m not getting a results page,
but rather “HTTP 500” …no page to display of
course. After extensive web searches for possible help file errors,
suggestions, my errors, etc., I’m lost. I have programming
experience but not with Dreamweaver.
Thanks…The Nuch

> but rather
> ?HTTP 500?
What is the exact url address in the browser when you get the
http 500
error.
in your form, this is the action:
<form action="/member_result_test2.php"
That is a site root relative path, it starts with a leading
/slash.
are you testing this at a local host address like this,
http://localhost/mysite/myform.html
if yes, do NOT use site root relative paths. they won't work
for local
testing.
When you submit the form, it's going here to find the
processing script:
http://localhost/member_result_test2.php
instead of
http://localhost/mysite/member_result_test2.php
change the action path to a document relative path.
(you can use site root relative paths locally if you set up a
virtual host
name so you can use something like
http://mysite.local as a local
testing
url)
Alan
Adobe Community Expert, dreamweaver
http://www.adobe.com/communities/experts/

Similar Messages

  • Build a basic results page

    This question was posted in response to the following article: http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-78ada.h tml

    For Spry Slideshow Widget, this should help you: http://labs.adobe.com/technologies/spry/ui/docs/image_slideshow.htm
    For the item code thing, its a simple PHP search function where your script will execute a 'SELECT' MySQL query to figure out if the entered product code matches anything in your DB and it returns that item as a result. It'll be something like this. Your file should be saved as .php. Change 'localhost, username, password, dbname', according to your current setup. product_name is a column in your DB. Also, I'd highly recommend a set of books that's specifically written to cater to needs of people like you. I suggest you take a look at it. http://www.sitepoint.com/books/phpmysql5/
    Here's the code.
    mysql_connect('localhost', 'username', 'password');
    mysql_select_db('dbname');
    $sql = "SELECT * FROM table WHERE product_name LIKE '%" . mysql_real_escape_string($_GET['search_query']) . "%'";
    $result = mysql_query($sql) or die("Error in query $sql: " . mysql_error());
    while ($row = mysql_fetch_array($result)) {
        echo "Product: " . $row['product_name'] . "<br />";

  • Very simple question: Call JavaBean method on page load?

    Someone clicks on a URL that contains parameters like: http://server/page.jsf?param=b
    How do I trigger a JavaBean method to run during page load? I see many JSF examples where JavaBean methods get called during form clicks and that works great but here I want to run code on page load.
    This must be really simple; sorry I'm new to this technology.
    Must I use <% ... %> syntax or can I use actual JSF tags or configuration to accomplish this?
    Thanks very much in advance!

    Putting a lot of logic in getter( ) function is not the best idea considering that getter( ) could be called all over the place. Using constructor for same purpose is also a bad idea especially with request scope beans. This could also happen many times at different stages. You are right, having a page load concept could be useful. Unfortunately JSF framework does not support. You could architect around it in case desperate. Or if using JSF implementation of certain vendors like IBM, you can take advantage of their implementation that was extended to support pageLoad and postBack events (similar to .NET).
    Many postings on this forum dealt with topic. Feel free to review like this one:
    http://forum.java.sun.com/thread.jspa?forumID=427&threadID=541382

  • How to build search field/results page DW 8?

    Wondering how to add a search field/form using DW 8? What are
    the steps, is it easy in DW 8 or are there better, more efficient
    scripts out there?
    Been looking through the DW help - how can I add the search
    field to the upper right portion over the company's spelled-out
    name?
    http://www.enhancedwireless.net/index.html
    Thanks much
    KB

    Well im using DW 2004 so I'm not sure about a DW search form,
    but im pretty sure the extension works with both, if i remember
    correctly it is basically just a short cut to the full programme.
    Within the help file is the section of code you need to put the
    search box in the required section of the DWT file in DW. It will
    need a small amount of tweaking - ie getting rid of "powered by
    Zoom" etc.
    I actually paid for the professional version as I wasnt sure
    how many pages my site was going to be, but i think most functions
    work with the free version.

  • Build an advanced results page

    This question was posted in response to the following article: http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-78aaa.h tml

    how do you use this advanced record set using dreamweaver cs5 and php. this tutorial is unclear what has to be inputted in the variables

  • Results Page has disappeared - Captivate 5

    Hi, for some reason, the results pages for the questions in my captivate project have just disappeared. If I open a new project and I insert a new question, I get a results page. If I try to insert a new question in my current project, I don't get a results page. I'm sure I'm doing something stupid but can anyone help?
    Thanks,

    Hello and welcome to the forum,
    Could you check the Quiz Preferences - see screenshot.
    And did you check the filmstrip, the score slide will be after all scored objects, not always after the last question slide.
    Lilybiri

  • Simple question .... how to add photos to the body of my EMAILS -Found 1000 results for How do I add photos to my emails for Thunderbird

    Simple question - How do I add photos to the body of my emails . But instead of the answer - Found 1000 results for How do I add photos to my emails for Thunderbird. There are answers that don't apply at all to the question in anyway. Why does it have to be so hard to get a simple answer to a simple question?
    Thunderbird is acting much like Microsoft, the every reason I dumping MS Live Mail.

    First of all, much help for Thunderbird refers to menus which may not be visible. It would help you and us if you have your menus and toolbars visible.
    http://chrisramsden.vfast.co.uk/13_Menus_in_Thunderbird.html
    So, open a write window. Enable its menu and toolbar(s).
    Now do you see an "Insert" option?
    If not, you may be set to compose in plain text, which does not support embedded images.
    '''[http://kb.mozillazine.org/Menu_differences_in_Windows,_Linux,_and_Mac Tools|Account Settings]|{select account}|Composition & Addressing''' and ensure "Compose messages in HTML format" is ticked. If it wasn't already ticked, go back to composing a message. Any better now?
    Once you have HTML composition mode going, you can use '''Insert|Image''' or various permutations of copy-and-paste and drag-and-drop into your message body.
    A manual, of sorts: http://en.flossmanuals.net/thunderbird/composing-messages/

  • UIX: How to build multiple form search result page?

    I was wondering what UIX components I should use to build UIX search page that will return results in similar to Amazon.com-search-result-page? Currently UIX search page shows results in a read-only table. I need to display results in more user friendly way, one below the other where each row will be shown in read-only form manner (ie with messageTextInput components).
    And, say I want to show 10, 20, ... records per page. Actually similary to this forum search engine...

    See the problem is that I do not want to show results in the table. I am wondering how eBay, Amazon and other sites display these results in a page? When they return search result, all records are displayed one below each other but not in the table. right? Or maybe the table is just formated in a different manner? How?

  • Current Year and current month?simple question

    How can i get four Digit current Year and two digit current month. So if is march it should get me as 03 and the Year as 2002. Please do help me, is a simple question isn't it ?. Thanks for your earliest response.
    Thank you.

    i have a directory structre of the format
    REPTS2000209/E200209-98000001
    in which 2002 is current YEAR
    09 is current month
    and 9800001 is the code i would submit(list box) from a form
    so what i need is a program that can generate the above path and open that particular PDF file
    so basically E200209-98000001.pdf is the PDF file.
    i am submitting it from JSP page. PLEASE HELP ME how can i program.

  • Simple question:  I want to use iCloud as a back up disk for my documents folder.  How can I do this?  If I cannot do this, why am I paying for access to "the cloud?"

    Simple question:  I want to use iCloud as a back up disk for my documents folder.  How can I do this?  If I cannot do this, why am I paying for access to "the cloud?"

    iCloud does not provide general file storage or backup, so you cannot back up your Documents folder using it. You will need to find a third-party alternative - this page examines some options (some are free):
    http://rfwilmut.net/missing3
    iCloud at basic level, with 5GB is storage, is free: you only pay anything if you want to increase the storage space.

  • How do i prevent a slide that is after the quiz results page from showing?

    HI guys, I am trying to achieve the following in Captivate 6:
    1) Users answer questions. They have 2 attempts to pass with 70% or above.
    2) At the quiz results page, if the score is less than 70%, users get a button to retake the quiz. After the second attempt, If the percent is 70% or above, they can click a button to view a certificate or click a button to see a transcript. If the percent is less than 70%, they click a button to get a transcript but NOT a certificate.
    How can i accomplish this since i cannot add buttons to the quiz results page.

    Thanks for the feedback.
    I am trying to implement a simple hide/show routine and it does not work. This is what I want.
    I have two buttons (one to save a certifcate and one to save a course transcript).  I want to display those on the quiz results screen. The user has two chances to make a 70% or more on the quiz.
    If the user obtains less than 70% score on the first try, on the quiz results slide I want to hide the button to save the certificate but keep the one for the transcript. If the user passes with 70 or more, then both icons remain on screen.
    IF the user obtains less than 70% after the second try, the quiz results should only show the transcript button. If they pass with 70% or more, then both icons remain on screen.
    I tried advance interactions to hide or show the icons in the "on slide enter" on the quiz results screen but that did not work.
    This is an example of what i tried. if cpQuizInfoQuizPassPercent is less than 70% hide btncert. I also tried hiding the button and then assigning actions to show the button on passing the 70% but that did not work either.
    Suggestions?

  • How can I show Search Form parameter values in URI of Results page?

    I have searched through these pages for posts relating to caching but haven't seen any that relate to my issue.
    We run a website that accesses data through search forms and returns matching data to the requester in a results page. The search criteria are entered in a form and the results page is generated by a servlet that gets the search parameter values that the user entered using the GET method.
    I would like rewrite this Search page using JDeveloper to bring our old code up to date and take advantage of new features that should help performance. In particular, I want to utilise the WebCache.
    To use the WebCache effectively, the cache needs to know what the search criteria were when it delivers a page so that repeated requests using the same criteria can be served directly from the cache.
    The data retrieved by a query may change from one search to to the next so I can't use time-based caching. But, I can use the WebCache Invalidation interface from the back-end DB server to flush old data out of the WebCache when it is changed, but to flush out the correct pages I need to know the parameter values passed.
    If I just follow the demos, it seems like the search parameters are all hidden in beans or something which means that the Web Cache can't be used for what I want. The parameter values are important.
    So my question is: is there a way of showing the search parameters used in the URI to the Results page? Can the old GET method of parameter passing be used (or can I somehow just put the old style parameters onto the URI?)
    Alternatively, is there a simple How To or Demo on how to use the Web Caching facility with JSF?
    (ADF Caching and Java Object caching do not seem appropriate for my needs. ADF caching seems to be limited to having fragments cached for fixed periods of time and Java Object caching is orders of magnitude slower and involves the Application Server.)
    Thanks for any advice,
    Andy

    Sorry - should have said I'm using JDev 10.1.3.0.4 with JSF & ADF BC.

  • A few simple questions from a new Iphone user

    Hi a few simple questions, just got an iphone 2g - 2nd hand so not really sure what to expect. Anyway I guess my first question is about mine sometimes being a little slow - when I look at contacts and sometimes when sending a txt it slows down/freezes a little - normal?
    Secondly Edge - I havent used it much but when I have its been painfully slow, is this normal - is it always really slow - cause I had read despite not being 3g Edge was actually pretty fast - what exactly is data roaming by the way? I mean I have been switched off as basically I dont wanna use the internet till next month when they change my contract to one I get unlimited access on - is that right?
    Im having a problems syncing videos to it - it just wont sync some but will others and Im not sure why - theyre same file type and they used to sync to my ipod touch but now they wont for some reason
    Cheers

    I have the origina iPhone.
    Downloaded 2.0, synced phone with everything UNchecked. Installed 2.0. Synced with all the options checked to reload my data. The iPhone has been great. Noticed a little lag when I opened contacts. Installed the new upgrade, and everything is back, no lag.
    Edge is Edge and nothing more. It is slow compared to a strong 3g signal. But is liveable most of the time. Heavy traffic can slow it down to barely usable.
    My four wheel drive club has a web site with a large photo section. I was standing out in the middle of parking lot in San Jose, Ca and showing a friend some photos. It opens up a page of small picts to choose from. Select a print and it enlarges, He was amazed at how fast they appeard. Especially given the quantity of photos.

  • Data fails results page display with msdb

    I am using Dreamweaver 8 with ASP VB Script. IIS and localhost.
    I have a search page, a database and a results page.
    I have set up a search page with this code:
    <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
    <!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=iso-8859-1" />
    <title>Key Word Search</title>
    <style type="text/css">
    <!--
    body {
                background-color: #000000;
    .style1 {
                color: #FFFFFF;
                font-family: Arial, Helvetica, sans-serif;
                font-weight: bold;                                                                             
    -->
    </style>
    <script type="text/JavaScript">
    <!--
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_validateForm() { //v4.0
      var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
      for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]);
        if (val) { nm=val.name; if ((val=val.value)!="") {
          if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
            if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
          } else if (test!='R') { num = parseFloat(val);
            if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
            if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
              min=test.substring(8,p); max=test.substring(p+1);
              if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
        } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
      } if (errors) alert('The following error(s) occurred:\n'+errors);
      document.MM_returnValue = (errors == '');
    //-->
    </script>
    </head>
    <body>
    <form action="data_base_results.asp" method="get" name="search" target="_blank" id="search">
      <div align="center">
        <p class="style1">Key Word Search:</p>
        <p class="style1">
          <label>
          <input name="keyword" type="text" id="keyword" value="<%= Request.QueryString("search") %>" size="30" maxlength="30" />
          </label>
          <input name="Submit" type="submit" onclick="MM_validateForm('keyword','','R');return document.MM_returnValue" value="Submit" />
          <input name="Reset" type="reset" id="Reset" value="Reset" />
        </p>
      </div>
    </form>
    </body>
    </html>
    The data base is set up and tested OK with the following:
    "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\inetpub\wwwroot\sciweb_root\sciencelinkcafe11kj.mdb"
    The results page is set up and tested OK using the following code:
    <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
    <!--#include file="Connections/connSciWeb.asp" -->
    <%
    Dim rsSearch__MMColParam
    rsSearch__MMColParam = "1"
    If (Request.QueryString("search") <> "") Then
      rsSearch__MMColParam = Request.QueryString("search")
    End If
    %>
    <%
    Dim rsSearch
    Dim rsSearch_numRows
    Set rsSearch = Server.CreateObject("ADODB.Recordset")
    rsSearch.ActiveConnection = MM_connSciWeb_STRING
    rsSearch.Source = "SELECT KeyWords, Link, Year FROM Table1 WHERE KeyWords LIKE '%" + Replace(rsSearch__MMColParam, "'", "''") + "%' ORDER BY Year ASC"
    rsSearch.CursorType = 0
    rsSearch.CursorLocation = 2
    rsSearch.LockType = 1
    rsSearch.Open()
    rsSearch_numRows = 0
    %>
    <%
    Dim Repeat1__numRows
    Dim Repeat1__index
    Repeat1__numRows = 10
    Repeat1__index = 0
    rsSearch_numRows = rsSearch_numRows + Repeat1__numRows
    %>
    <!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=iso-8859-1" />
    <title>Search Results</title>
    <style type="text/css">
    <!--
    body {
                background-color: #000000;
    .style2 {
                font-family: Arial, Helvetica, sans-serif;
                font-weight: bold;
                font-size: 14px;
    .style3 {
                font-family: Arial, Helvetica, sans-serif;
                font-weight: bold;
                color: #FFFFFF;
    body,td,th {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                font-weight: bold;
    a:link {
                color: #000000;
                text-decoration: none;
    a:visited {
                color: #000000;
                text-decoration: none;
    a:hover {
                text-decoration: underline;
                color: #000000;
    a:active {
                text-decoration: none;
    #Layer1 {
                position:static;
                width:775px;
                height:25px;
                z-index:1;
                left: 541px;
                top: 270px;
                background-color: #00FFFF;
                color: #000000;
                padding-top: 10px;
    .style5 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px; color: #000000; }
    .style7 {color: #000000}
    -->
    </style></head>
    <body>
    <div align="center">
      <p class="style3"> </p>
      <p class="style3">HERE ARE THE RESULTS OF YOUR KEYWORD/S SEARCH: </p>
      <p class="style3"> </p>
      <table border="2" cellpadding="2" cellspacing="5">
        <tr bgcolor="#999999">
          <td width="164" height="40" bordercolor="#FF0000"><div align="center" class="style2">Keyword/s</div></td>
          <td width="164" bordercolor="#FF0000"><div align="center">Year</div></td>
        </tr>
        <% While ((Repeat1__numRows <> 0) AND (NOT rsSearch.EOF)) %>
        <tr>
          <td height="22" bordercolor="#FF0000" bgcolor="#00FFFF"><div align="center" class="style2"><%= LCase((rsSearch.Fields.Item("KeyWords").Value)) %></div></td>
          <td bordercolor="#FF0000" bgcolor="#00FFFF"><div align="center"><%=(rsSearch.Fields.Item("Year").Value)%></div></td>
        </tr>
        <%
      Repeat1__index=Repeat1__index+1
      Repeat1__numRows=Repeat1__numRows-1
      rsSearch.MoveNext()
    Wend
    %>
      </table>
      <p> </p>
      <table width="853" border="2" cellpadding="2" cellspacing="5">
        <tr bordercolor="#FF0000" bgcolor="#999999">
          <td width="164" height="40"><div align="center" class="style7"><a href="data_base_search.asp" class="style2">Search again </a></div></td>
          <td width="110"> </td>
          <td width="115"> </td>
          <td width="200"> </td>
          <td width="200" height="40"><div align="center" class="style7"><a href="index.html"><span class="style2">Return home </span></a></div></td>
        </tr>
      </table>
    </div>
    </body>
    </html>
    <%
    rsSearch.Close()
    Set rsSearch = Nothing
    %>
    When the results page is tested the following comes up:
    Can anyone help me? Help very gratefully received. Kev

    >Yes, I can get a simple ASP page to render
    So something that outputs text like
    response.write "test"
    works fine?
    >Should I reinstall IIS7 then?
    I would reinstall - the missing exe file is troubling and you need to be able to enable detailed error messages if you have any hope in developing applications. You might be able to configure that via IIS control panel rather than the command line - you'd need to check the IIS forums for more details.
    >Is the version of windows and edition OK?
    The Windows version you have should be fine. I believe that Windows 7 Home Basic only supports limited IIS7 functionality - no ASP or .NET. But I believe Premium supports it fully.

  • Results page only displays partial record

    Hello everyone: I am new to this forum and would like to
    request some help. I have searched and searched but cannot find the
    answer to my problem on this forum or others.
    I problem is as follows;
    I have a results page which displays the complete version a a
    single news story. I am pulling the story with a simple URL
    Parameter. The PHP tage for the affected field contains a simple
    nl2br statment and I am not using any complicated queries to pull
    the data.
    When I update the record from the update page I get no errors
    of any kind, but when I load the page that displays the updated
    record, the contents of the field in question is trucated.
    I cannot see any problems with any of the code and I am quite
    baffled by it.
    Here is the code for the record display
    <?php echo nl2br ($row_rsNews['story']); ?>
    And this is the code for the update action
    <?php
    function GetSQLValueString($theValue, $theType,
    $theDefinedValue = "", $theNotDefinedValue = "")
    $theValue = (!get_magic_quotes_gpc()) ?
    addslashes($theValue) : $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;
    $editFormAction = $_SERVER['PHP_SELF'];
    if (isset($_SERVER['QUERY_STRING'])) {
    $editFormAction .= "?" .
    htmlentities($_SERVER['QUERY_STRING']);
    if ((isset($_POST["MM_update"])) &&
    ($_POST["MM_update"] == "updatenews")) {
    $updateSQL = sprintf("UPDATE news SET `date`=%s,
    subtitle=%s, title=%s, story=%s, image=%s, thumb=%s WHERE id=%s",
    GetSQLValueString($_POST['date'], "date"),
    GetSQLValueString($_POST['subtitle'], "text"),
    GetSQLValueString($_POST['headline'], "text"),
    GetSQLValueString($_POST['story'], "text"),
    GetSQLValueString($_POST['image'], "text"),
    GetSQLValueString($_POST['thumb'], "text"),
    GetSQLValueString($_POST['id'], "int"));
    mysql_select_db($database_ifbdb, $ifbdb);
    $Result1 = mysql_query($updateSQL, $ifbdb) or
    die(mysql_error());
    $updateGoTo = "news_list.php";
    if (isset($_SERVER['QUERY_STRING'])) {
    $updateGoTo .= (strpos($updateGoTo, '?')) ? "&" : "?";
    $updateGoTo .= $_SERVER['QUERY_STRING'];
    header(sprintf("Location: %s", $updateGoTo));
    $colname_rsNews = "-1";
    if (isset($_GET['id'])) {
    $colname_rsNews = (get_magic_quotes_gpc()) ? $_GET['id'] :
    addslashes($_GET['id']);
    mysql_select_db($database_ifbdb, $ifbdb);
    $query_rsNews = sprintf("SELECT * FROM news WHERE id = %s",
    $colname_rsNews);
    $rsNews = mysql_query($query_rsNews, $ifbdb) or
    die(mysql_error());
    $row_rsNews = mysql_fetch_assoc($rsNews);
    $totalRows_rsNews = mysql_num_rows($rsNews);
    ?>
    I would truly appreciate any help this group can
    offer.

    Hi Gunther:
    I am really quite embarrassed, about this but I think I found
    the problem...
    I had a look at the table configuration in MySQL
    Administrator, and there was the problem staring me right in the
    face.....
    The field 'story' was set to VARCHAR(255) ! I reset it to
    TEXT and all is fine now!
    Please accept my sincerest thanks for your help. Your
    suggestion to check if I was using a textarea is what led me to
    check the datatye again. I have no idea how it got changed but I
    now know where to check first if it happens again.
    Thaks a ton!!!!!

Maybe you are looking for

  • Maverick as a fix for Mail ??

    I am running Lion 10.7.5    My Apple Mail randomly fails to place a "Sent" message in the "Sent" folder, yet the e-mail goes through.  More likely to happen with larger files, but not exclusively.  Applecare has tried to help, but they were stumped a

  • Does SunOS support WinZip32 ??

    Hi friends,, A password protected zip file created in windows OS needs to be transferred to a different environment which has SunOS . Please confirm how to unzip this transferred file in SunOS. If possible please let us know the procedure... Also con

  • App Store does not install

    I am running OS X 10.6.8 and the App Store is missing. I have tried multiple reinstalls (including the 10.6.8 v1.1 update combo) but it does not help. I want to upgrade to Mountain Lion but can't do so without the App Store. I have contacted support

  • Integrating Mapviewer and OBIEE 11G

    Hi all, I am unable to get a map to be displayed in an answers report. I have imported Layers, Background Maps and images into Answers under the Administration - Manage Map Data In there I am able to display a map from the menu options Edit Backgroun

  • Device Driver nowhere to be found - CNF9055

    I've been searching the internet for hours and there's no lead whatsover to the driver for the "Chicony Electronics Co., Ltd CNF9055 Toshiba Webcam (CNF9055)". UPDATE : Here's some info about my Laptop : - Model : Satellite L750 - Part Number : PSK2Y