| Thread | Last Post | Replies |
|
| question for acrobat scripters... | 31 Jul 2005 23:28 GMT | 2 |
Here's that I'd like to do: Take a multipage input PDF. Copy the entire pdf into a new document, add an invoice number in a certain spot for each page, increase the invoice number and repeat for
|
| how to build drop down navigation menu? | 31 Jul 2005 22:35 GMT | 1 |
I want to build dropdown navigation menu. Searching from google gives many commercial programs -> Not easy to choose. And I want to make it myself. Are there any good tutorials to build dropdown navigation menu?
|
| proposed new standard: JSON++ | 31 Jul 2005 22:34 GMT | 16 |
http://htmatters.net/htm/1/2005/07/evaling-JSON.cfm This is more or less in response to Mr Crockford's admonition a few months ago, "fork if you must". Ironically, although in that usenet post he calls what I am suggesting "brittle", his own Javascript JSON
|
| Safari, key[down|up] with cursor keys | 31 Jul 2005 19:26 GMT | 3 |
I'm writing some stuff where I wish to allow the cursor keys to control elements in a page. This has not been a problem except with Safari which appears to duplicate the keydown and keyup events which are fired when the cursor keys are pressed. I.e. pressing and releasing say, K,
|
| Ajax Pages - Project Started | 31 Jul 2005 17:55 GMT | 4 |
i´ve started a project on sourceforge. It´s called Ajax Pages, it´s a scripting template engine that enables rapid development of Ajax Web-based Applications. I would like you guys to take a look and give me some feedback on it . It´s just a start, but there are already some
|
| onClick to call script with href and link test as parms? | 31 Jul 2005 14:11 GMT | 4 |
JS Programmers, "I'm a server-side coder PHP, Postgres etc... My question; Given the following anchor <a href="http://www.somesite.com/somefile.html">link text</a> Is there a way to code an onClick event to call a script and pass the
|
| copy filenaam in javascript function | 31 Jul 2005 13:23 GMT | 18 |
I have a rather complicated problem. I use following function to display a hyperlink: a="<"+"a href='"; b3="<"+"a href='http://nww.";
|
| Text Scroller: scrolling stops in Firefox | 31 Jul 2005 03:52 GMT | 1 |
I have a script which works in both IE but is sluggish in Firefox. The script is a simple text scroller. It works perfectly in IE however in Firefox, the text scroll slower and eventually just stops.
|
| Is this possible - Print PDF in popup window's IFRAME? | 31 Jul 2005 01:17 GMT | 1 |
All I am trying to achieve the following: Main window page's asp code writes the following line to launch a popup window (note the IFRAME has to be in the popup window, it cannot be in
|
| Total regular expressions virgin - string help! | 31 Jul 2005 00:44 GMT | 3 |
Via regular expressions, how do I replace characters in a string with ""(nothing) if they aren't in an array of allowed characters? var allowed = ["x","y"," "]; var string = "xyz w yz"; - replace everything not in allowed array.
|
| Date Expiry of Page using Javascript ? | 30 Jul 2005 22:29 GMT | 4 |
Is the following possible using Javascript ? I would like a page to redirect to another page if the page expiry has passed. E.G.
|
| Permission denied to call method XMLHttpRequest.open | 30 Jul 2005 19:35 GMT | 5 |
I'm trying to build a webpage which calls another one (at a different server) by using: var req = new XMLHttpRequest() I know some browsers (Mozilla and IE) doesn't allow it, and
|
| Google failed on NSCA Mosaic | 30 Jul 2005 09:56 GMT | 1 |
Google failed on NSCA Mosaic
|
| Pop-Up Window in need of delay? | 30 Jul 2005 07:24 GMT | 3 |
I am trying to create a pop-up window that will remain in front of the orignal webpage. The pop-up is called as follows: <script type="text/javascript"> var newWin=null
|
| Set focus to a text box | 30 Jul 2005 06:49 GMT | 2 |
Here is my code to set focus on first input box. <HTML><HEAD></HEAD> <BODY><form name="f"> <input type=text name="n1">+
|