Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
calling VBScript function
Name: rohnds Date: December 7, 2004 at 03:20:11 Pacific OS: xp CPU/Ram: 256
Comment:
I have written a couple functions in VBScript in my index.html file.
Now I want to use these functions in my other pages without cutting and pasting the code in each of the pages I write. Is there way to call these VBScript function from an index an external files just like the CSS code we call from an external file.
Summary: I have two separate java script files in the same directory.I want to call a function written in one java script file from another.Please help me how to do it? Regards, Subodh Sharma...
Summary: I have an asp page that acts as a redirect page depending on the time of day. If it is during a certain time of day it must redirect to a chat application. This is opened in a javascript function fr...
Summary: Hi, Is the following valid. How can I do sumthing like this. This is not working as is. <INPUT type="text" name="pAttrVal" value="encode(<%= iaBean.getAttributeValue().trim() %>);" assuming I ...