|
First
|
Prev |
Next
|
Last
Pages: 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
How To Create Javascript from SVG 1.0 Image ? Hello, I would like to create a Javascript from a SVG 1.0 image that will hopefully function in browsers the way that Google Adsense Javascripts work. Can anyone recommend a program to do this ? The image contains svg, rect, text and tspan commands. Thank you, DH ... 1 Jul 2008 15:25
onfocus event on Firefox I'm having a problem with Firefox 2.0.0.14 on Windows XP Professional. When I try putting an onfocus event on a page it just keeps looping indefinitely. Has anyone else had problems with this? Example code: <script language="javascript"> function announce() { alert('Hi!'); } </script> .. .. <... 1 Jul 2008 14:23
How do I pass a string to a function? I have searched much but cannot find answer to this seemingly simple question. I have a function that builds an html element like this, which works fine: document.getElementById("message").innerHTML += "<br>" + (i + 1) + ": <a href='javascript:place(" ... 1 Jul 2008 12:19
ajax wilgets javascript example dragable obj start at 0,0 user move obj to 100,100 library send ajay request 100,100 other ex form user send a form to ajax ajax response (json) form value from server and replace user send form in table link open a new window (div window) mod a data (full record) user send a form librar... 2 Jul 2008 03:42
newbie: removeChild() on table does nothing Hello, On index.html page I have a table with id="property_fields". <table id="property_fields" name="property_fields" border="0"> It contains set of rows with the following IDs: var propertyRows = new Array( "region_row", "town_row", "district_row", "address_... 1 Jul 2008 17:29
Using AJAX/JSON and performance issues with eval() Hi, Im currently looking to move into using JSON for AJAX instead of returning from the server a string like the following: 12345{This is a text string{true[1234|This is another set of fields| null This is returned from the server and I use split() and loops to generate JS arrays / nested arrays at the clie... 1 Jul 2008 08:12
How to Count the number of lines? Is there any javascript function for counting the number of lines inside a text area ? ... 2 Jul 2008 04:43
Randomize HTML Table Rows from JavaScript Dear All, I have html table and this table contains 10 Rows and 2 column, I want every time this HTML page is called by the user to view the rows Randomly. How can I do this from JavaScript? waiting for reply Thank you ... 2 Jul 2008 04:43
FAQ Topic - How do I force a reload from the server/prevent caching? (2008-07-01) ----------------------------------------------------------------------- FAQ Topic - How do I force a reload from the server/prevent caching? ----------------------------------------------------------------------- To reload a page, use location.reload(). However, this depends upon the cache headers that your serv... 30 Jun 2008 19:56
FAQ Topic - How do I trim whitespace - trim/trimRight/trimLeft (2008-06-30) In comp.lang.javascript message <5a75db27-40fd-4371-ab6f-db88a9c6e957(a)q2 7g2000prf.googlegroups.com>, Sun, 29 Jun 2008 16:23:04, Peter Michaux <petermichaux(a)gmail.com> posted: I thought these were scheduled for change ages ago so they did not augment built-in prototypes. Was that just forgotten or is the FAQ ... 30 Jun 2008 18:55 |