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

    Passing variables from browser address bar

    Hi all, We use one small php script with php mail function in our web. The script did working just fine until we change the web server. We did investigate and we found the new server only accepts variables if we use the post method. We did fix the script. The problem now it was how can we use...
  2. dominiopt

    Textbox to reach web page

    I all, i need to open several web pages inputing their name in one textbox. Example T1=PageA this should open the web page PageA.htm, however i miss the code for this. Can someone help me ? <form method="post"> <input type="text" name="T1"> <input type="button" value="GO"...
  3. dominiopt

    PHP call without display window

    Hi, sorry if this was one old threat but i coundn't find any way out. It's possible to do one PHP call like the follow without display the PHP window in browser (stay only with the htm window) ? <a href="http://domain/page.php">Click</a> <a href="http://domain/page.php?Check=Ok">Click</a>...
  4. dominiopt

    Hiperlink with one php call

    Hi, i need make one hiperlink that when user click goes somewhere and at some time do one php call. It's possible to do ? <a href="test.htm">test link</a> The user click must do also one call to test.php file. Thanks Fernando
  5. dominiopt

    Hiperlink with php call

    Hi, i need make one hiperlink that when user click goes somewhere and at some time do one php call. It's possible to do ? <a href="test.htm">test link</a> The user click must do also one call to test.php file. Thanks Fernando
  6. dominiopt

    Dynamicdrive conveyor belt adjustment request

    Hi, can someone help me changing the dynamic drive convoyer belt code for ... remove out the transition space between first and last slide. Original code place http://www.dynamicdrive.com/dynamicindex14/leftrightslide.htm Thanks Fernando
  7. dominiopt

    Horizontal single image scroller

    Hi, can someone help me with this javascript ? Horizontal single image scroller (infinite loop) (horizontal image size bigger then scroller size) Thanks in advance Fernando
  8. dominiopt

    MSCVRT.MSM merge module as a dependency

    Hi the Microsoft installer gives me that message ... The MSCVRT.MSM merge module referenced as a dependency of another merge module is not included in the project. What i can do to solve this ? Thanks Fernando
  9. dominiopt

    Vb uninstall app with MSI

    Hi i'am newbie using microsoft installer package. So far i'am learning (my msi installation are workable) but ... my main question is how can i do one app uninstall option ? even in start-settings-pannel-add remove soft i don't find the usual app uninstall reference. Thanks Fernando
  10. dominiopt

    Direct emails to mail accounts

    Hi i have several mail accounts, how can i do to direct receive emails in accounts folders. Thanks Fernando
  11. dominiopt

    Eudora faxes and signatures

    Hi i'am coming from Outlook and i was newbie with Eudora. I have several questions regard this well known package and i appreciate some clear answers from some expert users. 1. Eudora signatures can be done on html basis (like tables with text and pictures) i mean like outlook ? 2. Can i send...
  12. dominiopt

    Windows starting problems

    Hy guys, sorry if i miss something in my problem description, but i'am not expert on this subject. The problem is in the computer start, freezes in network log. I did try allready change properties to windows log on, also i did disable the hardware profile of the Ethernet adapter ...
  13. dominiopt

    Html code writed in last line and show at first

    Hi guys maybe the subject it's to much confuse. The question is regarding the sequence of write the html. In one database html type page i need put one link on top of the actual page to next page. However i only know if exists next page after full code page running. At this moment can i...
  14. dominiopt

    Comment box with mouse over

    Sorry if i don't know the exact name for this ... In one html page when we mouse over certain elements appears one yellow box with some comments. How can i do that in html code. Thanks Fernando
  15. dominiopt

    ShellExecute or string definition ?

    Hi everybody in the following piece of code after several mail addresses combined in message (String) the ShellExecute don't launch as expected the mail software, like he does for few items. The problem must be in ShellExecute or in String variable definition String (fixed-length) or String...
  16. dominiopt

    How can i remove item from FileListBox

    After Kill file. Since File1.RemoveItem File1.ListIndex doesn't work. Thanks
  17. dominiopt

    File1.Path = Dir1.Path

    File1.Path = Dir1.Path Related with this subject it's possible to do the following feature ? ... without changing the actual open path, if user mouse click some previous folder (without close the path) present in File1 the files in their actual click folder position ? Thanks Fernando
  18. dominiopt

    File.gif it's animated or not ?

    Good day to all. My specific question it's if i could scan one &quot;file.gif&quot; and knows if it's animated or not ? Thanks Fernando
  19. dominiopt

    Loading resizing and save picture

    I guys can someone help me on this. 1.Why this code still given me this error ? Run error 438 (object doesn't support this property or method) 2.I have also problems in LoadPicture uses Twips and SavePicture uses Pixels, how can i load pic also in Pixels ? Dim pic As Picture Dim...
  20. dominiopt

    Loading pictures

    Subject : Loading pictures Hi guys, i hope someone can help me with this problem. The following problem are related with computer RAM, not with loading time. Supose i have 50 pics 600x600 pix with 1 Mb each to load with 20x20 pix for one htm page. If the machine have 30 Mb RAM i couldn't...

Part and Inventory Search

Back
Top