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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by diades

  1. diades

    Whos Online

    You will need server-side scripting access/skills for this. Which facilities do you have? Unix, NT? ASP, Perl, PHP? Cheers Keith Administrator - javascriptcity.com
  2. diades

    get info from one form into another?

    Hi newbie This can, of course, be done but, isn't it a little sneaky? If the user cancels, they have decided that they do not wish you to have the information that they placed there. Unless, of course, you are telling them that you are cancelling but you are just going to copy the info and...
  3. diades

    Calling javascript function through onload

    Try this out: <script type=&quot;text/javascript&quot;> window.onload = forEnabledisable; </script> </head> <body> Cheers Keith Administrator - javascriptcity.com
  4. diades

    change input value in 2nd window

    Hi askey Is this what yhou want?: main page <html> <head> <title></title> <script type=&quot;text/javascript&quot; language=&quot;javascript&quot;> function test(){ var win = window.open(&quot;page1.htm&quot;,&quot;window&quot;); win.onload = win.document.frm.in_one.value = &quot;3&quot;; }...
  5. diades

    JAVA/VB SCript to set a picture as wallpaper

    Hi birklea, If you mean that you wish the image to become the tiled background image for the page then you will need dhtml: <form name=&quot;frm&quot; onsubmit=&quot;return false&quot;> <img src=&quot;mypic.gif&quot; id=&quot;pic1&quot; name=&quot;pic1&quot;> <input type-&quot;button&quot...

Part and Inventory Search

Back
Top