Im trying to write a vbs script to generate a html file with the following html after prompting for the url and the filename to save it as. im new to this and having problems with the html " sections. could anyone give me some advise, ive tryed writing my own code and am quite frankly ashamed to post it here lol
Can anyone recommend any resources to help me learn?
Can anyone recommend any resources to help me learn?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Please Wait</title>
<meta http-equiv="REFRESH" content=0;url= &urladdress "></HEAD>
<BODY>
Please wait while we redirect you to the registration page.
</BODY>
</HTML>