Dreamweaver - Button Redirect To Web or Mobile Depending On Device

In Dreamweaver, I have four buttons linking to various social media sites. (Facebook, Instagram, LinkedIn and YouTube)  I would like to script the buttons so that the browser will redirect to either the web-based version of the site or link to the mobile url of the application depending on the user device. Would I edit the coding for the hyperlink or is it better to tell the site to search for mobile browsers initially? I am a little confused, any help would be greatly appreciated. The links in question are in the SOCIAL MEDIA BUTTONS TABLE towards the end.
<html>
<head>
<title>CYM 2.0 APLHA/TEST</title>
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  <meta name="description" content="mainreel" />
  <!-- START SLIDER HEAD SECTION -->
    <!-- SLIDER 1 STYLE -->
  <link rel="stylesheet" type="text/css" href="engine1/style.css" />
  <script type="text/javascript" src="engine1/jquery.js"></script>
  <!-- END SLIDER HEAD SECITON -->
    <!-- START - MOUSEOVER SCRIPT -->
    <script type="text/javascript">
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
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_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    <!-- END - MOUSEOVER SCRIPT -->  
</head>
<body style="margin:auto" onload="MM_preloadImages('cym_btns/vid_btnOVER.png','cym_btns/photo_btnOVER.png','cym_btn s/test_btnOVER.png','cym_btns/fb_btnOVER.png','cym_btns/insta_btnOVER.png','cym_btns/linke din_btnOVER.png','cym_btns/youtube_btnOVER.png')">
<!-- START - TOP BANNER -->
<div align="center"><img src="cym_images/unnamed.png" width="792" height="207">
  </div>
<!-- END - TOP BANNER -->
<!-- START - MAIN BANNER SLIDESHOW -->
<div id="wowslider-container1">
  <div class="ws_images"><ul>
  <li>
   <div align="center"><img src="data1/images/tasha_wayne308.jpg" alt="tasha_wayne-308" title="tasha_wayne-308" id="wows1_0"/></div>
  </li>
  <li><img src="data1/images/ricky_chrissy256.jpg" alt="ricky_chrissy-256" title="ricky_chrissy-256" id="wows1_1"/></li>
  <li><img src="data1/images/wedding24.jpg" alt="wedding-24" title="wedding-24" id="wows1_2"/></li>
  <li><img src="data1/images/ricky_chrissy176.jpg" alt="ricky_chrissy-176" title="ricky_chrissy-176" id="wows1_3"/></li>
  <li><img src="data1/images/jon_jordan170.jpg" alt="jon_jordan-170" title="jon_jordan-170" id="wows1_4"/></li>
  <li><img src="data1/images/tasha_wayne150.jpg" alt="tasha_wayne-150" title="tasha_wayne-150" id="wows1_5"/></li>
  <li><img src="data1/images/beth_ray300.jpg" alt="beth_ray-300" title="beth_ray-300" id="wows1_6"/></li>
  <li><img src="data1/images/tasha_wayne365.jpg" alt="tasha_wayne-365" title="tasha_wayne-365" id="wows1_7"/></li>
  <li><img src="data1/images/wedding20.jpg" alt="wedding-20" title="wedding-20" id="wows1_8"/></li>
  <li><img src="data1/images/tasha_wayne439.jpg" alt="tasha_wayne-439" title="tasha_wayne-439" id="wows1_9"/></li>
  <li><img src="data1/images/wedding373.jpg" alt="wedding-373" title="wedding-373" id="wows1_10"/></li>
  <li><img src="data1/images/ricky_chrissy260.jpg" alt="ricky_chrissy-260" title="ricky_chrissy-260" id="wows1_11"/></li>
  <li><img src="data1/images/beth_ray375.jpg" alt="beth_ray-375" title="beth_ray-375" id="wows1_12"/></li>
  <li><img src="data1/images/jon_jordan198.jpg" alt="jon_jordan-198" title="jon_jordan-198" id="wows1_13"/></li>
  <li><img src="data1/images/ricky_chrissy23.jpg" alt="ricky_chrissy-23" title="ricky_chrissy-23" id="wows1_14"/></li>
  <li><img src="data1/images/tasha_wayne64.jpg" alt="tasha_wayne-64" title="tasha_wayne-64" id="wows1_15"/></li>
  <li><img src="data1/images/wedding15.jpg" alt="wedding-15" title="wedding-15" id="wows1_16"/></li>
  <li><img src="data1/images/wedding295.jpg" alt="wedding-295" title="wedding-295" id="wows1_17"/></li>
  </ul></div>
  <div class="ws_shadow"></div>
  </div>
    <!-- START SLIDER 1 STYLE -->  
  <script type="text/javascript" src="engine1/wowslider.js"></script>
  <script type="text/javascript" src="engine1/script.js"></script>
  <!-- END - MAIN BANNER SLIDESHOW -->
  <!-- START - BUTTONS  -->
  <!-- VIDEOGRAPHY BUTTON -->
