1
Answer

Change background image in classic ASP page dynamically

Rahul Sharma

Rahul Sharma

9y
709
1
Hi,
 
I set background image statically using style property in body tag of a classic ASP page as below :
 
<body style="background-image:url('images/img1.jpg');">
 
How can we change it programatically  using VBScript?
 
Can Anybody help me?
 
Thanks 
Answers (1)