What is wrong with the following code:
<%afname="header.asp"%><!?#include file ="<%=afname%>"?>



What is wrong with the following code: <%afname="header.asp"%><!?#include file =..

Answer / 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

More VB Script Interview Questions

how to comvert 120 into one hunderd twenty rupees only and vice varsa

0 Answers  


what is the use of QCUtil? explain with one example?

1 Answers  


join all the array values without using join function?

1 Answers   CSS Corp,


Explain about scrrun.dll?

0 Answers  


I wrote the vbscript code on notepad i was geeting run time error "object required line 1" my code is set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signin("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Setsec ure.Crypt.Encrypt("entr password") browser("gmail").page("gmail").WebButton("siginobj").click pls tell me whats wrong

1 Answers  






What is Procedure or Subroutine in VB Script?

0 Answers  


How to check the particular window is exist or not with out using check points

2 Answers  


why do u choose to go for testing why cant for devoloping

0 Answers  


When inserting strings into a SQL table in ASP what is the risk and how can you prevent it?

1 Answers  


What if you do not specify anything when you call a procedure?

0 Answers  


How strcomp function works?

0 Answers  


Mention when to use function procedures and what are its characteristics?

0 Answers  


Categories