This is a discussion on "calling a javascript function in from VBscript" within the Classic ASP section. This forum, and the thread "calling a javascript function in from VBscript are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
calling a javascript function in from VBscript
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
calling a javascript function in from VBscript
So I've got this validation code that does a complex enough function that I don't want to convert it to VBscript.
But now I need to do validation on an ASP page. so I've got this fucntion in javascript: IsISBN(isbn) { some validation stuff with a boolean return } and from my page I want to do something like
Thanks jakyra |
|
|
|
#2
|
||||
|
||||
|
I would just convert it.... why wouldn't you?
Anyway, after looking at how ISBN Validation works, I did this:-
I've started you off, so just fill in the last bits!! Rob
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#3
|
|||
|
|||
|
'cause I'm lazy.
I was just wondering if there was an easy way to save myself some time. Ahh well, on to the conversion board. Thanks! jakyra |
![]() |
| Tags |
| calling, javascript, function, vbscript |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| calling functions in a function | fatsurfer | PHP Forum | 1 | Jun 12th, 2008 21:53 |
| calling php function on click of a hyperlink | csun | PHP Forum | 2 | Jul 15th, 2007 16:27 |
| problem calling function via onClick | Eagle | JavaScript Forum | 5 | Jan 15th, 2007 21:41 |
| plz help me verify this... calling function | melvinoyh | JavaScript Forum | 0 | May 29th, 2006 01:35 |
| Difficulty calling a javascript function? | grittyminder | JavaScript Forum | 4 | Jul 21st, 2005 17:48 |