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

    run a procedure at a certain time

    I have a procedure and want to run it at a certain time. I am using oracle 9i.. How can i do that?
  2. bbvic

    radio button

    <a href=" "><input type="radio" name="test"></a> is it impossible with IE? in fact, it works with Mozilla..
  3. bbvic

    string comparison, distinct

    this is an example,,, address id address ----------- ------------------------------------- 1 123 madison ave. chicago, IL 60661 2 123 madison ave. chicago, IL 60661 3 423 madison ave. chicago, IL 60667 4 523 madison ave...
  4. bbvic

    string comparison, distinct

    the maximum number of shared addresses is two.
  5. bbvic

    string comparison, distinct

    I have a question about string comparison. here is a query for address select address id, address from address address id address ----------- ------------------------------------- 1 123 madison ave. chicago, IL 60661 2 123 madison ave. chicago, IL 60661...
  6. bbvic

    string comparison, distinct

    I have a question about string comparison. here is a query for address select address id, address from address address id address ----------- ------------------------------------- 1 123 madison ave. chicago, IL 60661 2 123 madison ave. chicago, IL 60661...
  7. bbvic

    input text and javascript

    this is what i am trying.. --------------------- if doctorNodes is null when <doctor> has no <doctors> here is scenario. 1. when it opens the page, the page empty text field for doctors. 2. when it select the medical field name, it displays doctors when <doctor> has no <doctors>. otherwise it...
  8. bbvic

    input text and javascript

    when i tried it...it opens a new window... it does not display it on existing window.
  9. bbvic

    input text and javascript

    how to add <input type="text" name="testid" id="testid" /> into javascript <script></script>
  10. bbvic

    ajax issue

    sorry for the misunderstood..
  11. bbvic

    ajax issue

    the posted code is all i have..
  12. bbvic

    ajax issue

    unfortunately, you cannot access to the dev site. there is a limited access. only company computer can access now.. sorry...
  13. bbvic

    ajax issue

    develoment server
  14. bbvic

    ajax issue

    web server...
  15. bbvic

    ajax issue

    i tried alert(xmlDoc) and it gets null ..
  16. bbvic

    ajax issue

    i tried your code..it still gets null return value.
  17. bbvic

    ajax issue

    I have two problems. one is my ajax code does not work. the other is I have an error in here. document.getElementById("medicalid").innerHTML=xmlDoc.getElementsByTagName("hospital")[0].childNodes[0].nodeValue; error says the value is null. Would you please help how i can get the node value? [...
  18. bbvic

    write strings into text file

    this codes works with 1.5 , but it does not work with 1.4.. The error sign is that the method format(String, Object[]) is undefined for the type String. can you help me how it works with 1.5? import java.io.*; import java.util.*; public class Main { public static void main(String[] args) {...
  19. bbvic

    do not move to previous page

    what if it compares the value in test2.html to test3.html, if the value is same, then replaced to test1.html. is it possible?
  20. bbvic

    do not move to previous page

    I have three pages. test1.html test2.html test3.html I am on test3.html and when i click the previous button on the top tool bar, it moves to test2.html. I do not want to move to there. I want to move home which is test1.html How can i do that??

Part and Inventory Search

Back
Top