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 Chris Miller 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: DimisD
  • Order by date
  1. DimisD

    Run javascript inside php

    Hi, How can i put the following code inside php? <?php <p><A HREF="javascript:history.go(-1)" style="color:#D41839; text-decoration:none;">previous page</A></p> ?> Thank you
  2. DimisD

    php - css switcher

    Well, thank you feherke for your reply, but i don't really understand your point. You see, my knowledge on php is zero. Can you propose a solution? Can i do something to fix the problem? thank you
  3. DimisD

    php - css switcher

    Hi there, I have a problem running a php css switcher script. Although i followed the instructions exactly as they are written in "http://alistapart.com/articles/phpswitch/", it doesn't work. Details - [My test site is www.goalit.gr] 1. I have put in the index.html file the codes: a)...
  4. DimisD

    Drop down menu -&gt; open (parent/blank)

    Hi rac2, What i want, is when pressing button "Go", to go to the Selected address + in the Selected target. I put another unsuccesfull way i have tried to do it: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>SelectedIndex [file +...
  5. DimisD

    Drop down menu -&gt; open (parent/blank)

    Hi there, I have two drop down menus in a form. Onew for the "action" and the other for the "target". Somewhere in the code below is wrong and the script doesn't function. Can somebody help?? thank you <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />...
  6. DimisD

    Reload - Refresh multiple iframes

    Thank you monksnake for your emmediate response!! Strangely, the code does not work.:(. Im i doing something wrong???? thank you <html> <head> <script type="text/javascript"> function Reload (iframeID) { var f = document.getElementById(iframeID); if (iframeID = "iframe1") { f.src =...
  7. DimisD

    Reload - Refresh multiple iframes

    Hi there, Can somebody please fix the code bellow? I have 2 iframes and i want to reload them with the buttons bellow them. Also, if it is easy, i wonder if you can make three more functions : refresh, history+, history- thank you! <html> <head> <script type="text/javascript"> function...
  8. DimisD

    Reload - Refresh multiple iframes

    Hi there, Can somebody please fix the code bellow? I have 2 iframes and i want to reload them with the buttons bellow them. Also, if it is easy, i wonder if you can make three more functions : refresh, history+, history- thank you! <html> <head> <script type="text/javascript"> function...
  9. DimisD

    switch between iframes

    Hi again guys!, I hope you are fine...:)! Finally i succedded with your propositions/help and some stuff from internet, to find a solution, with some problems though... In the code below, i was wondering if you can check out the code for errors and also i you can make the css working (it...
  10. DimisD

    switch between iframes

    Thank you also dwarfthrower, but neither this works. Another friend suggested the code bellow, which doesn't work in firefox...(it works in ie but with errors) Can you help the situation? <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iframes...
  11. DimisD

    switch between iframes

    Thank you very much monksnake!!! i can't run the script though....:( is there somewhere an error???
  12. DimisD

    switch between iframes

    Hi, I want to make a web page with a number of iframes, that hide/unhide in the same position. Does anybody know how i can switch between these iframes? By switching (and not by going straight to the iframes address), i don't loose the navigation of each iframe. Thank you in anticipation...
  13. DimisD

    Google custom search engine

    I forgot to thank also Kaht.. thank you Kaht too!!! Just some details for the charset problem: The 1st page (my page), has encoding charset=utf-8 The target page has encoding charset=iso-8859-7. The target page is a greek search engine page, so i don't have access in it. (Searches domains...
  14. DimisD

    Google custom search engine

    Thank you very much monksnake!! You are great, the script works just fine!!! I have another problem if you can help: My page has a charset=utf-8 Can i change the input textfield charset in charset=iso-8859-7 ? thank you
  15. DimisD

    Google custom search engine

    Hi, is there someone who can fix this custom google search engine for me please? The problem is that i can not pass the href values to the Form action. thank you. <HTML> <HEAD> <TITLE>custom google search</TITLE> <META http-equiv=Content-Type content="text/html; charset=utf-8"> <META...

Part and Inventory Search

Back
Top