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

    Thread to test for computer internet connection

    I have been asked to add some code to a flash.exe file that when opened, off a CD, it will check for a web connection and pass back the information to the provider that the file has been accessed. Thats all. I have suggested that most firewalls will block this connection but if someone knows how...
  2. jezx

    Mac pc text different. The <p> tag propblem

    when using the <p> tag and a style sheet the text layout is fine on pc but not on mac. This only happens if the <p> tag is repeated in the body of text. It happens in a table on the wrap around example; <table width="750" height="700" bgcolor="#336666" BORDER="0" CELLPADDING=0 CELLSPACING=0 >...
  3. jezx

    mpeg fullscreen with lingo

    I have an mpeg1 video clip. I want to place the film in a movie then when you click on it it goes full screen and another click goes back to origional size any one know a script? the mpeg1 playes full screen in media player
  4. jezx

    How do I refresh a window and stop origin window jumping top of page

    I have used this code which works great but now the origional window (contains open.window code)jumps to the top of the page. How can I stop it and get it to remain static when clicked href=# and onClick=goTo(URL); function goTo(URL) { newWin = window.open(URL,'','HEIGHT=385,WIDTH=450,')...
  5. jezx

    refresh pop up window

    How do I refresh a window when using the script? <a href=&quot;javascript:location='#.html';window.open('cottagesb001a.html','photo01','HEIGHT=385,WIDTH=450,')&quot;> the window opens but if I go to main page and click another image to open in same window the window is at the back
  6. jezx

    making images snap to a position.

    How do I make an image be dragable to a space and then when dropped it snaps to the space. I want to be able to do this with a series of images in a quiz so that when you have the images arranged in the right order it tells you it is correct.
  7. jezx

    how do I set the goto command to be active if the mouse does not move

    Any Ideas? how do I set the &quot;goto&quot; command to be active if the mouse does not move for say 3 minutes. The code should say if x coordinate of mouse does not change for 3 minutes then goto scene 1.

Part and Inventory Search

Back
Top