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 bkrike 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: Izzo
  • Content: Threads
  • Order by date
  1. Izzo

    I wonder if someone knows how to do

    I wonder if someone knows how to do this. I'm trying to figure out how to remove the complete event and handler - onLoad="Bob()" as in Example 1 below - if they are the only ones in the body tag. Or, remove "only" the handler - "Bob()" if another handler is...
  2. Izzo

    This is a test only

    function PreloadImages(length, path, type) { for(var i = 1; i<=length; i++) { this[i]= new Image() this[i].src= path + i + type } return this } ovr=new PreloadImages(10,'Sub_Menu_1/sub1_butovr','.gif') nrm=new PreloadImages(10,'Sub_Menu_1/sub1_but','.gif') ovrB=new...
  3. Izzo

    image rollover script

    Hi All, I'm trying to make an image rollover script work by using the &quot;same&quot; functions (Iswap) and (Iback) for 2 different variables(?) ovr,nrm and ovrB,nrmB. The script below works for the first set-(ovr,nrm) but I need to know how to make it work for the second set-(ovrB,nrmB)as...
  4. Izzo

    onBlur window close

    Hi All, In a popup I have <body onBlur=self.close()> Works fine but what's happening is if I click into a table on that page the focus goes to the table therefore blurring the body and closing the window. I'm trying to make an else/if script that will ignore the table focus or else close the...
  5. Izzo

    Do Javascript functions have a history?

    Is it possible to call the last function executed? For instance a function is executed and completed. Then another function is called to execute this exact function again? not a new one. It would act like the browser history does. Izzo
  6. Izzo

    Hi flashers Is there a way to ma

    Hi flashers Is there a way to make a flash button work onClick to open a new window browser in Dreamweaver? Works with onMouseOver but no onClick Thanks
  7. Izzo

    Swap image inside &lt;div&gt; NN errors

    hi all, Does anyone know why this script would not work in Netscape4.7 with the images in <div>'s? [A portion of the <head> script] over=new PreloadImages(20,'nav2_images/butovr','.gif') norm=new PreloadImages(20,'nav2_images/but','.gif') function Iswap(num){ if(document.images)...
  8. Izzo

    Border at bottom of Page

    Hi all, I can't seem to sucessfully make a small strip appear at flush with the bottom of the browser when there is not enough content for a scrollbar. I have tried making a 3row table, height set to 100% with a 20px spacer gif in the top and bottom cells and more nested tables in the center...
  9. Izzo

    CSS Page Margins

    I'm having trouble understanding this. I am using this code: body { margin-left: 0%; margin-right: 0%; } but I thought percentages were bad to use instead of pixel sizes. What I want to do is set ALL 4 Page margin widths to &quot;0&quot; so there are no margins and that will work in Netscape...
  10. Izzo

    How can you can call a frameset wit

    How can you can call a frameset with a specified frame loaded. Can anyone help me, please? As an example, I want to load framesetA.html but with newinnerframe.html loaded in rightFrame instead of oldinnerframe.html as specified in the frameset. Izzo
  11. Izzo

    How you can call a frameset with a

    How you can call a frameset with a specified frame loaded. Can anyone help me, please? As an example, I want to load framesetA.html but with newinnerframe.html loaded in rightFrame instead of oldinnerframe.html as specified in the frameset. Izzo
  12. Izzo

    My tottering neurons have lost trac

    My tottering neurons have lost track of how you can call a frameset with a specified frame loaded. Can anyone help me, please? As an example, I want to load framesetA.html but with newinnerframe.html loaded in rightFrame instead of oldinnerframe.html as specified in the frameset. ...Izzo...
  13. Izzo

    I have a Flash movie inserted into

    I have a Flash movie inserted into my page. Works fine in preview in browser from DW. But when I upload it to my server and check it...it won't load. If I right click in the browser it shows that the movie is there but it just won't load and play. I have the .swf in the same folder as the .htm...
  14. Izzo

    Next sound Prob

    Congrats Oldnewbie on your hard work. I have a &quot;Main&quot; movie. I have a &quot;Sound&quot; movie. The sound movie is started via &quot;loadMovieNum&quot; from the main movie and it works great! The &quot;Main&quot; movie has a preloader and it works!...but... the sound movie needs a...
  15. Izzo

    Loop sound gaps

    I can't seem to get rid of the tiny gap (pause) between the end of a loop and the beginning. How is this accomplished?
  16. Izzo

    Streamin Sound

    I have a secondary movie with a sound file (MP3 250kb mono stream)occupying about 425 frames. and that's all that's in that movie. My main movie has a &quot;loadmovie&quot; action in frame 1 to activate the sound of this sound movie. . When I test (main)Movie it works fine inside of Flash5 but...
  17. Izzo

    Full Browser &lt;not Full screen&gt;

    How to make a flash movie resize itself in a browser according to the size of the browser? I want to make a flash movie &quot;full browser&quot; and when it is resized the movie resizes with it, everything..the text and animations get smaller or bigger when browser resized. Thanks...Izzo

Part and Inventory Search

Back
Top