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

    how to enable activeX in borrower

    Hi Friends, I have a small application and need to use activeX. it works in some users and other users got an error. the borrower does not support activeX. Do we can use a javascript ( onload event)to re set users' borrower for supporting activX? Appreciating any example code. Thanks Jim
  2. jimmyweb

    encoded javascript issue for attached files in Script tag

    Hi Friends, Based on book of VBScript 2nd edition Adrian Kingsley-Hughes,.... I encoded a attached codes of javaScript by windows script encoder. After encoded and changed js source to kk.jse/kk.js from my.js, My html files does not work. I get a error message as "object expectd". how to fix...
  3. jimmyweb

    pass a array as a parameter from input box into VB script

    Hi friends, I declare a and b as array and put 2 string value into array. but it still as oSheet.Range("A2:A59").Value = a ; it should be as oSheet.Range("A2:A59").Value = array("04-JUN-05","06-JUN-05",....); what is wrong? Thanks for any help!!! JIm ********source code Sub Window_OnLoad(x,y)...
  4. jimmyweb

    pass a array as a parameter from input box into VB script

    Hi PHV (MIS) and friends, problem is that how can i get a whole value of array in syntax(oSheet.Range("A2:A10").Value= array( array value). such as ("A2:A59").Value =Array("04-JUN-05","06-JUN-05","07-JUN-05"); I am a new person in VB script . Thanks Jim
  5. jimmyweb

    pass a array as a parameter from input box into VB script

    Hi Mrmovie and Friends, Thanks for your help. Based on your code. i used XArry and YArry to hold series of value. However,it does not display in syntax(oSheet.Range("A2:A59").Value =XArray) this codes should be as ("A2:A59").Value =Array(04-JUN-05,06-JUN-05,07-JUN-05,...); How to fix this...
  6. jimmyweb

    pass a array as a parameter from input box into VB script

    Hi, I created a chart script and works. Could we let you input a series of value to support X and Y? Users can enter a series of value for X value at one input box and other input box for Y value. Any idea? xx value should be as...
  7. jimmyweb

    how send an array value to script

    Hi Friends, When I created javascript with a array as testing.Value = Array( input_value) however, input_value only as a string send to javascript function. such string A= "6/6/2005","6/7/2005","6/8/2005","6/9/2005","6/10/2005","6/11/2005","6/12/2005","6/13/2005","6/14/2005" B =...
  8. jimmyweb

    how to change chart x interval value on the web by VAScript

    Hi Tsuji, Thanks very much. works well Jim
  9. jimmyweb

    how to change chart x interval value on the web by VAScript

    Hi friends, Could I change X lable valus display as 3 day interval. such 6/31/2005,7/5/2005,7/10/2005,7/15/2005.... please see my source code Nice weekend Thank advance! Jim ****************source codes <%@ Language=VBScript %> <HTML> <head><title>calls chart example</title></head>...
  10. jimmyweb

    how to change chart Y value on the web by VAScript

    Hi tsuji and friends, Thanks for your email. other question. Could I change X lable valus display as 5 day interval. such 6/31/2005,7/5/2005,7/10/2005,7/15/2005.... The Y lable valus display interval and format are controled by below syntax oChart.Axes(c.chAxisPositionLeft).NumberFormat = "0"...
  11. jimmyweb

    hide or disable item of view source in borrower

    Thanks for friends!
  12. jimmyweb

    hide or disable item of view source in borrower

    Hi Friends, How to hide ot disable view source item in MS IE explorer. My boss does like users who can view source code of our application by view source item in borrower. Any ideal to do this task by JavaScript or VBScript? Thanks Jim
  13. jimmyweb

    how to change chart Y value on the web by VAScript

    Hi Tsuji, Thanks for your help!! great. It works well. Again, Tsuji. Appreciated your help!! Jim
  14. jimmyweb

    how to change chart Y value on the web by VAScript

    Hi Tsuji and friends, Thanks for your help!! After changed to oSeries.SetData c.chDimValues, 0, oSheet.Range(oSheet.Cells(2,2), oSheet.Cells(10,2)).Address It works and cut off 38058 at original point. But it have another issue. From original point. It display as 0. 1, 1, 2, 2, 3, 3, 4, 4, ...
  15. jimmyweb

    how to change chart Y value on the web by VAScript

    Hi friends, I created a chart on the web by VBScript. However, The Y [vertical line]does not display my enter value.But Y label display as 38059. It is not 0, 5, 10, 15.. {error in chDimSeriesNames or chDimValues?).Normally. the original point should be as 0. Please help me to fix this issue...
  16. jimmyweb

    how to compare two date

    HiFriends and dwarfthrower, Do we have any wey to highlight that input text box? selected is only for checkbox? any ideal? Thanks for any help? Jim
  17. jimmyweb

    how to compare two date

    Hi dwarfthrower, Thanks for your email. it works. But why do we need to use Date.parse.... Jim
  18. jimmyweb

    how to compare two date

    Hi friends, I created a simple javascript to validate start and end date. if start date less than end date, system will display an error message. But it does not wotking. however, alert function display correct date. Thanks for any help! Jim ******** codes <script language="JavaScript"> function...
  19. jimmyweb

    javascript in IE and Firefox

    Hi SIlverspecv, Thanks for your email. I done this way. but modified cod e does not working in forefox. see code is both IE and Firefox The IE syntax as******** newStyleSheet.addRule(MTMstyleRules.rules[i].selector, MTMstyleRules.rules[i].style); The firefox and netscapt as*******...
  20. jimmyweb

    javascript in IE and Firefox

    Hi friends, I have an application with DHTNL and JavaScript. it works well in IE. But it does not work in firefox and Netscape. I got error message as: Error: newStyleSheet.sheet has no properties Source File: http://homepage/clientview/test.js Line: 917 The IE syntax as********...

Part and Inventory Search

Back
Top