Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: deca
  • Order by date
  1. deca

    Layer clip

    Hi! I have to create a layer that "cut" everyting that exceeds from the margins of the layer. How can I do this? Grazie e ciao! DeCa
  2. deca

    Some IE but not others?

    This situation is very strange! So, the "bad" line is this one: if (top == self) self.location.href = "http://www.mydomain.com/";; The first thing I would try to do, is delete the second ";" from the code. The second is find what is "top". If top is not...
  3. deca

    Some IE but not others?

    Try to remove the two comments at the beginning (<!--//) and at the (//-->) end of the script. Bye!
  4. deca

    Change layer image / embed options

    Hi! I have to ask you 2 thing: 1) How can I do this (change image) in IE? document.myLayer.document.myImage.src='newImage.gif'; 2) I have this object into a page: <embed name=&quot;sound1&quot; src=&quot;sound1.wav&quot; hidden=&quot;true&quot; autostart=&quot;false&quot...
  5. deca

    How many layers?

    Hi! Cool! Thanks very much for the tip! :) Ciao ciao!! DeCa
  6. deca

    How many layers?

    Hello! I need to know how many layers are present in my page. There is a variable or something to do this? Thanks and bye! DeCa
  7. deca

    How to hide a pop-up menu

    Thanks very much, now everything is perfect! :)<br><br>Thanks and Bye!<br><br>DeCa
  8. deca

    How to hide a pop-up menu

    I've tryed your solution, but I can use it only with a link, like this:<br>&lt;a href=&quot;javascript:hideLayer()&quot;&gt;Close the window&lt;/a&gt;<br><br>But, if I do this, for example:<br>window.onFocus=&quot;javascript:hideLayer()&quot;;<br>it doesn't function.<br><br>How can I...
  9. deca

    How to hide a pop-up menu

    Hi!<br><br>I've got a pop-up menu, built with a layer.<br>I would like to hide it when the user clicks on the page, somewhere out of the layer.<br><br>How can I do this?<br><br>Thanks and bye! <br><br>DeCa
  10. deca

    How can i change the source of a image in Netscape 4 o later?

    Thank for your answer and excuse my english, i'm spanish.<br><br>I forgot to tell in my question a thing, the images are in the Client and the page in the server. The code is correct because in I.Explorer 5.0 work.<br>I need to change the source to a local image(is in the client)...
  11. deca

    How can i change the source of a image in Netscape 4 o later?

    Thank for your answer and excuse my english, i'm spanish.<br><br>I forgot to tell in my question a thing, the images are in the Client and the page in the server. The code is correct because in I.Explorer 5.0 work.<br>I need to change the source to a local image(is in the client)
  12. deca

    How can i change the source of a image in Netscape 4 o later?

    Try using <br>document.images[&quot;nameImage&quot;].src=&quot;FileName&quot;<br><br>I don't know it's right, but try it.<br><br>Bye!

Part and Inventory Search

Back
Top