How can i manipulate the links on a tab?

Hi,
i have multiple tabs on my page and want one tab to directly link to a differnet page. how can i manipulate the link on the tab?
thanks,
Ralf Schmitt

Hello,
Zooming doesn't change tile sizes for you on the new tab page? Just to be clear about the zooming feature:
* To make things bigger, press '''Ctrl''' and '''&#43''' at the same time.
* To make things smaller, press '''Ctrl''' and '''-''' at the same time.
* To reset the size back to normal, press '''Ctrl''' and '''0''' at the same time.
You can also see '''jscher2000''''s Chosen Solution here: https://support.mozilla.org/en-US/questions/1025414
It requires the [https://addons.mozilla.org/firefox/addon/stylish/ Stylish] add-on but will automatically shrink the tiles on the page so that more appear:
* https://userstyles.org/styles/106326/shrink-new-tab-thumbnails
Unless you have an extension installed that changes the new tab page, changing the zoom level for the page will change the size of the tiles and show more. The limit is set to 3 rows by 5 columns by default (if you zoom out the page/shrink the tile sizes sufficiently, the number of tiles are limited to that setting). If you want to change those values:
# In the [[Location bar autocomplete|Location bar]], type '''about:config''' and press '''Enter'''. The about:config "''This might void your warranty!''" warning page may appear.
# Click '''I'll be careful, I promise!''' to continue to the about:config page.
# Search for and modify the preferences (by double clicking the row, or right clicking the row and selecting '''Modify''')
#* '''browser.newtabpage.columns'''
#* '''browser.newtabpage.rows'''

Similar Messages

  • How can I get the link not to override my style sheet formatting?

    I have an html page with text that has a style sheet applied
    to it. When I insert a link into parts of the formatted text, the
    style sheet formatting is lost in the linked text (the text for
    mylars, shapes and number shapes becomes smaller: see code below).
    How can I get the link not to override my style sheet
    formatting?
    Here is the html code I am referring to:
    <span class="bodyheader20pt">Fall into winter's biggest
    celebration with our New Year's Day <a href="
    http://www.usballoon.net/web/default.asp?pagename=mg_cls&mg=A9&mg2=&cl=A4&sc=184&PageNumbe r=1"
    style="text-decoration:none">mylars</a>, <a href="
    http://www.usballoon.net/web/default.asp?pagename=mg_cls&mg=A9&mg2=&cl=L2&sc=184&PageNumbe r=1"
    style="text-decoration:none">shapes</a>, and 2-0-0-9 <a
    href="
    http://www.usballoon.net/web/default.asp?pagename=mg_cls&mg=A9&mg2=&cl=L2&sc=166&PageNumbe r=1"
    style="text-decoration:none">number
    shapes</a>.</span>
    I am using Dreaweaver CS3 on a Mac running OSX
    10.4.11.

    Show us this rule --> bodyheader20pt?
    Also, having this in your three anchor tags -
    style="text-decoration:none" -
    will prevent your anchors from displaying any stylesheet
    style for
    text-decoration.
    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
    ==================
    "ellfwar" <[email protected]> wrote in
    message
    news:geqiph$foq$[email protected]..
    >I have an html page with text that has a style sheet
    applied to it. When I
    > insert a link into parts of the formatted text, the
    style sheet formatting
    > is
    > lost in the linked text (the text for mylars, shapes and
    number shapes
    > becomes
    > smaller: see code below).
    >
    > How can I get the link not to override my style sheet
    formatting?
    >
    > Here is the html code I am referring to:
    > <span class="bodyheader20pt">Fall into winter's
    biggest celebration with
    > our
    > New Year's Day <a
    > href="
    http://www.usballoon.net/web/default.asp?pagename=mg_cls&mg=A9&mg2=&cl=A4&
    > sc=184&PageNumber=1"
    style="text-decoration:none">mylars</a>, <a
    > href="
    http://www.usballoon.net/web/default.asp?pagename=mg_cls&mg=A9&mg2=&cl=L2&
    > sc=184&PageNumber=1"
    style="text-decoration:none">shapes</a>, and 2-0-0-9
    > <a
    > href="
    http://www.usballoon.net/web/default.asp?pagename=mg_cls&mg=A9&mg2=&cl=L2&
    > sc=166&PageNumber=1"
    style="text-decoration:none">number
    > shapes</a>.</span>
    >
    > I am using Dreaweaver CS3 on a Mac running OSX 10.4.11.
    >

  • How can I have the link for downlaod PS PS6 student version ?

    Hello everyone,
    Who can help me ?
    I have already the key product of PS PS6 student version but I lost the installation CD. How can I have the link for downlaod PS PS6 student version ??
    Thanks

    CS6 - http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html

  • The link to my numbers spreadsheet isn't working.  How can I fix the link?

    The link to my numbers spreadsheet isn't working.  How can I fix the link?

    I am using icloud numbers beta.

  • How can I open the links on the TreeItem treeItem1 = new TreeItem("Fish", "

    JDeveloper 11g, Windows 7(64 bit), ADF Faces
    package view.backing;
    import java.beans.IntrospectionException;
    import java.util.ArrayList;
    import java.util.List;
    import org.apache.myfaces.trinidad.model.ChildPropertyTreeModel;
    import org.apache.myfaces.trinidad.model.TreeModel;
    public class TreeModelAdapter {
    private Object _instance = null;
    private transient TreeModel _model = null;
    public TreeModelAdapter() {
    ArrayList<TreeItem> rootTreeItems = new ArrayList<TreeItem>();
    TreeItem treeItem1 = new TreeItem("Fish", "http://www.someurl1.com");
    TreeItem treeItem2 = new TreeItem("Dog", "http://www.someurl2.com");
    TreeItem treeItem3 = new TreeItem("Cat", "http://www.someurl3.com");
    TreeItem treeItem2_1 = new TreeItem("Blue Heeler", "http://www.someurl4.com");
    TreeItem treeItem2_1_1 = new TreeItem("Rover", "http://www.someurl5.com");
    TreeItem treeItem2_1_2 = new TreeItem("Ruffus", "http://www.someurl6.com");
    rootTreeItems.add(treeItem1);
    rootTreeItems.add(treeItem2);
    rootTreeItems.add(treeItem3);
    ArrayList<TreeItem> treeItem2Children = new ArrayList<TreeItem>();
    ArrayList<TreeItem> treeItem2_1Children = new ArrayList<TreeItem>();
    treeItem2Children.add(treeItem2_1);
    treeItem2.setChildren(treeItem2Children);
    treeItem2_1Children.add(treeItem2_1_1);
    treeItem2_1Children.add(treeItem2_1_2);
    treeItem2_1.setChildren(treeItem2_1Children);
    this.setListInstance(rootTreeItems);
    public TreeModel getModel() throws IntrospectionException {
    if (_model == null) {
    model = new ChildPropertyTreeModel(instance, "children");
    return _model;
    public void setListInstance(List instance) {
    _instance = instance;
    _model = null;
    How can I open the links on the TreeItem treeItem1 = new TreeItem("Fish", "http://www.someurl1.com"); on a new page?

    In your af:tree nodeStamp facet you have access to the node (TreeItem in your case). If your TreeItem has a getter method for the url (you did not provide the TreeItem code) you can put an af:goLink in the nodeStamp and set the destination attribute to #{node.url} and set the TargetFrame of the golink to '_blank':
    <af:tree ...>
      <f:facet name="nodeStamp">
        <af:goLink text="goLink 1" id="gl3" destination="#{node.url}" targetFrame="_blank"/>Timo

  • HT5312 How can you find the link to get a rescue email?

    How can you find the link to get a rescue email?
    I am not a regular user - and wonder why????
    Been at this for hours, can't remember questions, support sends you to the questions you can't answer or I would have the first time, or a promise of a link which doesn't seem to exist!!
    Now locked out!

    You need to contact Apple, either through the link in that article or by phoning them and asking for the Account Security team.
    (80167)

  • How can I customize the UI shell close tab behaviour?

    I am using JDevelepor 11.1.2.1.0 Version
    I Am New In ADF
    How can I customize the UI shell close tab behaviour? When i close the tab I ned to rollback the transaction else where when reopen the taskflow it show an error message duplicate key..
    So how i can handle?

    Download the sample at http://www.oracle.com/technetwork/issue-archive/2012/12-mar/o22adf-1518265.html . frank states -
    The CustomerOrdersCRUD-btf task flow in the BoundedTaskFlows.jws workspace accompanying this sample, for example,
    uses the tabContext reference to close the tab displaying the task flow upon rollback and commit—which also is when the task flow is exited.
    In addition, when data changes are performed within a task flow, the tab’s dirty state is changed to indicate to the template that the tab title needs to be shown in italics.

  • How can we hide the link "Attachment" in the preview of a Task??

    Hi all
    I have requirement in portal CE 7.1 as follows.
    all GP tasks are getting displayed in UWL that is fine.
    i want to hide the link "Attachment" in the preview of a Task??
    once i open the task from UWL then that task item opens in new window where i am getting the "Attachment" link that i wanted to hide or remove.
    Cab you provide ur inputs then it would be great help to me
    Thanks
    Sunil

    There are Subject, From, Send Date, Attachment .... columns.
    Do you want to hide Attachment column?
    Please refer wiki link :
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl%252bfaq
    How can I have the attachments options be hidden? Our users do not want to add attachments.
    In the UWL iview properties update the proprety "List of preview sections to hide (SUBJECT, ATTRIBUTES, DESCRIPTION, ATTACHMENTS, NOTES, USERDECISION, and/or ACTIONS)." Enter ATTACHMENTS as a value.
    Edited by: shrikant kamble on Feb 27, 2009 12:41 PM

  • Transport request deleted - how can I delete the link in CharM ticket?

    Hi everyone,
    yesterday, I manually deleted an empty transport request in the development system. Bad idea, I know, because now, I get errors in the CharM ticket, because it still has a link to the transport request, which has been deleted.
    How can I get rid of the broken link in the CharM ticket?
    Thanks in advance,
    Ben

    hi
    Please check if you can decouple transport request using charm
    also if you can let us know what kind of error in charm ticket will be helpful
    Saravana

  • I have 60 000 songs on a hard drive. The songs are referenced to the media file and not stored in the media file. I have moved the songs to another external drive. The itunes library has lost the link to the media files. How can I restore the links?

    I have all my songs (60 000) on a remote drive. The drive is wireless networked. I installed a new router and had to map the drive again. Once this was done itunes could no longer locate the music. My music is not sitting in my media file but is rather referenced to the location of the music. Now that the location has changed due to the remapped drive how can I link the itunes library to the songs (media)again.
    I have read many help comments and forums but so far nothing specific about relinking once the songs have already been moved and are referenced songs.
    A step by step procedure would be helpful.
    Thank you
    Graham

    I've uploaded a newer version that might catch that error. For some background on the script look at this thread.
    iTunes remembers the location of each file in the database. If you right-click on a missing file, click Get Info, cancel when it asks you to try to find it, then look on the summary tab it will show you the last known location in the form file://localhost/<some path>. If you put the files back where they are expected to be, close iTunes and reopen, then iTunes will find them again. If not my script can attempt the task. When the script asks for a media folder you should respond with Z:\ since that seems to be where the artist folders are located.
    tt2

  • How can I get the links in my PDF to be live on my iPhone/iPad?  They are live on my laptop.

    I created a PDF from Excel with links in it.  When I open it on my laptop, the links are live.  When I open it in my mailbox or iBooks on my iPhone and iPad, the links are not live.  How do I fix this?

    Though you've created links in Excel, they aren't properly designated as "link annotations" in the PDF. I'm not sure if you can make Excel output link annotations in PDF, but I do know that you can use Adobe Acrobat Professional to do this. In the tools panel (of Adobe Acrobat for the desktop), choose "Document Processing", then "Create Links from URL's".
    The Adobe Reader for iOS will recognize and display these links. I believe that iBooks will also allow you to tap on the links, though it won't show highlights for them as the Adobe Reader will.

  • How can I make the links work when the site is published.

    I am a new iWeb user and have built the website www.realmoroccotours.com and am having a few problems that I hope someone can help me with.
    First - in Iweb everything works fine but when it is published the links in the top and bottom menu do not work. If I clic on the link before the page is fully loaded it odes work. My host gave me the following information but I have no idea what it means or how to fix it. I have rebuilt the whole site but still the same thing happens.
    +> One of your javascript files that you have installed in the header of the main+
    +> page is blocking the screen with transparent image preventing links from+
    +> clicking. Please remove conflicting javascript and reload that page again.+
    Secondly, the site loads very slowly - although not all the time. Any suggestions on how to make it faster loading would be appreciated.

    All it means is that the image is blocking the navigation menu/overlapping - all you need to do is move it out of the way and the menu should work. Do a view all in iWeb and you can then see what is overlapping and what you need to move.
    You could also build your own nav menu if you like so that your site will be found more easily - javascript, which the iWeb menu is, is not always found that easily. You don't need to re-build the whole site - just the nav menu.
    If you want to speed up your site, then you could try using Web Crusher or iWeb Maestro to speed it up - you need to do this post publishing though, so publish to a local folder and then run it through either of these to get rid of the bloated code that iWeb creates and then upload your site.

  • How can I delete the link to part of this script?

    Hi there,
    Can anyone tell me how to delete the 'link to' part of this
    JavaScript as I am using this slideshow from Dynamic Drive however
    I don't want to be able to click on the pictures and be taken to
    another website. I'm not familiar with JavaScript so any help would
    be much appreciated.
    Thanks!
    <script src="SpryAssets/SpryMenuBar.js"
    type="text/javascript"></script>
    <script type="text/javascript">
    * Ultimate Fade-In Slideshow (v1.51): © Dynamic Drive (
    http://www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit
    http://www.dynamicdrive.com/
    for this script and 100s more.
    var fadeimages=new Array()
    //SET IMAGE PATHS. Extend or contract array as needed
    fadeimages[0]=["restaurantexterior1.jpg"]
    fadeimages[1]=["restaurantinterior2.jpg"]
    fadeimages[2]=["restaurantinteriorwall.jpg"]
    var fadebgcolor="white"
    var fadeimages2=new Array()
    //SET IMAGE PATHS. Extend or contract array as needed
    fadeimages2[0]=["restaurantinteriorframed.jpg"]
    fadeimages2[1]=["restaurantsign.jpg"]
    fadeimages2[2]=["tablefortwo.jpg"]
    var fadebgcolor="white"
    ////NO need to edit beyond here/////////////
    var fadearray=new Array() //array to cache fadeshow instances
    var fadeclear=new Array() //array to cache corresponding
    clearinterval pointers
    var dom=(document.getElementById) //modern dom browsers
    var iebrowser=document.all
    function fadeshow(theimages, fadewidth, fadeheight,
    borderwidth, delay, pause, displayorder){
    this.pausecheck=pause
    this.mouseovercheck=0
    this.delay=delay
    this.degree=10 //initial opacity degree (10%)
    this.curimageindex=0
    this.nextimageindex=1
    fadearray[fadearray.length]=this
    this.slideshowid=fadearray.length-1
    this.canvasbase="canvas"+this.slideshowid
    this.curcanvas=this.canvasbase+"_0"
    if (typeof displayorder!="undefined")
    theimages.sort(function() {return 0.5 - Math.random();})
    //thanks to Mike (aka Mwinter) :)
    this.theimages=theimages
    this.imageborder=parseInt(borderwidth)
    this.postimages=new Array() //preload images
    for (p=0;p<theimages.length;p++){
    this.postimages[p]=new Image()
    this.postimages[p].src=theimages[p][0]
    var fadewidth=fadewidth+this.imageborder*2
    var fadeheight=fadeheight+this.imageborder*2
    if (iebrowser&&dom||dom) //if IE5+ or modern browsers
    (ie: Firefox)
    document.write('<div id="master'+this.slideshowid+'"
    style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"> <div
    id="'+this.canvasbase+'_0"
    style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filte r:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml- opacity:0.1;background-color:'+fadebgcolor+'"></div><div
    id="'+this.canvasbase+'_1"
    style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filte r:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml- opacity:0.1;background-color:'+fadebgcolor+'"></div></div>')
    else
    document.write('<div><img
    name="defaultslide'+this.slideshowid+'"
    src="'+this.postimages[0].src+'"></div>')
    if (iebrowser&&dom||dom) //if IE5+ or modern browsers
    such as Firefox
    this.startit()
    else{
    this.curimageindex++
    setInterval("fadearray["+this.slideshowid+"].rotateimage()",
    this.delay)
    function fadepic(obj){
    if (obj.degree<100){
    obj.degree+=10
    if (obj.tempobj.filters&&obj.tempobj.filters[0]){
    if (typeof obj.tempobj.filters[0].opacity=="number") //if
    IE6+
    obj.tempobj.filters[0].opacity=obj.degree
    else //else if IE5.5-
    obj.tempobj.style.filter="alpha(opacity="+obj.degree+")"
    else if (obj.tempobj.style.MozOpacity)
    obj.tempobj.style.MozOpacity=obj.degree/101
    else if (obj.tempobj.style.KhtmlOpacity)
    obj.tempobj.style.KhtmlOpacity=obj.degree/100
    else if
    (obj.tempobj.style.opacity&&!obj.tempobj.filters)
    obj.tempobj.style.opacity=obj.degree/101
    else{
    clearInterval(fadeclear[obj.slideshowid])
    obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")?
    obj.canvasbase+"_0" : obj.canvasbase+"_1"
    obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] :
    document.getElementById(obj.nextcanvas)
    obj.populateslide(obj.tempobj, obj.nextimageindex)
    obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)?
    obj.nextimageindex+1 : 0
    setTimeout("fadearray["+obj.slideshowid+"].rotateimage()",
    obj.delay)
    fadeshow.prototype.rotateimage=function(){
    if (this.pausecheck==1) //if pause onMouseover enabled, cache
    object
    var cacheobj=this
    if (this.mouseovercheck==1)
    setTimeout(function(){cacheobj.rotateimage()}, 100)
    else if (iebrowser&&dom||dom){
    this.resetit()
    var crossobj=this.tempobj=iebrowser?
    iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
    crossobj.style.zIndex++
    fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",50)
    this.curcanvas=(this.curcanvas==this.canvasbase+"_0")?
    this.canvasbase+"_1" : this.canvasbase+"_0"
    else{
    var
    ns4imgobj=document.images['defaultslide'+this.slideshowid]
    ns4imgobj.src=this.postimages[this.curimageindex].src
    this.curimageindex=(this.curimageindex<this.postimages.length-1)?
    this.curimageindex+1 : 0
    fadeshow.prototype.resetit=function(){
    this.degree=10
    var crossobj=iebrowser? iebrowser[this.curcanvas] :
    document.getElementById(this.curcanvas)
    if (crossobj.filters&&crossobj.filters[0]){
    if (typeof crossobj.filters[0].opacity=="number") //if IE6+
    crossobj.filters(0).opacity=this.degree
    else //else if IE5.5-
    crossobj.style.filter="alpha(opacity="+this.degree+")"
    else if (crossobj.style.MozOpacity)
    crossobj.style.MozOpacity=this.degree/101
    else if (crossobj.style.KhtmlOpacity)
    crossobj.style.KhtmlOpacity=this.degree/100
    else if (crossobj.style.opacity&&!crossobj.filters)
    crossobj.style.opacity=this.degree/101
    fadeshow.prototype.startit=function(){
    var crossobj=iebrowser? iebrowser[this.curcanvas] :
    document.getElementById(this.curcanvas)
    this.populateslide(crossobj, this.curimageindex)
    if (this.pausecheck==1){ //IF SLIDESHOW SHOULD PAUSE
    ONMOUSEOVER
    var cacheobj=this
    var crossobjcontainer=iebrowser?
    iebrowser["master"+this.slideshowid] :
    document.getElementById("master"+this.slideshowid)
    crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1}
    crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0}
    this.rotateimage()
    </script>

    Hello,
    It looks like you already removed some code from the
    fadeimages Array.
    In the fadeimages Array, the script is looking for three
    things: the image
    path, the link and the target.
    Since you don't want a link and don't need a target, just
    insert an "empty
    value" for each of these.
    You only have the image path in the code, so the script fails
    "when it
    doesn't find the other two things it's looking for"..
    Change this:
    fadeimages[0]=["restaurantexterior1.jpg"]
    fadeimages[1]=["restaurantinterior2.jpg"]
    fadeimages[2]=["restaurantinteriorwall.jpg"]
    To this:
    fadeimages[0]=["restaurantexterior1.jpg", "", ""]
    fadeimages[1]=["restaurantinterior2.jpg", "", ""]
    fadeimages[2]=["restaurantinteriorwall.jpg", "", ""]
    "" means no value, so now the script finds the image path,
    then finds the
    link which is empty and lastly, finds the target which is
    empty.
    Since it finds the three things it's looking for, it
    processes.
    Take care,
    Tim
    "Bashful Girlie" <[email protected]> wrote
    in message
    news:[email protected]...
    > Hi there,
    >
    > Can anyone tell me how to delete the 'link to' part of
    this JavaScript as
    > I am
    > using this slideshow from Dynamic Drive however I don't
    want to be able to
    > click on the pictures and be taken to another website.
    I'm not familiar
    > with
    > JavaScript so any help would be much appreciated.
    >
    > Thanks!
    >
    > <script src="SpryAssets/SpryMenuBar.js"
    type="text/javascript"></script>
    > <script type="text/javascript">
    >
    > /***********************************************
    > * Ultimate Fade-In Slideshow (v1.51): © Dynamic
    Drive
    > (
    http://www.dynamicdrive.com)
    > * This notice MUST stay intact for legal use
    > * Visit
    http://www.dynamicdrive.com/
    for this script and 100s more.
    > ***********************************************/
    >
    > var fadeimages=new Array()
    > //SET IMAGE PATHS. Extend or contract array as needed
    > fadeimages[0]=["restaurantexterior1.jpg"]
    > fadeimages[1]=["restaurantinterior2.jpg"]
    > fadeimages[2]=["restaurantinteriorwall.jpg"]
    >
    > var fadebgcolor="white"
    >
    > var fadeimages2=new Array()
    > //SET IMAGE PATHS. Extend or contract array as needed
    > fadeimages2[0]=["restaurantinteriorframed.jpg"]
    > fadeimages2[1]=["restaurantsign.jpg"]
    > fadeimages2[2]=["tablefortwo.jpg"]
    >
    > var fadebgcolor="white"
    >
    > ////NO need to edit beyond here/////////////
    >
    > var fadearray=new Array() //array to cache fadeshow
    instances
    > var fadeclear=new Array() //array to cache corresponding
    clearinterval
    > pointers
    >
    > var dom=(document.getElementById) //modern dom browsers
    > var iebrowser=document.all
    >
    > function fadeshow(theimages, fadewidth, fadeheight,
    borderwidth, delay,
    > pause,
    > displayorder){
    > this.pausecheck=pause
    > this.mouseovercheck=0
    > this.delay=delay
    > this.degree=10 //initial opacity degree (10%)
    > this.curimageindex=0
    > this.nextimageindex=1
    > fadearray[fadearray.length]=this
    > this.slideshowid=fadearray.length-1
    > this.canvasbase="canvas"+this.slideshowid
    > this.curcanvas=this.canvasbase+"_0"
    > if (typeof displayorder!="undefined")
    > theimages.sort(function() {return 0.5 - Math.random();})
    //thanks to Mike
    > (aka
    > Mwinter) :)
    > this.theimages=theimages
    > this.imageborder=parseInt(borderwidth)
    > this.postimages=new Array() //preload images
    > for (p=0;p<theimages.length;p++){
    > this.postimages[p]=new Image()
    > this.postimages[p].src=theimages[p][0]
    > }
    >
    > var fadewidth=fadewidth+this.imageborder*2
    > var fadeheight=fadeheight+this.imageborder*2
    >
    > if (iebrowser&&dom||dom) //if IE5+ or modern
    browsers (ie: Firefox)
    > document.write('<div id="master'+this.slideshowid+'"
    >
    style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:
    > hidden;"><div id="'+this.canvasbase+'_0"
    >
    style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;lef
    >
    t:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-
    >
    opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div><div
    > id="'+this.canvasbase+'_1"
    >
    style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;lef
    >
    t:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-
    >
    opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div></div>')
    > else
    > document.write('<div><img
    name="defaultslide'+this.slideshowid+'"
    > src="'+this.postimages[0].src+'"></div>')
    >
    > if (iebrowser&&dom||dom) //if IE5+ or modern
    browsers such as Firefox
    > this.startit()
    > else{
    > this.curimageindex++
    >
    setInterval("fadearray["+this.slideshowid+"].rotateimage()",
    this.delay)
    > }
    > }
    >
    > function fadepic(obj){
    > if (obj.degree<100){
    > obj.degree+=10
    > if
    (obj.tempobj.filters&&obj.tempobj.filters[0]){
    > if (typeof obj.tempobj.filters[0].opacity=="number")
    //if IE6+
    > obj.tempobj.filters[0].opacity=obj.degree
    > else //else if IE5.5-
    > obj.tempobj.style.filter="alpha(opacity="+obj.degree+")"
    > }
    > else if (obj.tempobj.style.MozOpacity)
    > obj.tempobj.style.MozOpacity=obj.degree/101
    > else if (obj.tempobj.style.KhtmlOpacity)
    > obj.tempobj.style.KhtmlOpacity=obj.degree/100
    > else if
    (obj.tempobj.style.opacity&&!obj.tempobj.filters)
    > obj.tempobj.style.opacity=obj.degree/101
    > }
    > else{
    > clearInterval(fadeclear[obj.slideshowid])
    > obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")?
    obj.canvasbase+"_0" :
    > obj.canvasbase+"_1"
    > obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] :
    > document.getElementById(obj.nextcanvas)
    > obj.populateslide(obj.tempobj, obj.nextimageindex)
    >
    obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)?
    > obj.nextimageindex+1 : 0
    >
    setTimeout("fadearray["+obj.slideshowid+"].rotateimage()",
    obj.delay)
    > }
    > }
    >
    > }
    >
    >
    >
    >
    > fadeshow.prototype.rotateimage=function(){
    > if (this.pausecheck==1) //if pause onMouseover enabled,
    cache object
    > var cacheobj=this
    > if (this.mouseovercheck==1)
    > setTimeout(function(){cacheobj.rotateimage()}, 100)
    > else if (iebrowser&&dom||dom){
    > this.resetit()
    > var crossobj=this.tempobj=iebrowser?
    iebrowser[this.curcanvas] :
    > document.getElementById(this.curcanvas)
    > crossobj.style.zIndex++
    >
    >
    fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"]
    > )",50)
    > this.curcanvas=(this.curcanvas==this.canvasbase+"_0")?
    > this.canvasbase+"_1" :
    > this.canvasbase+"_0"
    > }
    > else{
    > var
    ns4imgobj=document.images['defaultslide'+this.slideshowid]
    > ns4imgobj.src=this.postimages[this.curimageindex].src
    > }
    >
    this.curimageindex=(this.curimageindex<this.postimages.length-1)?
    > this.curimageindex+1 : 0
    > }
    >
    > fadeshow.prototype.resetit=function(){
    > this.degree=10
    > var crossobj=iebrowser? iebrowser[this.curcanvas] :
    > document.getElementById(this.curcanvas)
    > if (crossobj.filters&&crossobj.filters[0]){
    > if (typeof crossobj.filters[0].opacity=="number") //if
    IE6+
    > crossobj.filters(0).opacity=this.degree
    > else //else if IE5.5-
    > crossobj.style.filter="alpha(opacity="+this.degree+")"
    > }
    > else if (crossobj.style.MozOpacity)
    > crossobj.style.MozOpacity=this.degree/101
    > else if (crossobj.style.KhtmlOpacity)
    > crossobj.style.KhtmlOpacity=this.degree/100
    > else if
    (crossobj.style.opacity&&!crossobj.filters)
    > crossobj.style.opacity=this.degree/101
    > }
    >
    >
    > fadeshow.prototype.startit=function(){
    > var crossobj=iebrowser? iebrowser[this.curcanvas] :
    > document.getElementById(this.curcanvas)
    > this.populateslide(crossobj, this.curimageindex)
    > if (this.pausecheck==1){ //IF SLIDESHOW SHOULD PAUSE
    ONMOUSEOVER
    > var cacheobj=this
    > var crossobjcontainer=iebrowser?
    iebrowser["master"+this.slideshowid] :
    > document.getElementById("master"+this.slideshowid)
    >
    crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1}
    >
    crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0}
    > }
    > this.rotateimage()
    > }
    >
    > </script>
    >
    >
    >

  • Published website using Aperture:  how can I find the link?

    I have not figured out how to find the link to a website I have published using Aperture and .mac. When the upload is complete, a popup window appears giving the link, but days or months later, if I want to find that address again, say to forward to someone... how do I find it? I have searched through the Aperture interface for that Web Gallery and cannot find it. I have searched my iDisk and cannot find it. If I use iLife apps, they can easily be found on iDisk. Why is this not so with Aperture?
    Please, someone, tell me I am missing something obvious.
    Sol

    What I think Halprin was saying was create a bookmark in Safari when it opens after you have clicked on index.html inside the Portfolio folder.
    Also depending on the preferences you have in Safari you might be able to rediscover the site in Safari History. Mine keeps 7 days of history so you have a chance there.
    Apparently there is a way to incorporate such a site as Portfolio into .Mac Homepage. You would need to ask HELP about that as I have never used that facility. The address would be a long one.
    There are online services that convert long addresses intosomething shorter. You could try this one at: http://fype.com/
    I converted:
    http://discussions.apple.com/category.jspa?categoryID=160
    into
    http://fype.com/appletiger
    in a couple of seconds.
    Hope all this helps.

  • How can I make "Open Link in New Tab" open the new tab in the same window, not a different window?

    When I Ctrl-click a link and choose "Open Link in New Tab" it chooses to open the new tab in a different window (one that's already open) rather than opening the new tab in the same window. Even though the other window is minimized, it automatically gets restored and placed on top of the window I was in. This interferes with my context, forcing me to minimize the window again to get back to the one I was in before. I want the new tab to open in the same window, so I can still see the tab I was in. Some links seem to have the "Open Link in New Tab" behavior automatically, so I never know when I'm going to get thrown out of my current window. Very annoying.

    If you have a mouse with a scroll button then try to middle click the link to open the link in a new tab.
    It is also possible that the links use onclick JavaScript instead of a href to specify the action.
    See also:
    * http://kb.mozillazine.org/browser.link.open_newwindow.restriction
    * http://kb.mozillazine.org/browser.link.open_newwindow

Maybe you are looking for

  • Is there a way to clear the content stored in dbms_error_code

    Hi everybody, Here is my situation. I'm doing an application in forms 6.i. There's an ON-ERROR trigger defined at form level which calls a procedure programmed to treat errors. Inside this procedure I issue a message like "record is being used by ano

  • No longer able to sign in under real Apple ID--anyone know why?

    Yesterday I tried signing in to the Support Communities on my recently purchased iPad 2 and when I entered my longstanding still valid Apple ID and PW I was switched to a screen that stated "We're sorry Your account could not be created due to system

  • How to add fields in VA11 screen?

    Hello ABAPers,                        I want to add one field in inquiry form(VA11) can anybody give the steps to add a field in VA11 screen. I found tht user exit V45A0002 is used to add extra field. Is tht right i am totally new to the enhancements

  • How to create an instance of midlet with in a midlet

    Hi all, I have 5 midlets in the same project (midlet suite). I need one of the midlets (login midlet) to start and when login is verified i want to display list of the remaining midlets which can be launched as per user's chioce. My query is, how can

  • ITunes says my iPod is corrupted and needs to be restored..

    Ok, when I started up my computer today and opened iTunes to listen to my songs, it gives me an error message that my iPod is corrupted and needs to be restored before I can use it again. I've tried using different programs to back up my songs on my