<div align="center">
  <table width="900" border="0">
    <tr>
      <td width="305"><a href="newcym.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('vid_btn','','cym_btns/vid_btnOVER.png',1)"><img src="cym_btns/vid_btn.png" width="305" height="173" id="vid_btn"></a></td>
  <!-- TESTIMONIAL BUTTON -->
      <td width="305"><a href="newcym.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('test_btn','','cym_btns/test_btnOVER.png',1)"><img src="cym_btns/test_btn.png" width="305" height="173" id="test_btn"></a></td>
  <!-- PHOTOOGRAPHY BUTTON -->
      <td width="305"><a href="newcym.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('photo_btn','','cym_btns/photo_btnOVER.png',1)"><img src="cym_btns/photo_btn.png" width="305" height="173" id="photo_btn"></a></td>
    </tr>
  </table>
<!-- SOCIAL MEDIA BUTTON TABLE -->
  <table width="950" border="0">
    <tr>
      <td width="316"> </td>
      <td width="305"> </td>
      <td width="315"> </td>
    </tr>
    <tr>
      <td> </td>
      <td><div align="center">
      <a href="http://www.facebook.com" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('fb_btn','','cym_btns/fb_btnOVER.png',1)"><img src="cym_btns/fb_btn.png" width="75" height="75" id="fb_btn"></a>
      <a href="http://www.instagram.com" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('insta_btn','','cym_btns/insta_btnOVER.png',1)"><img src="cym_btns/insta_btn.png" width="75" height="75" id="insta_btn"></a>
      <a href="http://www.linkedin.com" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('linkedin_btn','','cym_btns/linkedin_btnOVER.png',1)"><img src="cym_btns/linkedin_btn.png" width="75" height="75" id="linkedin_btn"></a>
      <a href="http://www.youtube.com" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('youtube_btn','','cym_btns/youtube_btnOVER.png',1)"><img src="cym_btns/youtube_btn.png" width="75" height="75" id="youtube_btn"></a></div></td>
      <td> </td>
    </tr>
    <tr>
      <td> </td>
      <td> </td>
      <td> </td>
    </tr>
  </table>
</div>
  <!-- END - SOCIAL MEDIA BUTTONS TABLE -->
</body>
</html>

When you visit https://facebook.com on an ipad it goes to https://facebook.com, not the mobile version https://m.facebook.com
I think OP wants the latter to happen when you visit facebook.com from an iPad and other mobile devices. If you want to link to the mobile app you might be able to look into applinks for deep-linking mobile app links in your website http://applinks.org/documentation
FWIW FB, YT, Twitter, and LI do have separate web URLs for Mobile Devices.

