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

    The box with a Red X -- Missing swfs in Internet Explorer

    Some moron take care of my pc and somehow he managed to configure my Internet Explorer in a way that stops every swf and presents me with the red X white box. The moron can't recall the way he did that and I can`t figure it out. I hope somebody here knows how to solve this... It`s not a big...
  2. sandravega

    <img width=""> dinamically set

    Hi, This is my goal: I'm programming a dinamic site wich allows the administrator to load some images and then display them in the front-end site, something like a catalog. The front end is mainly a table wich shows the images and the text that the administrator saved in a Data Base, and I have...
  3. sandravega

    how you send and html formatted mail?

    Well, that's what I want to do: send an email with images and a css link to format it I'm constructing de headers part of the mail like this: $mailHeaders = "From: reserve@selfcatering.com.ar\r\n"; $mailHeaders .= "MIME-Version: 1.0\r\n"; $mailHeaders .= "Content-Type: text/html...
  4. sandravega

    Can't get with geturl and "get" method

    Hi, I want something as simple as: having a flash button, with this code: on (press) { sec = "mysection"; getURL("pagina2.htm", "_self", "GET"); } and having pagina2.htm with this other code (some javascript here, just to read the querystring) <script type="text/javascript"> function...
  5. sandravega

    binary stream - adodb.stream object

    Hi, two days ago I started the thread333-879450 about downloading pdfs. I searched and found two different aproximations to the problem: One is to use adodb.stream object to do the job (but I found out that Microsoft offers several patches to deactivate that object due to security problems) The...
  6. sandravega

    download pdfs

    Hello everybody I'm trying to put some links into my page to download pdf files. The goal is to offer 3 or 4 pdfs and let the user download them; the client requirement is that, when the user clicks the link1, the common dialog "open/download" appears to let the user download de pdf_1, and so...
  7. sandravega

    call a frameset and decide what the main_frame html should be

    Hi everybody I'm just curious about this: I have an introductory page in flash. Then, I call the frameset where all the site is arranged, using a line like: geturl("frameset.htm"); That loads the frameset with the default html page in the main frame. Now I want to let the user choose the page...
  8. sandravega

    sending values between swfs

    Hi Here´s my goal: I have a swf (intro1.swf) that calls another swf when the user releases a button, the code: on (release) { loadMovie("intro2.swf?idioma=ESP", 0); } of course, this unloads intro1.swf and loads intro2.swf. I believe that there's a way to read that variable "idioma" from...
  9. sandravega

    how to check image size (width & height) before uploading

    Hi you all I'm trying to accomplish this: I have a popup window (call it window_1) that lets the user to choose an image from his disk, then (if the user wants to) it lets him to see the real size of the image (opening an other popup, let's call it window_2), then there's a cancel button and an...
  10. sandravega

    how to pass an array from asp to vbscript?

    Hi I'm just trying to accomplish this: I use asp to recover information from a table into an array. I use asp because I want it in the server side... where the database is(uh, that's right, isn't it?I'm not sure) Then I need to pass this array to an client-side function, just to repopulate a...
  11. sandravega

    passing an array from asp to vbscript or javascript

    Hi I'm just trying to accomplish this: I use asp to recover information from a table into an array. I use asp because I want it in the server side... where the database is(uh, that's right, isn't it?I'm not sure) Then I need to pass this array to an client-side function, just to repopulate a...
  12. sandravega

    refreshing and ilayer or iframe after some updating

    Hi this is my first in this forum. I have a problem I think should be solved with javascript and ilayers, or Iframes but I'm not sure. I have a form (an asp one) where users update information about movies. There is a select where they can choose the type of the movie (if it is for kids, if it...
  13. sandravega

    auto execute php pages

    Hi, I'm developing a complex site for a complex client (deaf type of client, he never listens to any advice) and I'm supposed to make some php pages auto-execute themselves in certain time and certain days. My client has a Server with Windows 2000 and IIS and some component (I don´t remember...
  14. sandravega

    saving images

    Hi I'm trying to accomplish this: If I let the users upload images in my web, I want to get some control over the size of the images they´re uploading. Also, I want to save the images as separate files in a directory, not in a blob field in a database. So my code gets the image from the path...
  15. sandravega

    receiving XML data from flash

    Hi, I want to save some data from flash, and be able to retrieve it. I figured that the best way is -creating xml in flash -sending it to php -saving into a database So i'm using the flash' xml.send method... but i just can´t figure out how do i &quot;receive&quot; the data in php. so, in...
  16. sandravega

    what if a blob is empty

    Hi, I'm new to this forum (and almost new to PHP) I'm retrieving images from a table, using this code: <td><img src=&quot;image.php?id=<?php echo $id; ?>&quot;></td> where the basic code for IMAGE.PHP is: <?php require(&quot;config.inc&quot;); global $id; $sql = &quot;SELECT imagen FROM...
  17. sandravega

    sending xml to php

    Hi, I'm really new here and I'm really new with flash. Also, english is not my mother language so I hope I'm clear enough... I'm sorry if not. I want to save some data from flash, and be able to retrieve it. I figured that the best way is -creating xml in flash -sending it to php or asp script...
  18. sandravega

    stopping a Query whenever i want

    Hi, this is my first participation here. English is not my mother language so I hope I'm clear enough... sorry if I'm not. I was asqued to write a programm than can stop and restart a query or stored procedure (in SQL Server 7) when it is in process whenever the user wants. He has many stored...

Part and Inventory Search

Back
Top