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 TouchToneTommy 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
  • Content: Threads
  • 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, 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...
  4. 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 =...
  5. 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>...
  6. 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
  7. 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...
  8. 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...
  9. 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********...
  10. jimmyweb

    does some expert know about Firefox

    Hi Friends, We developed a application and working well in internet explorer. but application does not work in firefox borrow. this application involved in DHTML and dynamical JavaScript. Does some expert know firefox properity. such as DOMable true/flase; browserType, cssEnabled true/false...
  11. jimmyweb

    radio button and visible input control

    Hi Friends, I created a 3 series radio button on page. when users checked one ID radio button, system will display a Invisibl[ changed to visible] input box to ask user enter data. I used a javaScript to control. It is not work.From explore status button-it show that object expected. How to...
  12. jimmyweb

    stop to submit form

    Hi Friends, I created a form to get data and out a result. If users does not enter start and end date, Form shoud not be submited and ask user to enter data. My JavaScript can capture data. But if users did not enter data. the form still be submited. It seems that return false is not working...
  13. jimmyweb

    how to refer object in 2 level frames

    Hi Friends, I have 2 level frame fo a project. each level object works well if we run iteach separetely. The javascript code at second level frame pay_report.html works well under independent testing. But if I integrated in into first level and test it. the second frame javascript...
  14. jimmyweb

    Dynamic expanding text

    Hi Friends, I need to created a link or button for displaying detail information. But it can not cover/hidden original page information. it must expandspace and added these new information into page. When users click close button. This detail information should be remove from page. As i...
  15. jimmyweb

    how to call a function which created in other JS files

    how to call a javascript function which created in other JS files Hi Friends, I created 2 javascript piece. one link to target js file. one is online script. in second JavaScript, i want to call a function that created in JS files. I got a error message and can not find list name--undifine...
  16. jimmyweb

    how to open a window by multip times

    Friends, i have a headache question, my clients want to open a pop window in multip time. Actually, if we had open a window before, there are no second window will be open for same source. how can we open multip window? Thanks for any help Jim see my source codes <a...
  17. jimmyweb

    print whole information with scrolledbar control

    Hi friends, I have an html page, which have table with scrollbar. When I click print icon on browser, It only prints a part information display on the screen. But we need to print all information in table, which can see by using scrollbar. How to print whole information by print function ? do...

Part and Inventory Search

Back
Top