Similar Messages

  • Hi, problem occurs when I'm clicking a button or a new url on the current site. For instance, when i clicked that "Ask This" button on this web site, It redirects me to the default homepage. I cant go back and I'm losing the previous web site HELP PLEASE!

    Hi, problem occurs when I'm clicking a button or a new url on the current site. For instance, when i clicked that "Ask This" button on this web site, It redirects me to the default homepage. I cant go back and I'm losing the previous web site HELP PLEASE!

    Try the Firefox SafeMode. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    # You can open the Firefox 4.0 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    # Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    If it is good in the Firefox SafeMode, your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • How do I remove download links/button redirect to accurate download

    When I go to some sites that have a download link underscored in blue or a button next to text or any other part of the page, I was able to click and download the file. When you point at the link or button you would see the path it will take to download the file. It would have the website name your visiting plus other codes.
    But on returning to these sites, when I choose what I want to download, the link or button wants to go to accuratedownload.com. It presents the name of the item I want and with a .EXE extension. My main browser is Firefox version 26.0 on my XP PC. I test Internet Explorer and it produces the same results. Something has changed. I go to the site on my mobile phone, I am able to download the file from the same site and the links/buttons are not embedded with codes to go to accuratedownload.com. I do not know what to call this problem since I had no luck in finding solutions to redirection being embedded in a link or button on a web page that worked fine.
    I've tried a reset Firefox, my profile, running Symantec Anti-Virus, Malwarebytes Anit-Malware, Clearing history and so on. The problem still occurs. Need Help.
    Note: It would be nice if when the Download Screen pops-up, that we could rename the download file to a name we want (Saves time). Even if you rename the file, the history should record where it came from with the original name if it needs to be downloaded again.

    To let you know, When I did a reset and restarted Fire Fox without the Add on's. I tested each user account on my PC. Each user account that used Fire Fox or Windows Explorer showed the same symtoms.
    Back to troubleshooting, I've completed a scan using Sothos Free Virus Removal Tool. After a lengthy scan of every drive, partition, USB Thumb Drive and so on that it found, in about 5.5 hours it found Mal/FakeAvCn-C, Mal/JavDlEx-A and CXmal/BadLnk-A and continued by clicking the Clean Up button and that took about 15 minutes for some reason. Then it asked to send the log to Sophos. I clicked send and it failed to get to them.
    I tried going on the internet to test the cleanup by clicking on some links and buttons. I could not get on the internet. I found that the NIC card was not working. Don't know why now but probably was affected by the scan. I found myself troubleshooting and reinstalling NIC drivers several times before the NIC card started to run correctly.
    I read you post and tried to change the proxy settings in Fire Fox to "No Proxy." The scan, clean up and proxy settings change did not remove the embedded paths in links or buttons that allow you to download or be sent to the intended location. It still had paths to accuratedownload.com and eachdownload.com.
    Question: By default is the proxy setting suppose to be "Use system proxy settings"? Should I put this back to this setting.
    Windows Explorer has the same problem. Is Fire Fox a stand alone product or does it build parts of itself using Windows Explorer?
    =========
    Besides the scans and removal done to the registry, the scans it did on the files and folders, the Sophos log shows the virus attached to files in Documents and Folders, All Users (and other user accounts), Application and data folders, Java and Cache, including any shortcuts and long cryptic files like (pg42l784fcuo452hsb6cfbkoke045p75f2e02887m).
    When programs fail to delete or cleanup after themselves, what locations can be safely deleted manually?

  • Adding a custom button in agile web client GUI.

    Hi,
    Is it possible to add a custom button in agile web client GUI?. Since i am totally new in the agile world, please provide some guidelines.
    thanks,
    Uday

    Yes, there are ways to add buttons to the user interface. The solution depends on your use case. If you are wanting to add a button in the same area that you see other action buttons, like the Save or Edit buttons, then you can do by following the instructions in the Navigation Extensibility Guide. You can find this document in the Extensibility Pack documentation online. All the online documentation can be found at http://www.oracle.com/technetwork/documentation/agile-085940.html#plmprocess - select the Extensibility Pack and you'll find the Navigation Guide in there.

  • Is there a way to submit a pdf form without redirecting my web page?

    I have a fillable pdf form inside of a web page.  When a user clicks on a submit button I have the pdf calling the submitform method.  This redirects the web page to the url I specified inside of my pdf document.  I don't want the web page to be redirected.  I would like to have the pdf submitted to the server and know when I have handled the submission.  Is there a way to do this? 

    Normally you'd return an (X)FDF in this situation. It can contain content that causes an informative popup dialog to be displayed to the user, fill in form fields, and some other things. Are you able to reprogram the server to return an FDF instead of HTML?

  • How do I include a dreamweaver font into a Web site?

    Hello,
    I have chosen the font-family 'Stencil' within Dreamweaver whilst building a Web site.
    How can I ensure that this font-family is uploaded to the actual Web site so that the text which I want to display in that font is available to all browsers out there?    From forums I have read it looks like it will do it anyways but it does not seem to be working.  Help!
    Thank you!
    Michael

    Hi Ken,
    Thank you very much, I really appreciate your reply!
    To be honest, I found those stencil fonts earlier, but thank you for pointing them out to me as I only just discovered them  :-)
    In this particular instance I need a bit of a variation on this stencil font.   I have taken a screen shot of the site CodeBlueRecruitment.com.au as I see it on my computer, so was hoping to get that version of stencil out of Dreamweaver CS5.5 and onto the live site so that it can be accessed via everyone as you are right it wouldn't be on many visitor's devices I would agree.
    I would be thrilled with any advice on that one :-)   I have been reading a lot of forums but can't seem to hit the nail on the head.
    Thanks again.
    Best regards,
    Michael

  • Opening a long URL on click of button in CRM Web UI

    Hi Experts,
    I am facing an issue while opening a long URL (length greater than 255 char) on the click of a button in CRM Web UI.
    I have declared an attribute zv_url type string and populated the variable in event handler.
    Thereafter I have written below logic in .htm:
    <script type="text/javascript" language="javascript">
    window.open("<%=controller->zv_url%>").focus();
    </script>
    But the logic is not opening my URL, it is just opening a web window 'res://ieframe.dll/http_400.htm' with error page HTTP 400 Bad Request.
    If I try to modify the variable zv_url in debugging with a short url say 'http://www.google.com', it works correcly but due to the length of url, the logic is opening error page.
    Can you please help me out with this issue?
    Thanks in advance,
    Nitin Karamchandani.

    Hi Nitin,
    i will give you one suggestion when you click on button this url you need to open right.
    i have faced same problem last time. so at that moment i have done my code in do_prepare_output.
    when ever your declare your button properties there is one property onclientclick.
    CONCATENATE 'javascript:window.open( "http://YOURLINK.com:8000/sap/bc/gui/sap/its/webgui/!?~transaction=TCODE&~okcode=ICEXECUTE&sap-user=crm_remote&sap-password=sap_user&sap-client=300&IP_VBELV=' zvbeln '&~okcode=/00&");' INTO
    lv_string.
       ls_button-type     = cl_thtmlb_util=>gc_icon_print.
       ls_button-text     = 'PRINT'.
       ls_button-enabled  = me->view_group_context->is_view_in_display_mode( me ).
       ls_button-on_click = 'PRINT'.                             "#EC NOTEXT
       ls_button-on_client_click = lv_string.
       APPEND ls_button TO gt_button.
       CLEAR ls_button.
    try this..
    Thanks & Regards,
    Srinivask.

  • Custom master page branding is missing buttons to add Web Parts

    I've created a custom master page which does not display the "add" or "cancel" buttons when adding web parts to the page. These elements are controlled by CSS tags such as: .ms-wpadder, .ms-wpadder-cell, .ms-wpadder-buttonArea, .ms-wpadder-zoneArea, #s4-ribbonrow
    among others. I have attached a screenshot on my SkyDrive account
    SharePoint Master Page Screenshot
    which displays the web part objects but not the buttons to add them to your page. The cells of the #s4-ribbonrow are red .ms-wpadder-cell have been colored orange for display purposes. Here is some code I am experimenting with to solve the problem
    #s4-ribbonrow{background-color:red !important; padding-bottom:50px !important;min-height: 43px; max-height:200px; overflow-y: hidden;}
    .ms-wpadder-buttonArea .ms-wpadder-zoneArea{padding-bottom:50px; background-color:aqua;}
    .ms-wpadder-cell{min-height:220px !important; background-color:orange;}
    .ms-wpadder{padding-bottom:50px !important;}
    #RibbonContainer{background-color:transparent;}
    body #s4-ribboncont{background-image:none; padding-top:150px;}
    Alex Dove - MA, MCP, SharePoint certified developer

    Hi Pivotal,
    I think you use other style, because I apply your style on v4.master but this hide all ribbon
    panels, anyway I think your issue related with  
    body #s4-ribboncont
    padding-top: 150px;
    Try to decrease or remove padding-top.
    Hope that helps a little
    Regards,
    Senior Sharepoint Developer [email protected]

  • I need help adding an additional button to a web template

    Hello,
    I am trying to add an aditional button to a web template I inherited.  I am not a web person just trying to fill a gap at the company.
    If you look at my test server www.pondviewtech.com I want to add another button above the request demo one.  I have tried a bunch of things:  making the button smaller, adding a similar line to my index file as the same button, deleting the "Welcome to" text.  The best I could get was this www.pondviewtech.com/buttontest.html .  I have attached my buttontest.html file.  I couldn't figure out how to paste a few lines of code in this page.
    I didn't create the template so if it is a mess don't worry about my feelings.
    Thanks for any help or suggestions.

    Change this -
            <p><u>Welcome to Automated Compliance Solutions</u></p>
            <p><a href="contactacs.htm"><img src="button.png" width="266" height="56" border="0" align="right" /></a></p>
    to this -
            <p><u>Welcome to Automated Compliance Solutions</u></p>
            <p><a href="yourlink.htm"><img src="yourbutton.png" width="266" height="56" border="0" align="right" /></a></p>
            <p><a href="contactacs.htm"><img src="button.png" width="266" height="56" border="0" align="right" /></a></p>
    Be aware that my suggestion here is NOT valid XHTML, but since you are not a web developer, and the 'invalid' markup that I have suggested will not affect the rendering or operation of the page, I decided to keep it simple for you.  In my suggestion, "yourlink.html" refers to the page to which you want this button to link, and "yourbutton.png" refers to the filename of the button image (obviously you'd want to change this to correspond to the filename and extension of the image you have created).

  • BUTTON IS NOT WORKING IN MOBILE DEVICE

    Dear All,
    I DEVELOPED A MODULE POOL PROGRAM WITH 2 SCREEN.
    WHEN I CLICK NEXT BUTTON IT WILL CALL 2ND SCREEN.
    ITS WORKING FINE IN SAP.
    NOW I AM CREATING URL FOR THIS PROGRAM AND BY ITS I AM CALLING THIS PROGRAM IN MOBILE / BARCODE SCANNER  DEVICE.
    INPUT SCREEN IS COMING WHEN I CLICK NEXT BUTTON ITS NOT CALLING 2ND SCREEN.
    Pls suggest.
    moosa

    CLOSED

  • How do I get rid of the tab under my row of tabs, saying "Retrieving buttons from My Web Search"?

    Hi,
    Under my row of tabs, there is a row that says "Retrieving buttons from My Web Search".
    This has been appearing for the past 3 days and I have no idea how to remove it. It is obviously failing to retrieve any 'buttons' from my 'web search'. On the far right side of the row, there is a button which has the options of:
    *My Web Search Version
    *Enable Offline Browsing
    *Colour Buttons Always
    Whichever one I click, it stays the same.
    Any help would be muchly appreciated.
    Thanks

    If the folder is deleteable, then tap on the Edit button at the top of the list of mail folders, tap on the folder that you want to delete, and on the next screen tap the Delete Mailbox button - that should move the folder to the Trash folder.
    Edit : spelling auto-correct corrected

  • Integrating PL / SQL with a Button on a Web Page ...

    I would be very grateful if someone could help with the following query.
    I have a database with a table called '*Tbl1*', which contains the following columns:-
    1). tbl1_unique_id (number, primary key);
    2). tbl1_title (VARCHAR2, 200);
    3). tbl1_description (VARCHAR2, 2000);
    4). tbl1_notes (VARCHAR2, 500);
    5). tbl1_status (Open, Closed).
    I have also created a page, which displays all of the records where the tbl1_status is equal to 'Open'.
    What I would like to do is add a button to the page, which when pressed, replaces whatever information is in the tbl1_notes column with a default statement.
    I have managed to produce PL / SQL code, which will query the table and update only those rows where tbl1_status is equal to 'Open' when using the 'SQL Commands' window, but I am having trouble integrating it with a button on the web page.
    I think that I need a 'Page Process', but I do not know what type (Data Manipulation, On Demand, PL / SQL, etc) or how to set it up correctly.
    Any help you can provide with regard to the above query will be appreciated.

    Trevor,
    Navigate to the page where you would like to add the process. Add the button if you've not already done so. Then click the "create page process" button under the Page Processing column.
    Select PL/SQL and click Next >.
    Enter a Name and click Next >.
    Paste your code from the SQL Workshop and click Next >.
    Enter success/failure messages if you like and click Next >.
    Select the button you added and click Create Process.
    Regards,
    Dan
    Blog: http://DanielMcGhan.us/
    Work: http://SkillBuilders.com/apex/

  • How does one disable a button in the web UI?

    How does one disable a button in the web UI? I am trying to disable the edit button in the web UI for Accounts. What are the steps to take in order to accomplish that?

    Hi Abdul,
    Locate the Toolbar group group for that application. It should be ACC_OIC01 in your case. You can deactivate a specific button (event) under the toolbar group.
    Regards,
    J.Prabananth

  • Error attempting to write location redirection to web server (Windows NT error number -2147467259 occurred)

    I'm seeing an error pop up on a development server... error
    2408:
    "Error attempting to write location redirection to web server
    (Windows NT error number -2147467259 occurred)"
    Any idea what this is? I can't seem to find anything
    solid.

    I'm having the same problem but it just started.  Logged in last week from work computer running IE 8.0.8 with no problems.  Today I keep getting problem connecting to server.   Clicking on the error indicator gets me the same error.
    Message: Object expected
    Line: 5
    Char: 1963
    Code: 0
    URI: https://setup.icloud.com/ajax_sender.html
    Tried clearing browser history,cookies, etc.. nothing works.

  • How do you get Automator to click a button on a web page?

    New to mac automation.  Finding the basic handling of URLs in automator relatively straightforward.  Cannot see however you can automate the click of a button on a web page.  Can any one help? 
    MacBook pro. Mountain lion.

    Watch Me Do may work, but it's also likely to fail.  The action records mouse and keyboard actions as they take place on screen.  If the (aptly abbreviated) WMD action doesn't find the expected screen elements--everything just where it first was when the recording was made--it will usually bomb.  In other words, WMD doesn't, for instance, find fields or buttons on a webpage, it simply navigates to a screen location and tries to type/click as it has been instructed in that spot.  A few pixels off, boom!
    As for AppleScript, here's one place to begin: http://www.macosxautomation.com/applescript/learn.html.  Look at the Beginner's Tutorial "start here" link materials.
    Explore the Mac OS X Technologies subforum, https://discussions.apple.com/community/mac_os/mac_os_x_technologies.  It's where the AppleScript mavens can be found.  If you search that forum for "learn AppleScript," you'll find great advice.

Maybe you are looking for

  • How to configure the following scenario?

    I have a following requirement: I am selling an equipment to a customer and the delivery has taken place in Jan 2008. However as per the requirement I can recognize the revenue only in after installation which will be in March 2008. However I will be

  • RFC Sender Channel

    Hi Experts, I am dealing with RFC channel(sender). How can we incorporate Qos in RFC?? It's taking BE by default. But how to make it EO and EOIO? Please suggest T& R Sushama

  • What's the deal with error -36?

    Okay. I'm a football coach, and I spend a lot of time working with video. Unfortunately, the sole reason I purchased a Mac (video editing) is malfunctioning, and no longer allows me to perform the very action I shelled out money for. Mac Powerbook 1g

  • Camera Raw Version in PS elements 13

    What Camera Raw version (not Process Version but e.g.8.3) comes with PS Elements 13?

  • Oracle RAC and Datastage

    Could anyone tell me If you have some Best Practices with Oracle RAC and Datastage ETL. I am concerned about performace of ETL loads into oracle database......