Need Help: Opening URL's through Command Line... thanks

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Good day

I am opening an IE browser window from my application. This works fine with short URL's like "www.mysite.com" but not for longer URL's (250+ characters)...

Is it that IE can't do it? Or that my program can't pass a value that long?

Thanks. Any workarounds?
 
Some information that may help.

Maximum URL Length Is 2,083 Characters in Internet Explorer
Internet Explorer has a maximum uniform resource locator (URL) length of
2,083 characters, with a maximum path length of 2,048 characters. This limit
applies to both POST and GET request URLs.
http://support.microsoft.com/?kbid=208427 (5/12/2003)


URL Is Truncated If Longer Than 255 Characters for Plugins and ActiveX
Controls
Web addresses (URLs) that are longer than 255 characters are truncated
before being passed to a plug-in or ActiveX control, causing the plug-in or
ActiveX control not to gain access to the requested Resource.
http://support.microsoft.com/?kbid=244336 (i. e. 5. W95/98/se/NT4 5/8/2003)



Chris Priest said:
Good day.

I am opening an IE browser window from my application. This works fine
with short URL's like "www.mysite.com" but not for longer URL's (250+
characters)...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top