-
Calling a function from within another function
Hi all,
I wonder whether it is possible to call a function from within another function, for instance:
I have a function, called "Bereken()" in the HTML.
From CodeBehind I have the following code:
Dim scriptString as string = "<script language=Javascript> {"
scriptString += "txtbox.value = 'OK' ;"
scriptString += "Bereken();"
scriptString += "}</"
scriptString += "script>"
When running: the txtboxvalue becomes indeed 'OK', but the function Bereken() didnot start.... how come ?
Help is appreciated, Ger.
-
I have choosen for another solution. It is possible to call a function from within another function, but I didnot do that from the CodeBehind, but from the JavaScript in the HTML.
So, I hope this helps others too, otherwise: maybe someone has an answer for this question. For me this thread has been resolved !
regards, Ger.
Similar Threads
-
Replies: 4
Last Post: 04-14-2006, 09:09 AM
-
By Marcos in forum VB Classic
Replies: 3
Last Post: 01-25-2006, 11:18 AM
-
Replies: 1
Last Post: 11-27-2001, 06:53 AM
-
By Michael Shutt in forum VB Classic
Replies: 6
Last Post: 04-05-2001, 02:25 AM
-
By Kunal Sharma in forum VB Classic
Replies: 2
Last Post: 04-25-2000, 03:45 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks