Nancy Phippins posted this on December 05, 2010 12:45
The link (URL) for the Activity is located in the main dashboard of TimeTrade.
The link can be copied and placed in web pages, emails and also referenced in printed materials.
What is the proper link for the Inframe?
<form name="Scheduleappointments"> <select name="menu" onchange="window.open(this.options[this.selectedIndex].value,'innerframe')"> <option value=''>Please choose</option> <option value="https://my.timedriver.com/XXXXX?sh=1 ">Personal Meeting </option> <option value="https://my.timedriver.com/XXXXX ">15 min. consult </option> </select> </form> <iframe name="innerframe" src="https://my.timedriver.com/TGNVM " width="100%" height="100%"></iframe>
Comments latest first
What is the proper link for the Inframe?
<form name="Scheduleappointments">
<select name="menu" onchange="window.open(this.options[this.selectedIndex].value,'innerframe')">
<option value=''>Please choose</option>
<option value="https://my.timedriver.com/XXXXX?sh=1 ">Personal Meeting </option>
<option value="https://my.timedriver.com/XXXXX ">15 min. consult </option>
</select>
</form>
<iframe name="innerframe" src="https://my.timedriver.com/TGNVM " width="100%" height="100%"></iframe>