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

    Debug suddenly stopped working... but the system seems ok otherwise.

    when I get an error and hit Debug to show me the exact location of the error the screen goes blank. Everything otherwise seems to work ok.. Do i need to reset the debug section somehow?
  2. tommytx

    How to click a button using VBA inside HTA page.

    I have tried everything I can think of to click the button anyone haveing any other ideas would be greatly appreciated. I have sent the entire code in the attachment. Just run it and click the Craig MLS button and it will fill the user name and password box but will not click the button. The...
  3. tommytx

    how to cause perl to quit and load an html file.

    Can someone help me.. I have a perl program that does some specific things, but in the first line before it takes any real action i want it to check for a certain IP and if that IP exists, exit the perl program and load an html file. So bottom line is it would look like this in php but not sure...
  4. tommytx

    How to use target with javascript location.href

    works just fine. **************** <script> function getsub() { location.href="vbchsub.htm"; } will not work ************* <script> function getsub() { location.href="vbchsub.htm" target="myiframe"; } works fine but must use a form. (but if I add another form on this page it stops working.)...
  5. tommytx

    How to get links using document.getelementsbyTag('a&quot;)

    Here is what I am trying: Set WshShell = WScript.CreateObject("WScript.Shell") Dim ie Set ie = CreateObject("InternetExplorer.Application") ie.Visible = TRUE ie.Navigate("http://www.adsentry.net/form.htm") Do until ie.ReadyState = 4 WScript.Sleep 50 Loop WshShell.AppActivate "My Test...
  6. tommytx

    How to feed XML to the pinging source...

    I have no idea where to ask this question.... so maybe some one can steer me to where this question should be asked. I am in the process of designing a new pinger to ping a system to let them know a blog has been updated.. So in order not to aggravate the pinging companies out there, I am...
  7. tommytx

    How to write to apache httpd.cnf

    I am trying to write the wild card for domains into the httpd.cnf but am not sure how to do it. Can someone help me. Or steer me to a tutorial.
  8. tommytx

    How to get data by name vice by field number.

    I am using VB6 and the ADODB.Connection. How do I say List2.AddItem db_url I don't want to fill the List1 box by calling .Fields(2) names. List1.AddItem rstRecordSet.Fields(2) db_Url is the actual field name used in the database. In other words how do I get the item from the database into the...
  9. tommytx

    Access to Iframe via Javascript when Iframe un-named.

    How can I access an Iframe via javascript without the iframe having a name or Id. I understand they fall into the frames category and may be accessed with something like <script> alert(document.frames[0].n_one.value); </script> However I have tried various frames commands and no help. Even...
  10. tommytx

    Install fonts to photoshop7 windows XP

    I have several fonts that were received with a website template, and the fonts are not in any installer program, they are separate. How do I install them so that photoshop 7 will pick them up. I can go to start, settings, control panel, and click on the fonts folder and I see a lot of fonts...
  11. tommytx

    Server Permissions for ASP on Windows 2000 server.

    I have a windows 2000 server that was working just fine, until all of a sudden it won't let me update or add records to any microsoft data base mdb that I have on the server. It comes back with Permission denied, so I tried to write a simple text file using asp and could not write that either...
  12. tommytx

    where to find tut on masking/blend photo.

    This is a simple one, but I can't find a tutorial on how to make soft shadows around a photo. I have tried searching for mask, blending and etc, but none turn up what I am looking for. I know someone out there knows exactly what I am looking for and where to find it. If I knew the correct search...
  13. tommytx

    Connect frm cmd line but not via php to mysql database.

    I have installed a new issue of mysql 4.1 and am able to build and control a database via the cmd line. However I can't connect using php. My system is windows XP. My php commands require a pw and user name and I don't have a user name. I tried to connect to the root with php and could not...
  14. tommytx

    Clip running wild. Help!

    Help! I can't find anyway to stop this thing. The clipevent moves the movieclip which is named mymovie_mc (instance) right of the bottom of the stage and keeps going. I have tried all the items following the // but none of the have any effect on stopping this thing. How do I stop this thing. I...
  15. tommytx

    How to do star wars text using Photo Shop.

    Does anyone know how to make the text lay down and get smaller as it gets further away like the star wars text does. You can see a very nice example at http://www.vahud.com/shape1.swf .Apparently this is just a graphic of text that was converted to a symbol for flash, if I knew how to make the...
  16. tommytx

    Monitor end of music to call get URL.

    I need to write script to call another flash external movie with getURL at the instant the music stops. The initial flash program gives a show on stage with curtains opening and some acts on the stage, and after the show, the curtans close and the stage remains in tact with no futher action on...
  17. tommytx

    Realistic FLASH spotlight beam not using circular mask.

    Realistic FLASH spotlight beam, not using a circular mask. I am in desperate need of some information, about realistic spotlights designed with flash. I need the kind that shoot a beam with a round circle on the floor. I have found a great example, at http://www.grisu.com and the owner even...
  18. tommytx

    control of movie with myclip command.

    I am experinced in the control of movie clips remotely when the movie clip is part of the program and in my library. Is there anyway to control a flash movie when an swf file is brought in via loadMovieNum(movie1.swf",2); Is there anyway to tell it to stop when I want it to, or start or replay...
  19. tommytx

    animating curtains to open on a stage.

    Please help, does anyone know of a tutorial that aninmates curtains on a stage to open and close. Or even a working example on a site so I could possibly contact the designer to buy the source code. I am very interested in learning how to make curtains on a stage open realistically. I am doing...
  20. tommytx

    flash access to temporary internet files?

    Is there anyway to make flash look at the temp internet files. I have a program that is photo heavy, actually a slide show and it pulls jpegs at 50k per photo. However it also pulls a lot of bandwith, no matter how many times you flip thru the photos, it gets a fresh copy from the server. It...

Part and Inventory Search

Back
Top