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
What is the purpose of the err object in the vbscript language?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
what is used of Property........End Property loop ? how to write the script for it?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
When to use function procedures and what are its characteristics?
i have a problem with this error(this error related edit and
delete button,when i click this button in datagrid..i will
get this error)"Invalid postback or callback argument.
Event validation is enabled using
Explain about the asc function?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
How many types of operators are available in the vbscript language?
What purpose does ‘on error resume next’ serves?
Explain a few date functions in vbscript
What is Procedure or Subroutine in VB Script?
Mention how you can call vbscript functions?
Which constant is used for print and display functions and works as same as pressing enter key?