sj1187534 Posted July 25, 2003 Posted July 25, 2003 (edited) Hi.... How can we call a VBScript function in the HTML page from a code-behind file?? let me explain what i exaclty want... I am trying to implement a functionality that highlights the keywords that I pass through a query string. So, I got a vbscript function from the web that does that. I have to include this script code on the HTML side of the, say, InfoPage to perform the highlighting. Now, when I am done loading this InfoPage, I want to perform the highlighting and I need to call the function on the HTML side to achieve this. How can I do that? Thanks for your time. ~ SJ Edited July 25, 2003 by sj1187534 Quote
*Gurus* Derek Stone Posted July 25, 2003 *Gurus* Posted July 25, 2003 Put the script in the head element of your page and call the function from the body element's onload event. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.