First  |  Prev |  Next  |  Last
Pages: 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
FAQ Topic - What is JScript? (2010-03-20)
----------------------------------------------------------------------- FAQ Topic - What is JScript? ----------------------------------------------------------------------- JScript is Microsoft's implementation of ECMAScript. Questions that are specific to Microsoft's JScript may also be appropriately asked at... 19 Mar 2010 20:07
proyectos en comun
Hola chicos, Me llamo Marina me dedico al diseño grafico y web. Si necesitan integrar una diseñadora a sus proyectos o empresas pueden contactarme. Trabajo de manera freelance. Me encuentro tambien en la busqueda de nuevos proyectos y emprendimientos de los cuales formar parte. o si quieren que armemos p... 19 Mar 2010 16:38
SVG viewport dimensions in Firefox
I recall in previous versions of Firefox, document.documentElement.width and height would return zero (0) in an SVG document. In browsers using WebKit, document.documentElement.width.baseVal.value and document.documentElement.height.baseVal.value return the viewport dimensions accurately, but now implemented in Fi... 19 Mar 2010 00:33
FAOENTRY - canvas
A <FAQENTRY> on <canvas> might be useful; or a FAQ Note. For those who have not used a PostScript-like system before, it may not be obvious how some things can be done. Examples : drawing ellipses : save, scale, circle, restore dashed line : repeat (save, rotate, draw X-segment, restore) ... 24 Mar 2010 13:28
SUBMIT and Request.QueryString("
this script prints out my file in cells. each record is a separate table identified by rs("id").Value = RecnumToModify. Clickiing SUBMIT redirects me just fine and i extract the proper info. All that works fine. the problem is, back in the main script i can't access the value of what i radioed - RecnumToModify ... 18 Mar 2010 20:05
jQuery 1.4.2 buggy
I just replaced an older version of jQuery with 1.4.2, which promptly broke the page where it was used ( http://winhlp.com/wxnet.htm ). In this case it was apparently not a browser incompatibility, but an outright defect---the .contents() method, which worked well in the earlier version, now produces nonsense. ... 26 Mar 2010 10:21
question of logic?
Hello I have a questionnaire which consists of several sets of questions, each set in a form in a separate <div>. Apart from the first <div> these divs are invisible and become visible once required. Each form calls a function via a button with onclick="function1();" etc. The functions validate the data and st... 18 Apr 2010 06:29
QUESTION: Can a function be set up as a constant in JS?
Hi all I wanted to ask a question about below code I found in a Javascript file: [---SNIP---] // Action Constants function Action() {} // Action types, Action names Action.Type = { ADD: 0, UPDATE: 1, CLOSE: 2 }; Action.Name = [ "add.web", "save.web", "close" ]; ....(continued)... function getActionTyp... 31 Mar 2010 22:08
how to get url of script
hi, Suppose I have a script tag somewhere in my page as follows: <script type="text/javascript" src="myscripts.js"></script> I would want to get the exact uri of the js page (something like http://mysite.com/myscripts.js). Or at least get the name of the js file (myscripts.js). Is this possible? --deostro... 20 Mar 2010 05:10
window.print
A client is reporting that a page on which I've added window.print() to a button is not printing. In fact nothing happens when the button is clicked. In my testing of the page locally it prints every time. Why would it fail for the client? Andrew Poulos ... 18 Mar 2010 09:18
First  |  Prev |  Next  |  Last
Pages: 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94