P
Petka Nemcova
Hello,
I have created a drop-down box on our Homepage, which includes a couple of
items for routing people to the appropriate locations. The links work fine
except ones, which should go to the templates of InfoPath forms.
I have enclose the piece of the code. The cases # 3 and 4 don't work. It
always says: The page cannot be displayed. I supposed this is happening due
to templates, which are in .xsn format.
Do you have any thoughts how to fix this issue to ensure the users will go
directly to the forms, which I have created within InfoPath and published
them on sharepoint site?
Thank you for your help.
Petra
.....
case 2:
window.location="https://xxx.com";
break;
case 3:
window.location=" https://.../sites/BPO/.../Incident Tracking New Item
Form/Forms/template.xsn";
break;
case 4:
window.location=" https://.../sites/BPO/.../Incident Tracking New Item
GOVT Form/Forms/template.xsn";
break;
case 5:
window.location="https://yyy.com/";
break;
......
I have created a drop-down box on our Homepage, which includes a couple of
items for routing people to the appropriate locations. The links work fine
except ones, which should go to the templates of InfoPath forms.
I have enclose the piece of the code. The cases # 3 and 4 don't work. It
always says: The page cannot be displayed. I supposed this is happening due
to templates, which are in .xsn format.
Do you have any thoughts how to fix this issue to ensure the users will go
directly to the forms, which I have created within InfoPath and published
them on sharepoint site?
Thank you for your help.
Petra
.....
case 2:
window.location="https://xxx.com";
break;
case 3:
window.location=" https://.../sites/BPO/.../Incident Tracking New Item
Form/Forms/template.xsn";
break;
case 4:
window.location=" https://.../sites/BPO/.../Incident Tracking New Item
GOVT Form/Forms/template.xsn";
break;
case 5:
window.location="https://yyy.com/";
break;
......