I viewed the source and then you can see the code. It is not showing up on the web site though.
I wish I knew more about JAVA scripting. I would like to create a script that will let you know if you do not have the phone number setup just like this: (555) 555-5555.
But I can't even get the script on this page to work.......
I am wondering if it is because I am doing an Xinsert because I have a custom demographic page for students and then I have a xinsert to show the parent/guardian info. It is on the parent/guardian info that I want the script to work. I tried following the steps here, but it still seems to not work. I am curious if this needs to be in my main page first or if this even works with a setup like this.
Submitted by brian_andle on Thu, 02/25/2010 - 9:23pm
It's actually JavaScript with is very different then Java. As long as your not duplicating id's a x:insert won't matter because JavaScript is run after the page has been rendered by PowerSchool.
Comments
missing info??
The resulting script looks like:
is followed by space, nothing visible
Richard Lynch
North Bergen, NJ
re: missing info??
What script? When you click on the link doesn't it take you to a new page with directions? It does for me.
Jason Treadwell
Custom Solutions Specialist
jason@powerdatasolutions.org
www.powerdatasolutions.org
Missing info..
yes it does but...
where it is suppose to show a FULL example of the script it does not.
it is blank...
I viewed the source and then
I viewed the source and then you can see the code. It is not showing up on the web site though.
I wish I knew more about JAVA scripting. I would like to create a script that will let you know if you do not have the phone number setup just like this: (555) 555-5555.
But I can't even get the script on this page to work.......
I am wondering if it is because I am doing an Xinsert because I have a custom demographic page for students and then I have a xinsert to show the parent/guardian info. It is on the parent/guardian info that I want the script to work. I tried following the steps here, but it still seems to not work. I am curious if this needs to be in my main page first or if this even works with a setup like this.
Re: I viewed the source and then
It's actually JavaScript with is very different then Java. As long as your not duplicating id's a x:insert won't matter because JavaScript is run after the page has been rendered by PowerSchool.