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 derfloh 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 puteri

  1. puteri

    cannot retrieve value from the pop up calendar

    or how can i get the value from this script ? <script language="JavaScript"> var cal1 = new calendar1(document.forms['MyForm'].elements['start']); cal1.year_scroll = true; cal1.time_comp = false; </script> i tried to print out the value which is the cal1, but it appear [object] too.
  2. puteri

    cannot retrieve value from the pop up calendar

    thanks Lee, ok i got it , but the function count() execute before i choose the selected date, so it will get not the latest value. where do u think i should put the count() function ? thanks
  3. puteri

    cannot retrieve value from the pop up calendar

    hi....i still stuck with my javascript pop up calendar automatic date calculation , the process is after i choose a date(start date) from the pop calendar, the value will display inside the text box, but i need to use the value to do a calculation to get the end date, and it wil automatically...
  4. puteri

    tooltip hint box !!

    well, thanks Dan , its works !! :) by the way how about my other question about the automatic calculation date ;-) any idea ?? thanks again.
  5. puteri

    tooltip hint box !!

    hi... just want to know from the experts out there, is there any other way to show our tooltip box or hint box on our text in html page without using any link or no <a href=""></a> at all. just a plain text but when we mouse over the text it will display a hint box or tooltip box. thanks in...
  6. puteri

    automatic date calculation Problem !!

    hi...sorry, i have other works to be done. well, i tried, but now i faced another problem. well this is my code after some modifications. it's not the whole code, just the important portion. <!-- <script language="JavaScript"> --> <script type="text/javascript"> function count(){ var...
  7. puteri

    automatic date calculation Problem !!

    hi...tsuji, thanks for your feedback, i've tried to do according your suggestions, but still no luck. :( there javascript error "Object doesn't support this property or method" I use IE whenever to trace javascript error. And furthermore, i tried to put all the callendate()function inside cal1...
  8. puteri

    automatic date calculation Problem !!

    sorry for the confusing statement. It just a default value for testing purpose. the problem is the calenddate() function didn't even execute. I just wondering the right place for me to call the callenddate() function. It is at the right place ?? thanks again. :)
  9. puteri

    automatic date calculation Problem !!

    hi... I used pop up calendar to display start date. It works , but I have to do automatic calculation for the end date. So when ever we click the start date pop up calendar, the text field for end date will automatically display the end date based on the formula i have created. I tried to...

Part and Inventory Search

Back
Top