User Profile
Collapse
-
Try the code above... -
Try
Code:<SCRIPT LANGUAGE="JavaScript1.1" SRC="js/SpellCheckForm.js"></SCRIPT>
Leave a comment:
-
Try these two lines:
Code:php_value output_buffering On php_value output_handler mb_output_handler
Leave a comment:
-
-
Can you be more specific as to what you are trying to print? Are you using frames? Can you give us an example, or a sample of the code you are working on?Leave a comment:
-
First of all, you will find this link useful for making sure your pages work correctly in IE.
If you are trying to empty a table, the best option would be to run a dom function that removes all the child nodes.Leave a comment:
-
You could also try using onchange="" on the select box. You can grab the selected option element with [select box object].selectedElemen tLeave a comment:
-
Try using
Code:document.oncontextmenu = function() { return false; }
Leave a comment:
-
Parsing POST submission data with JSP
Hello,
I'm trying to find an easy yet secure way to parse POST (not GET/POST as with HttpServletRequ est::getParamet er) data submitted by the user. Is there going to be an easy way to do that? I've taken a look at a few sites, and all I can find is references to .getParameter, not even a user tutorial on how to do it.
Any suggestions?
No activity results to display
Show More
Leave a comment: