HannahWright3
5 years agoQrew Trainee
Opening Form to Specific Tab
I am trying to open a form to a specific tab on the form. I am attempting to do this by using a formula field to reference a code page using image onload. Having this tab listed first isn't a solution that will work for me since I plan on eventually using this method dynamically.
var text iol = "<img qbu='module' src='/i/clear2x2.gif' onload="javascript:if(typeof QBU=='undefined'){QBU={};$.getScript(gReqAppDBID+'?a=dbpage&pagename=";
var text /iol = "&rand='+new Date().getTime())};">";
$iol & "specifictab.js" & $/iol
Post 2
If anyone has any suggestions I would be very grateful!
------------------------------
Hannah Wright
------------------------------
My current setup:
Created Rich Text Field:
var text iol = "<img qbu='module' src='/i/clear2x2.gif' onload="javascript:if(typeof QBU=='undefined'){QBU={};$.getScript(gReqAppDBID+'?a=dbpage&pagename=";
var text /iol = "&rand='+new Date().getTime())};">";
$iol & "specifictab.js" & $/iol
Code Page: specifictab.js
$("tab_t4_link a").click();
location.assign('#navTop');
This is the tab I want to open to:
Other posts I referenced where people were able to successfully do this:
Post 1Post 2
If anyone has any suggestions I would be very grateful!
------------------------------
Hannah Wright
------------------------------