First  |  Prev |  Next  |  Last
Pages: 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
Google Toolbar problem
On Mar 26, 5:49 pm, "Evertjan." <exjxw.hannivo...(a)interxnl.net> wrote: O.K. Steve, I myself would not touch the toolbar, I like my personal favelets/bookmarklets too much, to need it. This NG however is about javascript programming primarily for use BY OUR USERS in their browsers, so we want to... 24 Apr 2008 11:03
IE not loading script?
I have a select with an onchange - it works find in Firefox, but in IE 6 I get an error: Object Expected. I have simplified things drastically, and still get the error. The HTML: <select name="viewtrain" id="viewtrain" onchange="viewDetails(this);"> <option value="1">Train 1</option> <option value="2">T... 24 Apr 2008 15:51
setting footer of a html page without changing pagesetup
any one of u have idea how we can set footer of a IE page without changing page setup. then plz tell me...i need it urgently ... 23 Apr 2008 05:08
FAQ Topic - How do I communicate between frames in a web browser? (2008-04-23)
----------------------------------------------------------------------- FAQ Topic - How do I communicate between frames in a web browser? ----------------------------------------------------------------------- To reference another frame, you simply need to step through the frame hierarchy: ` parent ` is the page... 23 Apr 2008 01:11
dynamic change of header and footer of a internet explorer page
hi budies! i have an assignment....how to change the header and footer of an internet explorer dynamically using java script.if any one of u have any idea about it plz guide me. ... 23 Apr 2008 03:33
Mind.html version of MindForth updated 2008 April 22
Artificial intelligence in JavaScript as Mind.html for the MSIE browser has been updated on 22apr2008 at http://mentifex.virtualentity.com/Mind.html (free AI). Changes include better functioning of the checkboxes in the AI Mind Control Panel and streamlining of the link panel, which now includes a link to http:... 23 Apr 2008 00:23
Avoiding an Infinite Loop in Arbitrary eval(user_code)
Hello all, I want to have a user able to eval code in a text box. However, if he accidentally types "while(1) { i=0; }" and hits "run", I also want him to be able to hit a stop button such that his browser does not go into an infinite, soul-crushing, interface-locking loop. The stop button would not need to be i... 24 Apr 2008 14:15
getting computed style for Img width and height
For Firefox, we can get the computed style of an Img element, using the script in http://www.quirksmode.org/dom/getstyles.html so even if we set only the width of an Image in CSS, we will get both the width and height of the final rendered image. However, it won't work in IE 7.... the width will return th... 24 Apr 2008 06:02
Need help with rounding on a calculation
Hi, I am a newbie with Javascript. I am trying to build a simple form that calculates the cost of gasoline for a trip. It simply divides the trip distance by the mpg and multiplies that by the current per gallon price. It works, fine except I want to round the number to two decimals ( 64.16, not 64.1666666... 24 Apr 2008 19:03
JS menu/iframe conflict
I have a javascript menu that works fine until I try to put an iframe on the same page. Using FF the contents of the iframe are shown, but not the menu. With IE6 the menu is shown, but not the contents of the iframe. Is there any way to make the javascript menu and the iframe coexist on the same page? I hav... 23 Apr 2008 14:07
First  |  Prev |  Next  |  Last
Pages: 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39