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
Explain the extension .hta?
Explain different types of segment?
How to capture a runtime error in vbscript?
Explain about operator precedence in vb script?
What if you do not specify anything when you call a procedure?
Which function allows you to instantiate an object given its programmatic identifier or progid?
How many types of procedures are available in the vbscript language?
What is the technology used by vb script?
What are the uses of vb script?
How to write VB script for login module?
Which command is used for writing text on a page?
Mention the environments where vbscript could be run?
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
What is vbscript language used for and which earlier language is it modeled upon?