I have a script that uses an input box to accept a URL. The script is now failing because the URLs are much greater than 254 characters. Is there any method in a vbscript that can accept input greater than 254 characters and asign the input to a variable?
Here is the line as it exists now.
Thanks!
[!]The AutoSavers![/!]
Here is the line as it exists now.
Code:
strURL = InputBox("Enter the URL here.", "URL input box")
Thanks!
[!]The AutoSavers![/!]