Forum: Visual Basic 4 / 5 / 6 Mar 13th, 2006 |
| Replies: 2 Views: 2,212 Check digit in VB Would any one help me to solve the problem???
for example: 12345/abc123
I want to divide the above string into two value,
- 12345
- abc123
I want to know how can the program recognize the value... |
Forum: ASP Mar 13th, 2006 |
| Replies: 1 Views: 2,297 Merge two string I want to merge two string together in asp , how can i do this.
for example,
par_1 = a
par_2 = b
merge result: a,b
Anyone can help me~~ |
Forum: ASP Mar 5th, 2006 |
| Replies: 1 Views: 1,278 hyperlink i want to u if sentences??
if the time is equal to 1, the hyperlink will be displayed. how can i do that??
because i wrote some code, but it didn;t work. can any one help me about this??
if... |
Forum: JavaScript / DHTML / AJAX Mar 3rd, 2006 |
| Replies: 10 Views: 14,111 Re: Pass parameters between Javascript and ASP Thank you for your helping.
As spoken, i want to pass two parameters to vb.exe. I tried to use the array for my passing parameters, but it don't work. I have no idea on that. Would you please to... |
Forum: JavaScript / DHTML / AJAX Mar 2nd, 2006 |
| Replies: 10 Views: 14,111 |
Forum: JavaScript / DHTML / AJAX Mar 2nd, 2006 |
| Replies: 10 Views: 14,111 |
Forum: JavaScript / DHTML / AJAX Mar 2nd, 2006 |
| Replies: 10 Views: 14,111 |
Forum: JavaScript / DHTML / AJAX Mar 1st, 2006 |
| Replies: 10 Views: 14,111 |
Forum: JavaScript / DHTML / AJAX Feb 28th, 2006 |
| Replies: 10 Views: 14,111 Pass parameters between Javascript and ASP Can anyone help me to solve the problem, i want to pass the parameters between the javascript and asp.
<SCRIPT type="text/javascript" LANGUAGE="JavaScript">
<!--
function startWord(par_1)
{
var... |
Forum: Visual Basic 4 / 5 / 6 Feb 21st, 2006 |
| Replies: 8 Views: 2,989 |
Forum: Visual Basic 4 / 5 / 6 Feb 19th, 2006 |
| Replies: 1 Views: 1,478 Locating the file with specific extension Would any one help me to solve the problem??
I am writing a vb program by using vb 6.0. I want to location a file with .id extension. how can i find out this file c:/program/abc.id if i only know... |
Forum: JavaScript / DHTML / AJAX Feb 16th, 2006 |
| Replies: 3 Views: 5,332 Re: call vb.exe from javascript Thank you for your reply,
Actually, the work that i want to do is change the password in both system, the web system and lotus notes.
do u have any suggestion on doing that except writing a program... |
Forum: JavaScript / DHTML / AJAX Feb 16th, 2006 |
| Replies: 3 Views: 5,332 call vb.exe from javascript would anyone can help me to solve this problme¬¬
i have to change the password in two system at the same time, one is web system which is designed by J2EE and the other is lotus notes.
i have... |