Tuesday, December 6, 2011

geturl problem with ie

hi,

i'm facing a problem with the geturl function when
downloading a doc or ppt file in a new window using the script
getURL(''www.mysite.com/test.doc'',''_blank''). This prompts to open a
new browser but displays an error




Action canceled nternet Explorer was unable to link to the Web
page you requested. The page might be temporarily unavailable.




but when i refresh this page the file loads properly.

can anyone help me in this issue, as this is very critical
for my project and i don't want my delivery to get postponed due to
this simple issue.

Thanks,

Shajahangeturl problem with ie
I always add
http:// to the beginning of links in code:



getURL(''
http://www.mysite.com/test.doc'',''_blank'')



geturl problem with ie
hi, i've forgot to add the ''http'' there. my actual code is
getURL(''
http://www.mysite.com/test.doc'',''_blank'')
it still doesn't works. kindly help

No comments:

Post a Comment