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 strongm 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: dandrey
  • Order by date
  1. dandrey

    Genealogical tree and images

    Thanks everyone for your support and i really need to find documentation about it because i believe it's complex in this case for me, specially because a son can have parents and at the same time the parents has their own parents and so on, so i really appreciate your help with this. Thanks
  2. dandrey

    Genealogical tree and images

    Hi, i need to do a horse genealogical tree but i don't know where to start from and i hope you can give ideas of how deal with this and also i need to save in the Horse's Curriculum Vitae and image of it how can i do both? Thanks in advance for the help.
  3. dandrey

    Resize images

    Hi, i need a code that helps me to show pictures and because of the different sizes that an image could have i'd like to know how to say the size of the image in % and keep the proportion of it. This has to be done before the web page finish loading. Thanks in advance for the help.
  4. dandrey

    Resize images with ASP

    Hi, i need a code that helps me to show pictures and because of the different sizes that an image could have i'd like to know how to say with ASP the size of the image in % and keep the proportion of it. Thanks in advance for the help.
  5. dandrey

    Image and windows size

    Hi, i would like to do this, i would like to have a window and at the bottom some pictures strip, this pictures should have the 30% of the it original size and when the user clicks on the image, the window should change the size according to the image original size, how can i do this? Thanks...
  6. dandrey

    Uploading Images files with pure ASP

    I'm trying to upload image files with ASP i found some scripts but this works for all file types and as you know this could be a problem because some malicious files, i even try to modify the code but it's problem becuase when i solve one problem others come up and i'm wasting my time with this...
  7. dandrey

    Combobox and more than one value in it

    Hi, i have a asp page with a combobox which i want to place more than one value to work with and i want to know how to do this and also manipulate this values by separate? Thanks in advance for your help.
  8. dandrey

    Javascript variable and ASP

    Hi, i'm having problems with a variable in Javascript that i'm trying to use with ASP but always get an error. This is my code: <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <!--#include file="conn.vbs" --> <html> <head> <meta http-equiv="refresh" content="300; URL=Refresh.asp"> <% %> <script...
  9. dandrey

    Save a web content each 10 minutes

    Thanks Tarwn, specially you Tarwn But i would like to know how to do this that you mentioned... If all you want to do is keep track of time between button pushes, you could just record the server time from each button push and use datediff, no javascript required and it means the time is...
  10. dandrey

    Save a web content each 10 minutes

    Hello, i have a timer in an ASP page but sometime the users forget to push the save button and shutdown the computer and the time is not saved, therefore, i´d like to save the content of the page each 10 minutes without stopping the Javascript counter, how can i do this? Thanks in advance for...
  11. dandrey

    Show element in parent window from child window

    Thank you all. I tried with this opener.document.getElementById('layerb').style.display = 'block'; and it works, thanks.
  12. dandrey

    Show element in parent window from child window

    Thanks, i change it already but... Error: window.opener.document.forms.formcat.getElementById is not a function Archivo Fuente: http://ads.memosticker.com/SearchSubCat.asp?valpass=1 Línea: 12
  13. dandrey

    Show element in parent window from child window

    Thanks for your reply, and i tried but it doesn't works, this is the error that i'm getting from the child window. Error: window.opener.document.formcat.getElementById is not a function Archivo Fuente: http://ads.memosticker.com/SearchSubCat.asp?valpass=1 Línea: 12
  14. dandrey

    Show element in parent window from child window

    Hi i have a web page that hides me some objects when is loaded and this part is working fine, but from a child window i'm trying to show the element hidden, but this is not happening. This is the code from the Father window: HTML code: <style type="text/css"> <!-- #layeremp...
  15. dandrey

    Fixed Frames

    I have a web page with 3 frames and i want to have this frames fixed, because the way i have them now, when you change the resolution of the monitor the size of the frames change and the content doesn't look well. How can i get fixed the frames? Thanks for the help
  16. dandrey

    Which users are online

    it is a public site of my own.
  17. dandrey

    Which users are online

    I'd like to know Which users are online on my website? For instance, forums and personal contact sites that are able to see which members are online. Thanks in advance for your help
  18. dandrey

    Exporting from Fireworks to HTML

    I've created a HTML web page from Fireworks but i want to center the table and i can't do it because of some CSS code... my html code is: <div id="FWTableContainer2058007880"> my css code is: #FWTableContainer2058007880 { /* The master div to make sure that our popup menus get aligned...
  19. dandrey

    Take the value of a combobox

    yes, it works for me, thanks
  20. dandrey

    Take the value of a combobox

    Hi, i'd like to know how can i display the item that the user selected of a listbox instead of the value? Thanks in advance for the help.

Part and Inventory Search

Back
Top