Dreamweaver 8: Java script in Design Mode

Mac OS 10.4.11 Dreamweaver 8
I have a web page with a java script that displays a random picture from a list of images each time you reload the page.
http://www.irises.org
It renders fine when viewed in a browser, but the image does not display when viewed in Dreamweaver Design mode. The random image does not display and lacking the image other things are out of place.
The script that sets up the image array:
<!-- Begin
// Set up the image files to be used.
var theImages = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.
theImages[0] = 'images/home-rotate-1.jpg'
theImages[1] = 'images/home-rotate-2.jpg'
theImages[2] = 'images/home-rotate-3.jpg'
theImages[3] = 'images/home-rotate-4.jpg'
theImages[4] = 'images/home-rotate-5.jpg'
theImages[5] = 'images/home-rotate-6.jpg'
theImages[6] = 'images/home-rotate-7.jpg'
theImages[7] = 'images/home-rotate-8.jpg'
theImages[8] = 'images/home-rotate-9.jpg'
theImages[9] = 'images/home-rotate-10.jpg'
theImages[10] = 'images/home-rotate-11.jpg'
theImages[11] = 'images/home-rotate-12.jpg'
theImages[12] = 'images/home-rotate-13.jpg'
theImages[13] = 'images/home-rotate-14.jpg'
theImages[14] = 'images/home-rotate-15.jpg'
theImages[15] = 'images/home-rotate-16.jpg'
theImages[16] = 'images/home-rotate-17.jpg'
// do not edit anything below this line
var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<img src="'+theImages[whichImage]+'">');
//  End -->
The code (further down the page after the all the list elements) that generates the image:
           <SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
showImage();
//  End -->
</script>
Is there a way to get it to display correctly in the Design mode?
Thanks
<br />
</script>

Is there a way to get it to display correctly in the Design mode?
I don't think so, at least not with this script.  What you need is for an image to be displayed on the page by default, and for the javascript to only change the src attribute's value.  Something like this -
At the point where you want the image have -
<img src="the_path_to_some_default_image.jpg" id="rotation" />
and in the javascript, change this -
document.write('<img src="'+theImages[whichImage]+'">');
to this -
document.getElementById('rotation').src='theImages[whichImage]';
See if that works....

