Forum Discussion
RyanStanford1
7 years agoQrew Captain
Thanks for the information Dan!
I do have a quick followup... in the JS codepage, the AJAX setup... I can't tell where it's actually used, or is that more for "cross application" loading?
best I can read, which may be wrong, couldn't I just get away with the if statement to replace the div?
I do have a quick followup... in the JS codepage, the AJAX setup... I can't tell where it's actually used, or is that more for "cross application" loading?
best I can read, which may be wrong, couldn't I just get away with the if statement to replace the div?
_anomDiebolt_
7 years agoQrew Elite
BTW, I just noticed I parameterized my code with dbid's but hardcoded the application dbid. Perhaps I should have used the dbid parameter like so:
$("#mainBodyDiv").load('${dbid}?a=dbpage&pagename=CodePage.html');