What is wrong with the following code:
<%afname="header.asp"%><!?#include file ="<%=afname%>"?>
Answer Posted / pankajbisane
Will not work because ASP executes the #include directive
before it assigns a value to the variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you get a random number between 0 and 1 in vbscript?
Mention what is the use of option explicit in vbscript?
Can u describe what kind of testing are for OTC derivates by banks.
What is the purpose of the err object in the vbscript language?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
What is purpose of scripting.filesystemobject class in vbscript?
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
How you can call vbscript functions?
How are comments handled in the vbscript language?
Both Static and dynamic arrays are handled by VB script. Is it true?
How to make sure that items in a wintree are sorted al?
Which object provide information about a single runtime error in a vbscript?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
Description.Create
What is the use of the recordset object and which statement is used to create such an object?