Similar Messages

  • Coverting java script site to html in dreamweaver

    I designed a site by keeping java script (instead of html) as default in the opening page of dreamweaver cs3. How do I convert to html without redoing the same?
    sasi

    If you're asking how to convert your JS page to HTML or XHTML document type, go to Modify > Page Properties > Title/Encoding and select the appropriate document type.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Adobe Dreamweaver CS5.5 - Windows 7 - Java Script Problem

    I am having trouble with Anchor.htm.
    When I try to insert an anchor in the text (Insert > Named Anchor> I get this error message:
    "While executing insertObject in Anchor.htm a Java Script error occurred."
    I recently downloaded both the 32- and 64-bit Java Script applications when I received a message that the existing version of Java Script was out-of-date. Anchor.htm worked before I installed the update.
    The files I downloaded and installed are:
    jre-7u9-windows-i586.exe
    jre-7u9-windows-x64.exe
    Please can anyone help me with this problem?

    From Dreamweaver FAQ
    http://forums.adobe.com/thread/429114
    "If Dreamweaver is acting erratically, or if you see a message saying "the following JavaScript error(s) occurred",  it's usually a sign of a corrupt cache file. The first thing to try should always be to delete the file cache. If that doesn't work, delete your personal Configuration folder. Full instructions are in Deleting a corrupted cache file.
    http://forums.adobe.com/thread/494811"
    Nancy O.

  • Spawn a new PDF using Java Script within LC Designer

    I am trying to spawn a new PDF file to be created from an existing PDF using Java Script within the LC designer
    I have this example but I can't get it to work
    function createPdf()
        pdf = pdf$();
        pdf.addText('Hello World');
        pdf.writeToFile('c:/temp/hello_world.pdf');
        window.open('file://c:/temp/hello_world.pdf');
    Is it possible to create a PDF like this within LC Designer?

    Hi
    I would like to see if it was possible.  I thought it would be easy, as
    there is a standard batch processing sequence (Print 1st page of all) using
    Java that comes with Acrobat 7.  This allows you to print the first page of
    a number of files that you select when the sequence is run.  Its code is:
    /* Print 1st Page */
    /* This sequence prints the first page of
       each document selected to the default printer.
    this.print
    To my uninformed mind it seemed logical that the same code, slightly
    modified to print all pages, should work from within a form.
    Anyway, if there is a way to choose individual files, I would appreciate
    that.
    Thanks
    Rob

  • Design Mode not working - java.lang.Null Pointer exception

    When attempting to use the Design mode Flash Builder has started to completely fail to display the design and issues following erros in the components tab:
    "Could not create the view: An unexpected exception was thrown."
    "java.lang.NullPointerException
        at com.adobe.flexbuilder.codemodel.internal.design.ComponentCategoryList.getCustomComponents Filtered(ComponentCategoryList.java:207)
        at com.adobe.flexbuilder.mxml.editor.views.components.ComponentsView$ViewContentProvider.get Elements(ComponentsView.java:339)
        at org.eclipse.jface.viewers.StructuredViewer.getRawChildren(StructuredViewer.java:959)
        at org.eclipse.jface.viewers.ColumnViewer.getRawChildren(ColumnViewer.java:703)
        at org.eclipse.jface.viewers.AbstractTreeViewer.getRawChildren(AbstractTreeViewer.java:1330)
        at org.eclipse.jface.viewers.TreeViewer.getRawChildren(TreeViewer.java:390)
        at org.eclipse.jface.viewers.AbstractTreeViewer.getFilteredChildren(AbstractTreeViewer.java: 636)
        at org.eclipse.jface.viewers.AbstractTreeViewer.getSortedChildren(AbstractTreeViewer.java:60 2)
        at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:799)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
        at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:776)
        at org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:639)
        at org.eclipse.jface.viewers.AbstractTreeViewer.internalInitializeTree(AbstractTreeViewer.ja va:1490)
        at org.eclipse.jface.viewers.TreeViewer.internalInitializeTree(TreeViewer.java:828)
        at org.eclipse.jface.viewers.AbstractTreeViewer$5.run(AbstractTreeViewer.java:1474)
        at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1392 )
        at org.eclipse.jface.viewers.TreeViewer.preservingSelection(TreeViewer.java:402)
        at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1353 )
        at org.eclipse.jface.viewers.AbstractTreeViewer.inputChanged(AbstractTreeViewer.java:1467)
        at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:274)
        at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:1634)
        at com.adobe.flexbuilder.mxml.editor.views.components.ComponentsView.createMainControl(Compo nentsView.java:594)
        at com.adobe.flexbuilder.mxml.editor.views.AbstractDesignOnlyView.createPartControl(Abstract DesignOnlyView.java:125)
        at com.adobe.flexbuilder.mxml.editor.views.components.ComponentsView.createPartControl(Compo nentsView.java:1036)
        at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:367)
        at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:226)
        at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
        at org.eclipse.ui.internal.Perspective.showView(Perspective.java:2229)
        at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1067)
        at org.eclipse.ui.internal.WorkbenchPage$20.run(WorkbenchPage.java:3816)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
        at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3813)
        at com.adobe.flexbuilder.editorcore.editor.CodeAndDesignViewManager$EditorListener.showViews (CodeAndDesignViewManager.java:665)
        at com.adobe.flexbuilder.editorcore.editor.CodeAndDesignViewManager$EditorListener.reconfigP anels(CodeAndDesignViewManager.java:547)
        at com.adobe.flexbuilder.editorcore.editor.CodeAndDesignViewManager$EditorListener.pageAbout ToChange(CodeAndDesignViewManager.java:409)
        at com.adobe.flexbuilder.editorcore.editor.CodeAndDesignEditor.pageAboutToChange(CodeAndDesi gnEditor.java:582)
        at com.adobe.flexbuilder.editorcore.editor.CodeAndDesignEditor.setActivePage(CodeAndDesignEd itor.java:682)
        at com.adobe.flexbuilder.mxml.editor.MXMLEditor.setActivePage(MXMLEditor.java:544)
        at com.adobe.flexbuilder.editorcore.editor.CodeAndDesignEditor$1.clicked(CodeAndDesignEditor .java:454)
        at com.adobe.flexide.editorcore.ui.controls.ButtonBar.clicked(ButtonBar.java:289)
        at com.adobe.flexide.editorcore.ui.controls.AbstractButton.sendClickEvent(AbstractButton.jav a:41)
        at com.adobe.flexide.editorcore.ui.controls.ToggleButton.handleChange(ToggleButton.java:79)
        at com.adobe.flexide.editorcore.ui.controls.ToggleButton.mouseDown(ToggleButton.java:66)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:179)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :109)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1311)"
    This makes Flash Builder 4 pretty much useless to me. Anybody happen to know how to fix this issue?
    Thanks a lot in advance

    Uninstalling Flash Builder 4 (my machine is a Mac Pro) and re-installing it solved the issue. Not my favourite way to resolve issues ... but desperate times ask for desperate measures.

  • Dreamweaver CS3- can not paste from Word into Design mode window

    Have been away from DW for a while, and upon return having a
    bit of difficulty with paste function for text. I can select text
    in design mode/window; I can type in design mode, but I can not
    paste into design mode. I can only paste in code view or the code
    half of split view. Is there a setting/preference I have set wrong?
    Thx

    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=dd550772
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "[email protected]" <[email protected]>
    wrote in message
    news:gfsk14$htv$[email protected]..
    > File>Import> Word Document is not an option I am
    offered. Also, I'm not
    > really
    > interested in importing a whole Word doc, just a line of
    text or so. I
    > think a
    > cut and paste from Word to DW ought to work?
    >

  • Java Script in Bex Web Application Designer

    I have created a web template in Bex WAD, written some java script function, i want to call this function on page load of every page,currently this function is getting called as soon as the first page is loaded but when i click on Next page or Prev page to show next 100 records then this function is not getting called, is there any way where in this function should be called always when user moves from one page to another.

    Hi thirumurugan
    The following link will solve your problem..
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c01e9b01-abab-2d10-6687-96fc7bc39084?quicklink=index&overridelayout=true
    Regards,
    Ranganath.

  • Java script not working

    Hi all
    I have a web dynpro abap application with an adobe interactive form. In the form I want to make certain fields read only. To do this I am using java script. It works fine from the livecycle designer in preview mode but when I run the wd4a nothing happens - like the java script is not being executed. I tried changing the Adobe form properties to Acrobat 8 (Dynamic) XML form but it still does not work. Any ideas?
    I'm using ALD 8.0, sapgui 710, Netweaver 7 SP 22 and IE8
    Regards

    Have you checked that you can see the access property, for example, with a message box?
    xfa.host.messageBox(xfa.form.D8.Page2.<my field>.access);
    Also try accesing the field directly
    <my field>.access = "readonly";
    Do you have any script working in your form?
    Regards, Aldo.
    Edited by: Aldo Velazquez on Dec 9, 2010 4:36 PM

  • Keep getting java script errors in DW CS3

    I have been using Dreamweaver CS3 and had not had problems up to last month or so. Now I keep getting Java errors and java script errors whenever i try to put a file to my site or even on some task boxes that have undefined in the command box instead of the normal command. I am wondering if downloading product again could help but i worry about licensing problem. It seems like there is no support for CS3 Dreamweaver.
    I resent the fact i may have to upgrade to Dreamweaver CS5. IF I do can I just upgrade Dreamweaver and not the other programs as part of the web design suite? My last upgrade was the CS3 web design suite.
    Gary

    Thanks for the suggestion, I followed the links and instructions and still have same problem. Very frustrating as I cannot get any phone support, actually i was told Dreamweaver CS3 is not being supported anymore, and I was directed to this forum.
    Kind of makes me not like Adobe and I am going to search for another web building program. Once I calm down I may consider just upgrading to CS 5 Dreamweaver. Do I have to upgrade the entire Web Design suite or can I just upgrade Dreamweaver?
    Another option is to try and reinstall but I worry I can run into licensing problems (I think I ran into this before as destop and laptop crashed and had to reinstall).
    Gary

  • Design mode/ Live Mode

    I know there is a simple fix to this but I can't figure it out. I have a website that has a few pages created in Dreamweaver CS6. I few weeks back, the site and the webpages looked good. Then a few days ago, I logged into Dreamweaver and began to update a new page for our current winners, and this is when something went wrong.
    In design mode, my web page looks like its supposed to, background image and all the image attachments including the Logo are where they are suppose to be. However, in Live mode my page is all white, and all the attached images are not viewable. The attachment images have a ? mark  in the center of each box where an image would be placed.
    I now have a webpage that up until a week or so ago worked and now, whenever someone views that page, all they see is a white screen.
    Can someone please assist me in getting this issue resolved.
    Thanks!
    Joann

    Copy & paste this revised code into a new, blank document.  Incidentally, you should keep embedded CSS code to a minimum.  Also group all page specific styles into one set of <style> tags below the external style sheet.   Winner Dates and WinnerDates are not valid.   And they lack .class or #ID designation and no spaces allowed in selector names.
    <!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" />
    <title>SPAR Racing Engine 2008 Winners</title>
    <meta name="description" content="SPAR 2008 600 Micro Sprint Feature Winners" />
    <meta name= "keywords" content= "600 micro sprint race engines,SPAR Racing Engines,600 mini sprint race engines racing" />
    <meta name="publisher" content="SPAR Racing Engines LLC"/>
    <meta name="copyright" content="Copyright 2009. SPAR Racing Engines LLC, All Rights reserved."/>
    <meta name="Author" content="SPAR Racing Engines, LLC"/>
    <meta name="language" content="en-US"/>
    <meta name="distribution" content="global"/>
    <meta name="revisit-after" content="3 days"/>
    <meta name="robots" content="all"/>
    <link rel="shortcut icon" href="/Images/Favicon.jpg"/>
    <link rel="icon" type="image/jpg" />
    <link href="../../spar.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
        background-color: #000;
        background-image: url(/Images/spar2.gif);
        background-repeat: repeat-x;
    #container #header #main_body_container #main #victories #winners_names #date p {
        color: #FFF;
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
        font-family: "Times New Roman", Times, serif;
    #apDiv1 {
        position: absolute;
        left: 522px;
        top: 204px;
        width: 465px;
        height: 106px;
        z-index: 1;
        font-size: 18px;
        color: #000;
        background-color: #000000;
    #apDiv2 {
        position: absolute;
        left: 769px;
        top: 291px;
        width: 241px;
        height: 632px;
        z-index: 2;
        visibility: visible;
    #apDiv3 {
        position: absolute;
        left: 348px;
        top: 335px;
        width: 290px;
        height: 43px;
        z-index: 3;
        color: #F00;
        font-size: 24px;
    #apDiv3 strong { text-decoration: underline; }
    #apDiv4 {
        position: absolute;
        left: 1092px;
        top: 161px;
        width: 74px;
        height: 458px;
        z-index: 4;
        visibility: visible;
    a:link {
        color: #F00;
    a:visited {
        color: #900;
        font-size: 14px;
    /**THESE STYLES HAVE INVALID SELECTOR NAMES. EITHER FIX OR DELETE THEM
    Winner Dates {
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #F00;
        text-decoration: underline;
    WinnerDates {
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #F00;
        text-decoration: underline;
    </style>
    <script src="/Scripts/swfobject_modified.js" type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    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_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_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>
    </head>
    <body onload="MM_preloadImages('/Images/home.gif','/Images/engines_roll.gif','/Images/ourVict.g if','/Images/ContactUs.gif')">
    <div id="apDiv1">
    <p><strong><a href="/winners2009/index.html" target="_parent" class="highlight">2009 WINNERS</a>     <a href="/winners/winners2010/index.html" class="highlight"> 2010 WINNERS</a>     <a href="/winners/winners2011/index.html" class="highlight"> 2011 WINNERS</a></strong></p>
    <p><strong> <a href="/winners/winners2012/index.html" class="highlight">2012 WINNERS</a>     <a href="/winners/Winners2013/index.html" class="highlight"> 2013 WINNERS</a>      <a href="/winners/Winners2014/index.html" class="highlight">20104 WINNERS</a></strong></p>
    <p> </p>
    <p> </p>
    </div>
    <div id="apDiv2"><img src="/Images/Victory.png" width="367" height="702" alt="#"/></div>
    <div id="apDiv3"><strong>2008 Feature Winners</strong></div>
    <div id="container">
    <div id="header">
    <div id="logo"><img src="../../Images/logo.pdf.jpg" alt="r6 engine" width="356" height="154" align="bottom" /></div>
    <div id="flashholder">
    <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="627" height="128">
    <param name="movie" value="../../flash/testimonials_Conv.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="6.0.65.0" />
    <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
    <param name="expressinstall" value="/Scripts/expressInstall.swf" />
    <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. --> <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="../../flash/testimonials_Conv.swf" width="627" height="128">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="6.0.65.0" />
    <param name="expressinstall" value="/Scripts/expressInstall.swf" />
    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
    <div>
    <h4>
    Content on this page requires a newer version of Adobe Flash Player.
    </h4>
    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
    </div>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    </div>
    <div id="home"><a href="/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image15','','/Images/home.gif',1)"><img src="../../Images/home.gif" alt="r6 engine" name="Image15" width="59" height="27" id="Image15" border="0" /></a></div>
    <div id="engines"><a href="../../engines/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image11','','/Images/engines_roll.gif',1)"><img src="../../Images/engines.gif" alt="r6 engine" name="Image11" width="66" height="27" id="Image11" border="0" /></a></div>
    <div id="winners"><a href="/winners/index.html"><img src="../../Images/winners_roll.gif" alt="r6 engine" width="66" height="27" /></a></div>
    <div id="our_vict"><a href="../../our_victories/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image12','','/Images/ourVict.gif',1)"><img src="../../Images/ourVict.gif" alt="r6 engine" name="Image12" width="99" height="27" id="Image12" border="0" /></a></div>
    <div id="contact"><a href="../../contact/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image13','','/Images/ContactUs.gif',1)"><img src="../../Images/ContactUs.gif" alt="r6 engine" name="Image13" width="100" height="27" id="Image13" border="0" /></a></div>
    <div id="nav_end"><img src="../../Images/nav_end.gif" alt="" width="237" height="27" /></div>
    <div id="main_body_container">
    <div id="left_col"><img src="../../Images/left_col.jpg" alt="r6 engine" width="73" height="458" /></div>
    <div id="main">
    <div id="victories">
    <div class="Engine_font_Head" id="winners_names">
    <p> </p>
    <p> </p>
    <p> </p>
    <p class="body_font_Head"> </p>
    <div id="date">
    <p> </p>
    <p><strong>DATE</strong></p>
    <p>OCT<br />
    <br />
    SEPT<br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    AUG<br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    JULY<br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    JUNE<br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    MAY<br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    APRIL<br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    </p>
    <p>MAR<br />
    <br />
    <br />
    <br />
    <br />
    </p>
    <p>FEB<br />
    <br />
    <br />
    JAN</p>
    </div>
    <div id="names">
    <p> </p>
    <p><strong>Name</strong></p>
    <p>Mike Dicely<br />
    <br />
    Duayne Gutshall<br />
    Lex Burrit<br />
    Tyler Walton<br />
    Jesse Fitz<br />
    Bill Thomas<br />
    Tim Buckwalter<br />
    Darryl Ruggles<br />
    Alysha Ruggles<br />
    Lee Nardelli<br />
    Terry Scheaffer<br />
    Lex Burrit<br />
    Alex Bright<br />
    Issac Sneeringer<br />
    <br />
    Mike Rutherford<br />
    Alysha Ruggels<br />
    Tim Barricks<br />
    Mike Rutherford<br />
    Ryan Smith<br />
    Brian Carber<br />
    Tyler DeVault<br />
    Ryan Greth<br />
    Jake Murphy<br />
    Ryan Smith<br />
    Tyler DeVault<br />
    Brian Carber<br />
    <br />
    Nick Cooper<br />
    Lex Burrit<br />
    Ryan Smith<br />
    Ryan Smith<br />
    Brent Marks<br />
    Nick Cooper<br />
    Nick Cooper<br />
    Mike Freed<br />
    Jan Luckenbaugh<br />
    Ryan Smith<br />
    Ryan Greth<br />
    Ryan Smith<br />
    David Reinhardt<br />
    Bill Thomas<br />
    Mike Rutherford<br />
    Issac Sneeringer<br />
    Bill Thomas<br />
    Issac Sneeringer<br />
    Robbie Kendall<br />
    Mike Dicely<br />
    Ben Murphy<br />
    Jake Murphy<br />
    Jake Murphy<br />
    Tim Gladfelter<br />
    <br />
    Brendon Bright<br />
    Ryan Greth<br />
    Thomas Kohler<br />
    Kyle Moody<br />
    Tom Kohler<br />
    Mike Rutherford<br />
    Jeff Hartman<br />
    Ryan Greth<br />
    Mike Dicely<br />
    Mike Rutherford<br />
    Tyler Walton<br />
    Heath Hehnley<br />
    Jeff Hartman<br />
    <br />
    Jake Murphy<br />
    Robbie Kendall<br />
    Ryan Greth<br />
    Tom Kohler<br />
    Alex Bright<br />
    Lex Burrit<br />
    Brent Marks<br />
    Thomas Kohler<br />
    Brent Marks<br />
    Jake Murphy<br />
    Mike Rutherford<br />
    Mike Dicely<br />
    <br />
    Bill Thomas<br />
    Brock Zerfoss<br />
    Brent Marks<br />
    Heath Hehnley<br />
    Thomas Kohler<br />
    Jeff Hartman<br />
    Dwayne Gutshall<br />
    Brock Zerfoss<br />
    Heath Hehnley<br />
    Lex Burrit<br />
    Tim Gladfelter<br />
    <br />
    Robbie Kendall<br />
    Ryan Greth<br />
    Ben Murphy<br />
    Mike Rutherford<br />
    Mike Rutherford<br />
    <br />
    Brent Marks<br />
    Lex Burrit<br />
    <br />
    Lex Burrit<br />
    Lex Burrit</p>
    </div>
    <div id="track">
    <p> </p>
    <p><strong>Track</strong></p>
    <p>Linda<br />
    <br />
    Trailways<br />
    Trailways<br />
    Path Valley<br />
    Path Valley<br />
    Airport<br />
    Path Valley<br />
    Paradise<br />
    Paradise<br />
    Bridgeport<br />
    Lindas<br />
    Lindas<br />
    Lanco<br />
    Trailways<br />
    <br />
    Lindas<br />
    Paradise<br />
    Path Valley<br />
    Lanco<br />
    Greenwood<br />
    Greenwood<br />
    Path Valley<br />
    Trailways<br />
    Path Valley<br />
    Greenwood<br />
    Kutztown<br />
    Kutztown <br />
    <br />
    Paradise<br />
    Lindas<br />
    Greenwood<br />
    Kutztown<br />
    Kutztown<br />
    Paradise<br />
    Paradise<br />
    Lanco<br />
    Trailways<br />
    Greenwood<br />
    Path Valley<br />
    Kutztown<br />
    Greenwood<br />
    Airport<br />
    Lindas<br />
    Trailways<br />
    Airport<br />
    Trailways<br />
    Lanco<br />
    Greenwood<br />
    Susq. Speedway<br />
    Trailways<br />
    Path Valley<br />
    Lincoln<br />
    <br />
    Lindas<br />
    Trailways<br />
    Path Valley<br />
    Trailways<br />
    Kutztown<br />
    Lindas<br />
    Bridgeport<br />
    Path Valley<br />
    Path Valley<br />
    Lindas<br />
    Path Valley<br />
    Greenwood<br />
    Bridgeport<br />
    <br />
    Hesston<br />
    Trailways<br />
    Trailways<br />
    Lanco<br />
    Lanco <br />
    WhipCity<br />
    Lanco<br />
    Greenwood<br />
    Path Valley<br />
    Path Valley<br />
    Lanco<br />
    Lanco<br />
    <br />
    Airport<br />
    Lindas<br />
    Trailways<br />
    Lanco<br />
    Path Valley<br />
    New Egypt<br />
    Trailways<br />
    Greenwood<br />
    Airport<br />
    Greenwood<br />
    Trailways<br />
    <br />
    Trailways<br />
    Path Valley<br />
    Path Valley<br />
    Hammerdown<br />
    Hammerdown<br />
    <br />
    East Bay<br />
    East Bay<br />
    <br />
    Mototown<br />
    Mototown</p>
    </div>
    <div id="class">
    <p> </p>
    <p><strong>Class</strong></p>
    <p>600 national<br />
    <br />
    600<br />
    600<br />
    600<br />
    600<br />
    600<br />
    600<br />
    600<br />
    600 <br />
    600<br />
    600<br />
    600<br />
    600<br />
    600<br />
    <br />
    600<br />
    600<br />
    600<br />
    600<br />
    600/Wingless<br />
    600<br />
    600<br />
    SideWinder<br />
    600<br />
    600<br />
    600<br />
    600 <br />
    <br />
    600<br />
    600<br />
    600<br />
    600<br />
    600<br />
    600<br />
    600<br />
    600 <br />
    600<br />
    600<br />
    600<br />
    600<br />
    600<br />
    600<br />
    600<br />
    600<br />
    600<br />
    600<br />
    600 SHOWDOWN<br />
    600 SPEEDWEEK<br />
    600 SPEEDWEEK<br />
    600 SPEEDWEEK<br />
    600 SPEEDWEEK<br />
    600 SPEEDWEEK<br />
    <br />
    600<br />
    600<br />
    600<br />
    600<br />
    600<br />
    600<br />
    600<br />
    SideWinder<br />
    600<br />
    600 <br />
    600<br />
    600<br />
    600<br />
    <br />
    600<br />
    600<br />
    SideWinder<br />
    600 <br />
    600<br />
    600<br />
    600<br />
    600<br />
    SideWinder<br />
    600<br />
    600 <br />
    600<br />
    <br />
    600<br />
    600<br />
    SideWinder<br />
    600<br />
    600 <br />
    600<br />
    600<br />
    600<br />
    600<br />
    600<br />
    600<br />
    <br />
    600<br />
    600<br />
    600<br />
    600<br />
    600<br />
    <br />
    600<br />
    600<br />
    <br />
    600<br />
    600</p>
    </div>
    </div>
    </div>
    <div class="disclaimer" id="prices_subject_to_change"></div>
    </div>
    <img src="/Images/right_col.png" width="71" height="458" alt="#"/>
    <div class="nav_font" id="blank_footer">&copy; 2009 SPAR Racing Engines, LLC   &bull;   York Pennsylvania   &bull;   (717) 600-7168  </div>
    </div>
    </div>
    </div>
    <script type="text/javascript">
    // <![CDATA[
    swfobject.registerObject("FlashID");
    // ]]>
    </script>
    </body>
    </html>
    Nancy O.

  • Converting flash into java script - please help!

    Our site uses a lot of flash text and flash images, I have
    been told by a friend of a friend that i need to change the way
    flash is embedded into java script - i only know the basics of web
    design and this is me hitting brick wall!
    Maybe someone could help point me in the right direction -
    simply! thank you in advance!!!!!!!!!!!!!!!!!!!!!!!!!!

    which version of dw do you have?
    for background info, google EOLAS activeX lawsuit
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Java script problems

    wasn't supposed to. I don't have the original template.

    What is not working? All I see is DW stock javascript, no
    java whatsiever
    Mick
    destind4film wrote:
    > I have been completely revamping my website using
    Dreamweaver (originally
    > designed in iWeb) and had recently gotten a friend to
    help me put in some java
    > script on the "Order" page. The page works perfectly in
    IE07 and in Firefox,
    > but for some reason the Java does not work at all in
    Safari or on any of my
    > MACs. The site is being hosted on the .MAC servers so
    naturally my friend
    > (anti-MAC user) says that my problem is the .mac or my
    Apple cmputers and not
    > the Java script.
    >
    > I really need to make sure all of my pages work for
    everyone who would go to
    > my site regardless of what OS they have or what browser
    they are using.
    >
    > The page in question is currently located at:
    >
    http://homepage.mac.com/dvdflashbacks/New_DVD_FB_Site/Order.html
    >
    > And in case anyone is curious as to what the original
    site looked like before
    > my redesign, the url is :
    >
    http://www.dvdflashbacks.com
    >
    > If anyone knows Java really well and can take a look at
    the code, maybe
    > something will jump out that is causing my problems.
    >
    > Thanks!
    >

  • Java script menu flows below swf in IE

    Hello all
    I've added a java script bottom slide out info bar to my site. Using WMODE to transparent and both opaque on the swf. That worked for chrome, firefox, safari, but not IE
    I'n IE the menu opens down as aposed to up and the button is in the wrong placement.
    http://www.couvrette-photography.on.ca/ottawa_wedding_photographer/
    any ideas?

    Server error.  Can't see your page.
    Older Spry code pre-dates IE9.  Also, it may interest you to know that Adobe has disontinued working with the Spry framework. 
    http://blogs.adobe.com/dreamweaver/2012/08/update-on-adobe-spry-framework-availability.htm l
    Now might be a good opportunity for you to switch to a better menu system.
    jQuery Superfish
    http://users.tpg.com.au/j_birch/plugins/superfish/
    jQuery Mega Menus  http://www.javascriptkit.com/script/script2/jkmegamenu.shtml
    CSS3 Dropdown Menus
    http://www.red-team-design.com/css3-dropdown-menu
    10 Responsive Menus
    http://speckyboy.com/2012/08/29/10-responsive-navigation-solutions-and-tutorials/
    Pop-Menu  Magic2 by PVII (DW extension purchase)
    http://www.projectseven.com/products/menusystems/pmm2/index.htm
    Nancy O.

  • Eclipse +flex 3 plugin crashes when trying to see mxml file in design mode

    Hi,
    I have strange problem I've been struggling with for 3 days.
    I have eclipse-jee-europa-fall2-win32(eclipse europa 3.3.1.1)
    + adobe flex 3 eclipse plugin.
    My workspace consists of several projects + one library.
    There is not problem when trying to edit any mxml file when
    my library is not imported yet. Once I import it to my workspace I
    cannot see any mxml file in design mode since it crashes with the
    following msg in log:
    Did anyone have similar problem and maybe knows the
    solutiuon? I've reinstalled/redownoaded eclipse, flex plugin, flash
    players and so on. What's more it happens only on my machine - same
    project on different one works without crushing.
    !ENTRY org.eclipse.osgi 2 0 2008-02-22 09:13:18.046
    !MESSAGE While loading class
    "org.eclipse.mylyn.tasks.ui.TasksUiPlugin", thread
    "Thread[main,6,main]" timed out waiting (5000ms) for thread
    "Thread[Worker-0,5,main]" to finish starting bundle
    "update@plugins/org.eclipse.mylyn.tasks.ui_2.1.0.v20070927-0900.jar
    [313]". To avoid deadlock, thread "Thread[main,6,main]" is
    proceeding but "org.eclipse.mylyn.tasks.ui.TasksUiPlugin" may not
    be fully initialized.
    !STACK 0
    org.osgi.framework.BundleException: State change in progress
    for bundle
    "update@plugins/org.eclipse.mylyn.tasks.ui_2.1.0.v20070927-0900.jar"
    by thread "Worker-0".
    at
    org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.j ava:1141)
    at
    org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:258)
    at
    org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
    at
    org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :417)
    at
    org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:189)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:34 0)
    at
    org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:37)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :405)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
    at
    org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:83)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at
    org.eclipse.mylyn.context.ui.ContextUiPlugin$5.run(ContextUiPlugin.java:258)
    at
    org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at
    org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
    at
    org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
    at
    org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
    at
    org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
    at
    org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
    at
    org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
    at
    org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
    at
    org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
    at
    org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
    at
    org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at
    org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
    at
    org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:106)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:76)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
    Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
    Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at
    org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    Caused by:
    org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
    ... 40 more
    Root exception:
    org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
    at
    org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.j ava:1141)
    at
    org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:258)
    at
    org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
    at
    org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :417)
    at
    org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:189)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:34 0)
    at
    org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:37)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :405)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
    at
    org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:83)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at
    org.eclipse.mylyn.context.ui.ContextUiPlugin$5.run(ContextUiPlugin.java:258)
    at
    org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at
    org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
    at
    org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
    at
    org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
    at
    org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
    at
    org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
    at
    org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
    at
    org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
    at
    org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
    at
    org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
    at
    org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at
    org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
    at
    org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:106)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:76)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
    Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
    Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at
    org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    !ENTRY org.eclipse.help 4 0 2008-02-22 09:18:14.375
    !MESSAGE Required attribute "label" missing from "topic"
    element in "/com.adobe.flexbuilder.help/tocAPI.xml" (skipping
    element)
    !ENTRY org.eclipse.help 4 0 2008-02-22 09:18:14.375
    !MESSAGE Required attribute "label" missing from "topic"
    element in "/com.adobe.flexbuilder.help/tocAPI.xml" (skipping
    element)
    !ENTRY org.eclipse.help 4 0 2008-02-22 09:18:14.375
    !MESSAGE Required attribute "label" missing from "topic"
    element in "/com.adobe.flexbuilder.help/tocAPI.xml" (skipping
    element)
    !ENTRY org.eclipse.help 4 0 2008-02-22 09:18:14.375
    !MESSAGE Required attribute "label" missing from "topic"
    element in "/com.adobe.flexbuilder.help/tocAPI.xml" (skipping
    element)

    I've found solution by myself so I'll present it here. Maybe
    someone will need it.
    The problem of such behaviour was that Flex plugin always (at
    least on my pc) wants to ustart eclipse using its own JRE from here
    C:\Program Files\Adobe\Flex Builder 3 Plug-in\jre (default dir).
    This environment is Java 5. When you go to
    eclipse>window>preferences>Java>Installed JREs and you
    delete default Flex JRE, add new to point to for example C:\Program
    Files\Java\jre1.6.0_04 eclipse still uses JRE from C:\Program
    Files\Adobe\Flex Builder 3 Plug-in\jre. Do not know why
    Flex/eclipse does that but if you simply overwrite C:\Program
    Files\Adobe\Flex Builder 3 Plug-in\jre files with newer JRE from
    C:\Program Files\Java\jre1.6.0_04 all works perfectly.
    Hope it helps somebody ;-)
    thanks Artur

  • Expanding text java script

    I got a java script from a coworker that allows me to click
    on a button and display expanded text. The problem is, when its
    clicked, the page jumps back to the top of the page. Any ideas?
    Here is a sample of the code:
    <a href="#"
    onclick="document.getElementById('what_is').style.display=(document.getElementById('what_ is').style.display=='block')?'none':'block';"><img
    src="Images/More.jpg" border="0" align="left" />
    Thanks!!!!
    PS- please be gentle, I have never used java script before.
    :)

    nst_21710 wrote:
    > I got a java script from a coworker that allows me to
    click on a button and
    > display expanded text. The problem is, when its clicked,
    the page jumps back to
    > the top of the page. Any ideas?
    >
    > Here is a sample of the code:
    > <a href="#"
    >
    onclick="document.getElementById('what_is').style.display=(document.getElementBy
    >
    Id('what_is').style.display=='block')?'none':'block';"><img
    > src="Images/More.jpg" border="0" align="left" />
    >
    > Thanks!!!!
    >
    > PS- please be gentle, I have never used java script
    before. :)
    >
    replace:
    <a href="#"
    with:
    <a href="javascript:;"
    seb ( [email protected])
    http://webtrans1.com | high-end web
    design
    Downloads: Slide Show, Directory Browser, Mailing List

Maybe you are looking for