First  |  Prev |  Next  |  Last
Pages: 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
looking for ascript for a horizontal image and text ticker
Hi, I am looking for a javascript code that looks something like this: http://www.sothink.com/product/javascriptwebscroller/ horizontal and with arrows on the side. then I want to enter some alterations. Anyone knows where to find such a thing? Thanks ... 16 Apr 2008 13:13
Can We read client side files using javascript
Can We read client side files using javascript? not only text files ... 16 Apr 2008 13:13
Backslash confusion
I have to pass the string '\abcd' to a function. Ofcourse one (or two) extra '\' is needed to escape but experimenting with it shows that I have to pass three extra backslashes to make it work. <script> var q = "\\\\abcd"; displayLatex(q); </script> /* this function is in another file */ function disp... 16 Apr 2008 05:48
Oops: Re: javascript move images / getting coordinates withn an image
Ooops, this are just to links I wanted to 'mail' to myself and posted accidentally to the news group. So just ignore it or look at it anyway: bye N nntpman68 wrote: getting the click coordinates within an image http://tinyurl.com/2c85es http://www.emanueleferonato.com/2006/09/02/click-image-and... 16 Apr 2008 03:26
javascript move images
http://tinyurl.com/2c85es http://www.emanueleferonato.com/2006/09/02/click-image-and-get-coordinates-with-javascript/ http://javascript.internet.com/miscellaneous/panoramic-image-viewer.html http://tinyurl.com/4ulh9f ... 16 Apr 2008 03:26
<div> blocks in same position?
Hello, Sorry for separate posting in both this and the authoring.html group - my mistake. I have a series of <div> blocks which I want to appear in the same position on the page, one after the other. Can I do this with css/javascript? At the moment one <div> block is visible and the other 3 invisible. On... 16 Apr 2008 04:13
Question about cloneNode behavior
I have a button on a page whose onclick funtion is posted below. I am basically trying to get all the spans in the page and list them in 2 columns. I get the list of spans using getElementsByTagName('span'). I dont want to move the spans themselves into my 2 column list(i.e I want them to stay where they are on t... 16 Apr 2008 22:50
FAQ Topic - How do I protect my javascript code? (2008-04-16)
----------------------------------------------------------------------- FAQ Topic - How do I protect my javascript code? ----------------------------------------------------------------------- With clientside Javascript you can't as your code is distributed in source form and is easily readable. With JScript, the... 15 Apr 2008 19:31
ASP .NET and Javascript
Hi, I have an ASP .NET page with codebehind in a vb file. The page has a dropdown control, and a JS function which used HTTP XML Request to get the data from the database, and populate the dropdown. Actually, the JS creates the OPTION elements using th retrieved db data, and adds them to the SELECT element using... 16 Apr 2008 14:01
Required Fields and Warning Boxes
Hi, I have a form with multiple fields that confirmed before the form is submitted (ex. email field needs to be completed before the form can be submitted). Once the required fields are completed, I want a final warning box to appear asking the user "are you sure you want to make these changes?" I'm having tro... 17 Apr 2008 16:33
First  |  Prev |  Next  |  Last
Pages: 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109