Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Showing results 1 to 21 of 21
Search took
0.18
seconds.
Search:
Posts Made By:
betto
Forum:
ASP
04-04-2013, 08:58 AM
Replies:
2
Better the code
Views:
421
Posted By
betto
Old Pedant, Thanks a lot for your precious...
Old Pedant,
Thanks a lot for your precious instructions !!!!
I' ll use them even in future :)
Forum:
ASP
04-03-2013, 01:08 PM
Replies:
2
Better the code
Views:
421
Posted By
betto
Better the code
Hi to All,
I' d like to know if t's possible to better the following code:
Set cn = Server.CreateObject("ADODB.Connection")
Set cn_cu = Server.CreateObject("ADODB.Connection")...
Forum:
ASP
10-29-2012, 09:30 AM
Replies:
4
Equivalent of encodeURIComponent
Views:
3,213
Posted By
betto
Thanks a lot Old Pedant for your help ... So...
Thanks a lot Old Pedant for your help ...
So I undestand that in my case the solution is only what I wrote in my first message...
Thanks again !!! :D
Forum:
ASP
10-26-2012, 09:38 AM
Replies:
4
Equivalent of encodeURIComponent
Views:
3,213
Posted By
betto
Thanks Old Pedant for your help ... in my...
Thanks Old Pedant for your help ...
in my specific case using Server.HTMLencode or Server.URLencode is possible to better the code inside my asp page ??
Specially in mail.HTMLbody ??
Forum:
ASP
10-25-2012, 08:34 AM
Replies:
4
Equivalent of encodeURIComponent
Views:
3,213
Posted By
betto
Equivalent of encodeURIComponent
Hi to All,
I have a page with this code:
<%@ Language=VBScript %>
<%
Option Explicit
Dim a_at, a_pj, a_ri, mail
'
a_at = Request("a_at")
Forum:
JavaScript programming
11-24-2011, 10:15 AM
Replies:
0
button to insert image in a table
Views:
178
Posted By
betto
button to insert image in a table
Hi to All,
I have this problem:
I' dl ike that, if one clicks a button, appear window_explorer in which it' s possible to choose an image that it will put in the specific td of the table.
...
Forum:
JavaScript programming
06-15-2011, 08:13 AM
Replies:
2
Better function to hide/show multiple rows of table
Views:
620
Posted By
betto
Thanks mrhoo, sorry I didn' t know the...
Thanks mrhoo,
sorry I didn' t know the exsistence of tbdodies ... very good solution !!! :)
In the meantime,
a person helped me to better the code in this way:
<html>
<head>
<script...
Forum:
JavaScript programming
06-14-2011, 02:51 PM
Replies:
2
Better function to hide/show multiple rows of table
Views:
620
Posted By
betto
Better function to hide/show multiple rows of table
Hi to All,
I have a table that contains many rows,
some in italian with code <td nome='riga_i'>
and some in english with code <td name='row_e'>.
I have created two buttons with different...
Forum:
ASP
04-28-2011, 03:54 PM
Replies:
5
Email + Outlook
Views:
1,367
Posted By
betto
I have solved the problem :D I have...
I have solved the problem :D
I have created a file, called outlook.bat:
"c:\program files\microsoft office\office11\outlook.exe" /c ipm.note /m...
Forum:
ASP
04-27-2011, 03:36 PM
Replies:
5
Email + Outlook
Views:
1,367
Posted By
betto
I' ve created a file called outlook.bat: ...
I' ve created a file called outlook.bat:
"c:\program files\microsoft office\office11\outlook.exe" /c ipm.note /m "mail@yahoo.com?&subject=test"
Then in my page called mail.asp i have written:
...
Forum:
ASP
04-26-2011, 03:39 PM
Replies:
5
Email + Outlook
Views:
1,367
Posted By
betto
Email + Outlook
Hi to all:
I have this problem ...
When I work I use Microsoft Outlook 2003 always opened ..
From DOS I have created this command line that runs perfectly:
C:\>"c:\program files\microsoft...
Forum:
ASP
02-16-2011, 09:39 AM
Replies:
1
Error for Special char in a string
Views:
1,140
Posted By
betto
I have solved the problem with the help of my...
I have solved the problem with the help of my friend ... :D :D
There were two mistakes:
1. It must be set to LOW the level of PROTECTION of the IIS in which there is the webserver intranet
...
Forum:
ASP
02-09-2011, 03:09 PM
Replies:
1
Error for Special char in a string
Views:
1,140
Posted By
betto
Error for Special char in a string
Hi,
I have a problem to pass the character "/" in a string.
I have to use this command line:
taskkill /IM calc.exe
And I receive an error because the webpage with IIS cannot recognize the...
Forum:
ASP
11-22-2010, 11:16 AM
Replies:
0
CDO.Message and Outlook
Views:
2,204
Posted By
betto
CDO.Message and Outlook
Hi to All,
I have this kind of problem.
I have a page index.asp, in which there is a button that onclick recalls another page called mail.aspThis is the content of mail.asp:
<%@...
Forum:
JavaScript programming
10-18-2010, 09:35 AM
Replies:
9
If condition on a specific value of Array
Views:
1,650
Posted By
betto
I post the solution found :D I have put some...
I post the solution found :D
I have put some alert inside if and for cicles to see the value of variables returned:
for (var i = 0; i < db.length; i++) {
newElem =...
Forum:
JavaScript programming
10-15-2010, 08:59 AM
Replies:
9
If condition on a specific value of Array
Views:
1,650
Posted By
betto
Philip, I have made the code you wrote me, but...
Philip,
I have made the code you wrote me, but in my case I obtain no result,
because,
as you can see in my first topic,
the SECOND select doesn' t contain any value;
When one choose "email1"...
Forum:
JavaScript programming
10-14-2010, 03:01 PM
Replies:
9
If condition on a specific value of Array
Views:
1,650
Posted By
betto
Thanks Philip, I have seen and I will check...
Thanks Philip, I have seen and I will check better the links ..
I didn' t believe that was so difficult, so hard to put a condition for an option selected in the second menu, that is an array...
Forum:
JavaScript programming
10-13-2010, 02:32 PM
Replies:
9
If condition on a specific value of Array
Views:
1,650
Posted By
betto
Thanks Philip for your suggestion but i think...
Thanks Philip for your suggestion but i think that the problem is only in the if condition regarding array selected value ...
In which way I can write:
if one select "Free Text" in the second...
Forum:
JavaScript programming
10-13-2010, 11:38 AM
Replies:
9
If condition on a specific value of Array
Views:
1,650
Posted By
betto
The problem is: in which way I can say: if...
The problem is:
in which way I can say:
if one choose email1 from the first menu,
and choose ONLY the option "Free Text" in the second menu,
appear a textarea .... ??
I have done this but...
Forum:
JavaScript programming
10-12-2010, 02:34 PM
Replies:
9
If condition on a specific value of Array
Views:
1,650
Posted By
betto
If condition on a specific value of Array
Hi to All,
I have two menus, related each other, in this way:
<head>
var sum_db = new Object()
sum_db["email1"] = [{value:"I01 - Problems of one level", text:"I01 - Problems of one level"},...
Forum:
ASP
04-08-2010, 10:20 AM
Replies:
0
AddPrinterConnection Adobe PDF
Views:
1,349
Posted By
betto
AddPrinterConnection Adobe PDF
Hi to All,
I have this problem:
I have a my_page.asp, on my_server in intranet in which there is IIS vers. 5.1,
in this page there is a Print button and I want that, when the user-client...
Showing results 1 to 21 of 21
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
07:53 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.