Forum: JSP 24 Days Ago |
| Replies: 2 Views: 432 At the risk of stating the obvious .....
For one-off conversion(s), then do it manually. With Adobe Acrobat (version??) installed, you should be able to print to PDF - "Adobe PDF" appears under... |
Forum: JSP Oct 26th, 2009 |
| Replies: 3 Views: 423 Hajjo,
It sounds to me like it's simply a submit button (or a regular button scripted to give a submit action).
I don't think it's anything to do with request scope, which is a server-side... |
Forum: JSP Aug 12th, 2009 |
| Replies: 3 Views: 332 Kurtybain,
As I said,
Try Altavista-ing (I'm fed up saying 'Goolgling' all the time) "ajax tutorial".
There are also many ajax questions here on Daniweb, which give sample code (some of... |
Forum: JSP Aug 12th, 2009 |
| Replies: 4 Views: 444 Ash,
"getParameter's" could mean a number of things.
What is the nature of the parameters (eg: Javascript valiables; contents of DOM elements; the frame's url querystring)?
What needs to... |
Forum: JSP Aug 11th, 2009 |
| Replies: 3 Views: 332 Kurtybain,
The keyword here is "AJAX", which allows a server-side process to be called from JavaScript and for its response to be returned into Javascript, which then executes a function to... |
Forum: JSP Aug 11th, 2009 |
| Replies: 4 Views: 444 I'm not sure I fully understand but here's what I know:
To hyperlink a page into the "body" frame from the "header":
<a href="myPage.jsp" target="body">xxx</a>
If you need to pass parameters... |
Forum: JSP Jul 10th, 2009 |
| Replies: 12 Views: 651 Tim,
Yikes that's serious sh*t. Well sussed, not easy. I hadn't even thought of that possibility.
Like you say, the guy was a joker.
Let's hope there's not too much more of the same.
... |
Forum: JSP Jul 10th, 2009 |
| Replies: 12 Views: 651 Hey Tim,
Yeah I guessed as much. You have my sympathy. Work on that last suggestion of mine first. I think it may be a winner.
Thinking about it, the smart way ahead is to transfer the "name"... |
Forum: JSP Jul 9th, 2009 |
| Replies: 12 Views: 651 Tim,
Found it! This thread (http://phpbuilder.com/board/showthread.php?t=10334052)
It's a bit hard to follow but essentially, the solution is to insert a hidden field into the form and test its... |
Forum: JSP Jul 9th, 2009 |
| Replies: 12 Views: 651 Tim,
On a different tack .....
It's not wholly satisfactory solution but if you get desperate, then you could quite simply disable submission via tab-enter like this:
<FORM METHOD="POST"... |
Forum: JSP Jul 9th, 2009 |
| Replies: 12 Views: 651 Tim,
The plot thickens.
What controls the flow? Is there a Struts layer? If so, the answer could lie therein though it's difficult to see exactly how if all data is submitted on all occasions. ... |
Forum: JSP Jul 9th, 2009 |
| Replies: 12 Views: 651 Tim,
Aaaaaagh namespacy XML! I really can't understand why some web architects insist on making things more complex than they need to be. (Not you but someone who came before). I once worked on a... |
Forum: JSP Jul 9th, 2009 |
| Replies: 12 Views: 651 Tman,
I suspect this is to do with some javascript handler, more particularly how it is attached to one of several possible "events".
Client side form-checking or pre-processing is typically... |
Forum: JSP Jun 29th, 2009 |
| Replies: 3 Views: 425 I blinked twice at that but think it's ok. Some languages allow embedded assignments, though I confess I haven't a clue what language this is. Execution is actually sequential - the assignment... |
Forum: JSP Jun 28th, 2009 |
| Replies: 3 Views: 425 Kwesiaryee,
It's a long while since I cut any JSP but the principles of userIDs and sessionIDs are pretty universal.
I wonder if you might be trying to match up two things that are incompatible... |