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

    Download Link

    I have a question regarding this technique. Most people use a javascript:window.open to call the download.php file. After the file we want to force downloading is indeed downloaded, I could not use javascript:window.close() to close the window were download.php is. Any ideas? Thx Ricardo...
  2. vercesi

    How do youI open a new page without user response?

    you just have to opt... /*Ricardo Vercesi - Web Development*/ <!-- www.1000olhares.com --> <!-- www.simetrias.net -->
  3. vercesi

    How do youI open a new page without user response?

    the advantage of using Javascript to redirect is that you can do it even after you have sent headers (eg cache control). /*Ricardo Vercesi - Web Development*/ <!-- www.1000olhares.com --> <!-- www.simetrias.net -->
  4. vercesi

    How do youI open a new page without user response?

    Personally I use javascript. The simpliest form: <script language=&quot;javascript&quot;> window.location='whatever.php?whateverquerystring=whatevervalue'; </script> /*Ricardo Vercesi - Web Development*/ <!-- www.1000olhares.com --> <!-- www.simetrias.net -->
  5. vercesi

    What happened IIS used to have no problem with this ASP

    That error ussually occurs when IIS/ODBC/ADO engine doesn't find the database. Check your DSN configuration. /*Ricardo Vercesi - Web Development*/ <!-- www.1000olhares.com --> <!-- www.simetrias.net -->
  6. vercesi

    load swf into film exported as .exe

    Couldn't you load the images with LoadMovie? At least they'll be loaded only when needed! /*Ricardo Vercesi Web Development*/
  7. vercesi

    load swf into film exported as .exe

    First of all, what on earth have you got in a flash movie to have it weight 50megs? Isn't there someway to put that on a &quot;diet&quot;? To know for sure if your mc is loading make a simple preloader. There are lots of examples out there. /*Ricardo Vercesi Web Development*/
  8. vercesi

    something verry interesting.

    Just another reason to hide html/js code. When you've created a media player and are developing for a radio bradcast website, like sonicnet. You don't really want to let people know where the stream is coming from, do you? Go to www.cotonete.iol.pt or www.radiocidade.iol.pt or...
  9. vercesi

    How can I have an easy template system?

    Hi there! Before I begin, let me state that this idea came originally from a coleague, Nuno Baptista, with whom I'm proud to work with. Having said that and apologizing for any spelling errors, let's begin. What's one of the worst things developers have to deal with? I'm guessing, besides...
  10. vercesi

    Validation Script

    ;) /*Ricardo Vercesi Web Development*/
  11. vercesi

    file upload of only specified file types? &quot;HELP!!!&quot;

    Hi there! Is there a way to restrict file types when the browse common dialog window appears? I'm using my own upload engine and the form Enc type is Multipart Thanks Vercesi
  12. vercesi

    How do I change the text in a Flash standalone title bar

    You can try using some software like exescope (don't remember if this is the correct name) Additional info on this can be found on FlashKit. Here's the URL: http://www.flashkit.com And the Tutorials page: http://www.flashkit.com/tutorials/index.shtml Check the Projector category Regards Vercesi

Part and Inventory Search

Back
Top