PDA

View Full Version : Is there a way to give access to outgoing fax in vpanel



eagle 1
04-12-2010, 06:51 PM
Is there a way to give access to outgoing fax in vpanel to spouse without giving full access to vpanel...She finds that too confusing! Like separate html page, etc?

lost
04-14-2010, 09:28 AM
Save the below code as an HTML (or save the attachment as a .html). Then she can load it from a browser, login, and click the Voipo Fax link on top to show the fax page directly below.


<a href="https://secure.voipo.com/features/fax" target="voipo">Voipo Fax</a><br><br>

<iframe name="voipo" src="https://secure.voipo.com/features/fax" width="100%" height="95%" />

(it uses iframe, might not work depending on your browser security settings)