Forum: ASP Jul 22nd, 2006 |
| Replies: 5 Views: 11,260 I think this will do it. Tell me what you think...
<html><head>
<script language="JavaScript">
function addone(){
form1.counter1.value=eval(form1.counter1.value) + 1
form1.submit()
}</script>... |
Forum: ASP Jul 21st, 2006 |
| Replies: 2 Views: 2,591 You may also verify what home directory is setup in your website and what documents are established to be automatically run. Do you allow directory browsing? What about rights to the folder? |
Forum: ASP Jul 21st, 2006 |
| Replies: 3 Views: 9,429 no, sorry. With SQL you can only perform one main thing per command. So you could select from several tables or update several tables in one command, but not update and select in the same command. ... |
Forum: ASP Jul 21st, 2006 |
| Replies: 5 Views: 11,260 sorry, continued.
<script language="JavaScript">
function addone(){
textbox1.value=eval(textbox1.value + 1)
form1.submit()
}</script> |
Forum: ASP Jul 21st, 2006 |
| Replies: 5 Views: 11,260 |
Forum: ASP Jul 18th, 2006 |
| Replies: 0 Views: 1,272 Good day, I am using Outlook 2003 at home and I host a web site for my family only. (I know, really small time stuff) I would really like to use my personal outlook calendar like a database.
:?:... |