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!

Recent content by dominiopt

  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

    Many thanks i got it. Fernando
  3. 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"...
  4. 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>...
  5. dominiopt

    Hiperlink with one php call

    What code ? the php one. When user clicks hyperlink goes to html page, and server sends one mail warning "You have visits", i don't wan't any php page coming on in browser. <?php mail("<mail@me.com>","You have visits","",""); ?> Thanks
  6. dominiopt

    Hiperlink with one php call

    Thanks cLFlaVA, The problem is if i put the php call in the href i got one new page (php) in the browser and after the htm page. Since i only wan't open the htm page the php it's only for email warning i couldn't applie your sugestion. Fernando
  7. dominiopt

    Hiperlink with one php call

    I miss this, i did try this code but doesn't work ... <a href="text.htm"onclick="content.location.href='test.php';"> Thanks for your help Fernando
  8. 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
  9. dominiopt

    Hiperlink with php call

    Sorry mistake i post in wrong board. Can you help me ?
  10. 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
  11. 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
  12. dominiopt

    Horizontal single image scroller

    Ok Dan, scrolling repeat indefinitely ? Yes adjustable speed ? Yes scrolling from ? left to right Thanks Fernando
  13. dominiopt

    Horizontal single image scroller

    Hi know that, but doesn't fill my needs. Thanks any way. Specific need "single image scroller". Fernando
  14. 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
  15. 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

Part and Inventory Search

Back
Top